You can find some detailed instructions here: http://xperts-wiki.sce.carleton.ca/uploads/SmartRollator/Compiling%20ASM%20t o%20ICB%20Procedure.pdf Davide. ...
I have a complete handyboard (v 1.2.1) with expansion board, LCD digital display, AC Adapter, Serial Interface Cable, Battery Charger Board, and RJ-11 Cable...
I'd be interested in the handyboard - mine apparently has some hardware problem, as I've never been able to reliably access it from Linux, and recently not...
James Frye
frye@...
Dec 19, 2007 7:45 am
5540
James, that would be fine to split it up... the sensors and such aren't worth much anyway (approx.$50). I'm sure I could find someone interested in them. I'm...
Davide! You stole my thunder! I was going to reply with that link to my beautiful procedure I wrote up, lol. I guess I should check the group more often....
Hi everybody, Part of the project I'm working on requires that we both transmit and receive data to/from the HB. We are able to communicate from the HB ...
Hi, I don't use IC with my handyboard, instead programming it with gnu gcc. I wrote my own interrupt routines to handle both transmission and reception via...
Hi, I've searched for an answer to this for a while and just find hints...I would like to move my sonar (SRF04) echo output to the IR receive pin (I've never...
... Okay - I've edited the srf04_asm file and recompiled it into an icb file. I edited the srf04_sonar.ic file to use the icb file but the timer doesn't stop...
Yay - a little solder on a loose connection, and I'm getting sonar returns on TIC1, BUT the program is showing distances that vary from 0 inches to 200 inches...
I don't ~think~ it's from reflections, but I haven't tested that theory yet. I'm trying to eliminate the theory that the handyboard IR decoding routine...
Hi ! Check out this cool robotics website! www.inexglobal.com They have just about everything i need to build a robot. Also check out an affordable replica of...
Okay - I've identified a couple things in the firmware that I'd like to try changing to see if I can get the board to let go of the TIC1 interupt. I can't...
Scott, I believe you will find a file in S19 format in the lib/handyboard sub directory of your IC installation called lib_hb_exp.frm which is the output of...
Hi, Backups are good advice! I tried to compile using pcode_pc, It fails looking for a file called something like ascpp.something (I'm not in front of my...
I'm having a hell of a time trying to get the firmware .asm file to compile. I've tried several different compilers with no luck. The biggest issue seems to...
One resource not to forget is www.handyboard.com. The utilities has an as11_ic with instructions for assembling the pcode using GCC. There are known problems...
Hi Jim, Thanks for the tip. I've taken two steps forward and one back. I was able to get IS11_IC to make an s19 file using an updated gcc, but it generated...
I think the problem is in PCODE_IN.h. the macros FIRST_OPCODE, OPCODE and LAST_OPCODE attempt to include white space with a null comment before defined code. I...
Ha! Progress - slow but sure. I attempted what you recommended below, with no effect, but it got me to looking at other factors like white-space in the code....
Hello, For those of you who may not already read SERVO magazine I just wanted to let you know that starting with the February 2008 issue of SERVO that there is...
Spoke too soon of course :( I've created a folder in the files section called compile errors and put my compiler output in there along with pcode281 that I'm...