Look at the software section on: http://handyboard.com/ ... __________________________________________________ Do You Yahoo!? Yahoo! Health - your guide to...
Hello We want to listen to RF messages transmitted by a sensor which have TR1000 RF transceiver at 916.50MHz. We want the Handyboard to listen to this and take...
Can anyone help me with a good source to buy a handyboard? I was just envolved in a robot competetion using a handyboard but had to return it. Where is a...
... These are the places I know of. There may be others. Douglas only sells bare PC boards. I also know a guy who assembles and sells them privately. I got...
I'm trying to use to micro swiches for bumper swiches. But im having a horid time trying to get them to work. I checked the digital(); And got a 1, when hit,...
... OK, in this piece of code, your problem is in the 3rd line where it says "if(left = 0)". That won't work. You're using an assignment operator (=) where you...
The formatting of the code snippets is displayed OK when I read the messages! I am having them delivered by Email rather than accessing them from the web! It...
... Ya, I read em on the web. I kinda think that probably most people do. I actually resent the message via email to Duane. Code examples with no formatting...
I seen one of these unites in town, and thought it might be an interesting to try and set it up with my bot. But as far as I can tell, the only sensor hookup,...
... Ya, I sent you an email with an example like that. "if(left)" is functionally identical to "if(left == 1)". It's just shorter to type. It means "if(left ==...
Yeah I just checked that out a few mins ago... I really apriciate it.... _Duane ... __________________________________________________ Do You Yahoo!? Yahoo!...
I don't think you can convert an USB plug to fit on the HB. But even if you manage to do that, I don't think the HB is powerful enough to run software that can...
... Not that I know of. I just spent the last hour or so writing this quick and dirty function to do it, just to see if I could. You'll have to strip the ...
Thank for the code Glen. My Handyboard reads 32 bit encoder positions and being able to print them will be helpful in teaching positions. Mark ... to...
... positions ... No problem - I like a challenge. You may want to modify the function to suppress leading zeros. I didn't bother. It would be a bit of work....
Hello, Does anybody know where I can find a mathematical library for the HB, so that I can use functions like cosinus, sinus and tangens?? Thank you....
... Hi, You don't need any library for this. Functions like sinus etc. are built-in floating point functions of Interactive C. Just try for e.g.: sin(float...
Some students have made refelctive sensors which work fine on the Analog inputs of the main handyboard analog inputs. The problem arrises when they try to...
Some students have made refelctive sensors which work fine on the Analog inputs of the main handyboard analog inputs. The problem arrises when they try to...
the problem here is that the sensor needs the 47k pullup to bias the receiving IR transistor properly. when the IR sensors are plugged into the exp bd, the...
I rewrote my longprint function to suppress leading zeros. Its still big and slow and ugly, but it works fine. If you need to printf long ints, this will do it...
I wonder if someone on this group can give me some assistance with getting my Handyboard going with IC. This is a new board supplied tested & working! I am...
Fred, OK Thanks I will, but it will be some time before I can! Shortly after sending my request for help my hard drive crashed and I have only just (12 hours...
I have just put up a new web site about the robotics club at my high school (yes, we use the Handy Board). I was wondering if some people could visit it and...