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...
hi I have handy board by my self for my college project (since am not allowed to use ready made kits) and I have done following steps --> I have first set the...
hi I have handy board by my self for my college project (since am not allowed to use ready made kits) and I have done following steps --> I have first set the...
Hi Hari, Keep pressing the stop button on the handyboard for 3 seconds and then turn on the handyboard. Now first do the communicating test and then download ...
Also be certain you have a four conductor phone cable to connect your serial interface with your handyboard. Some household phone extensions have only two...
Try replacing the line AS11 pcode_hb.asm with AS11 pcode_hb.asm -l > pcode_hb.lst this should create a listing file with exactly the source lines that are...
Hi Jim, Thanks as always for your replies. I'm trying the pcode430 again with the same errors. I have a listfile that I'm uploading to the 'compile errors'...
the unswprw un Un-Switched Power. it is the direct battery voltage, and is how the Handyboard is charged when connected to the serial interface and battery...
Scott, I think you still need the define specified to the GCC step of -DBOARD_TYPE_HB12 to avoid the #error. I am getting the phasing errors in the listing as...
So, if I understand you correctly - even if I could get the pcode to compile, it probably wouldn't run because I don't have the IC version that matches it?...