Hi again I have question, what I'm doing wrong in my code... When I'm sending a known stream HB read it all wrong... ...for example I'm sendind "sssssss" and...
I bought this stepper motor and I cannot figure out which wire is: A, B,C,D, and common wire. http://www.robotstorehk.com/motors/motors.html STEPPER-Motor-5V(1...
I work with HS students and I want to introduce Handyboard. Are there any kits available with Handyboard? Please post links to vendors. Thanks. Jawa...
Hi I have good experience with Acroname. http://www.acroname.com/robotics/parts/R51-HB-WIN.html But they don't sell expansion boards, so if you will need it...
Martin, Try changing the baud rate with 0xb1 instead of 0x31 to the -x102b register. The manual says "test only" but it also says is resets the baud rate...
Jim thank you again... but it works the same way as with 0xb1....what I find out is, that if I use %s in "printf("I read:%s\n",c);" then HB writes a...
Ok, %s expects an array of char as input. If you want a single character use %c. in order to process the sentences you will need to have sentences. Something...
So I'm trying to read from the serial register I think it's 102f I don't remember. I have to read in 12 bytes of data and store them in an array, at least I...
my handyboard have this problem : i can download the code . but when i want to let it run.it dose not work. and i press the buttonĄ°run mainĄ±in the...
Your user program should run after power-up of the handyboard. If the start button is held down while powering up the user program will not run. I suspect the...
at http://funkmunch.net/hc11-ide/ you'll find my boot loader which has some serial read code written in assembly you could use. if you're using IC, you'll have...
We're facing troubles using this sonar with HB. After searching in the files page we found the file srf08_wrapper.c that seems to work well. Anyone knows how...
Wow! I didn't realize you could do that. Thanks, man! Luke ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail...
Not sure if you have seen this ... http://biz.yahoo.com/bw/060404/20060404005726.html?.v=1 (New design of handyboard from Dr. Fred Martin and Analog Devices ...
Yes! The design is a front-the-ground-up new implementation, inspired by the original, based on Analog's high performance Blackfin 32-bit RISC core + 16-bit...
Wow, Thanks for the effort Fred. Sounds very nice. The graphical programming paradigm is interesting. To be honest, I am not sure I want to abandon classic...
MEGAbytes?! And 600MHz? That'll be some serious power. Nice to see a serial port, too. Maybe we'll be able to make external GUI programs that can collect ...
Good questions Luke. Let me answer in turn. 1. Status of tech. The design will be released as open source, including the PCB art, schematic, and code...
Yes, I am also planning a new version of the book. We haven't decided whether it'll be a 2nd edition or a new title entirely. If I were to guess at this...
... Wow! Thanks for answering so quickly! Forty-five minutes after I hit "send," including your write time. I'm definitely impressed. Thanks for the answers...
hallo!! im working with the MIT handy board since some weeks ago, and im in troubles when i try to download the firmware the percentage of success appears and...
hi Now I'm finaly reading latitude,longitude/la,lo/ from a GPS unit.I can read it on the HB display. I need use the la,lo data to compute a robot heading. But...
I am not happy trying to respond to your questions. Your tone is hostile and somewhat abusive. It is true, Handyboard float is to seven significant digits....
By the way, most GPS units report the heading if the device is moving. ... From: handyboard@yahoogroups.com [mailto:handyboard@yahoogroups.com] On Behalf Of...
Hello, We're having problems getting the computer and the Handyboard to communicate. After hooking everything up and putting the Handyboard in bootstrap mode...
I think you are using old software. DL and DLM no longer work on today's PC's. Please get the latest Interactive C (which includes an integrated downloader)...