Hi all, I have a problem with the IR transmit routine presented in Fred Martin's book. I have used the assembly code and the beacon function exactly as it is...
send your needs, i will see what i could do for you... or perhaps someone here could help you, responding to your request! Is it a mix between asm and IC? IC...
i see you post "CMU Camera with the Handyboard", if your problem is about connectivity, i'm searching a french supplier for this cam to develop the interface...
Yes, right now I am trying to interface my CMU camera to the Handyboard. I have a friend in canada who is working on it with me, but any extra help is...
Just a quick question I kind of missed the thread. You are trying to communicate with the camera using the serial port. Did you disable the native IC port...
Cool! let me know how well you get along with this. I've toyed with the idea of getting a CMU camera with the Handyboard. Too bad the HB doesn't have more...
I am still at the begining stages of my assembly of my handy board. Up to this point everything has gone well. Tonight I installed the hdrive chips, and tested...
Since % is used as a control character, how do I go about printf'ing a %? I've tried several things, but can't get it to work. No chr$() in IC. Could kludge...
Kludged around it with the 'char percent[] = "%";' line. Then print that string with %s in the printf line. Clumsy, but it works fine: void main() { int x=50; ...
... Yup. That's it. I knew there had to be a better way. Never noticed that in the manual. Here's the final little test program. void main() { int x=50; ao(); ...
Are all LEDs working properly? If you have an analog multimeter, set to x1 resistor checking on multimeter, and apply it to LED. Does the LED turn on? ... ...
I would take a multimeter, set it to measure DC volts, and put the leads on the motor outputs. Then in IC turn the motor on, and check for voltage. I would...
I was wondering if anyone here happens to know the address for the digital, and analog address for the handyboard, and the expansion board. Thanx much, Duane...
I'm using a 68hc11a1 that must have been a "pull".... I'm unable to set the config register to "0C" - the only value that seems to take is "0D". Does anyone...
... printf'ing ... IC. ... I know nothing about IC but in real C this is done with %%, i.e. two percent characters. The first one ends up quoting the second....
... Thank you zencuke. That's obviously the correct way. Works fine in IC. Guess I should have looked in one of my many C reference books here, but I'm lazy....
Dear Handy Board users, I recently posted this message on the Handyboard LUGNET list, but that one doesn't seem to be so active... & I just learned about this...
*******Reseting the config register******* To reset the config register to 0x0D for use in the botboard use DL.EXE from a dos box as follows: dl filename.s19...
Have you tried to download the Pcode under WINDOWS? Have you set the serial port to the correct COM? If so, you should check 74HC373 chip. ... From: Andrew E....
I tend to think it's a memory problem here, not a comms problem. Your note that R/W isn't strobing is important. The data and address lines should look messy,...
hi, we are a group of undergraduate students and we are developing a robot with the objective of making one of the minimum weight. Hence we've decided to use...
Well I would say that the led's are pretty important. The ic holders could be removed if you wish, that of course would make it a bit more difficult if you...
hi, We've planned on adopting the handyboard for our robotics project. While the normal handy board configuration would suit us, we would like to remove extra...
I was downloading the pcode, it went into bootstrape mode just like it should, then the lcd screen went completly blank. I tryed to turn in off and on again....
... that the lm7805 is getting hot, and c8 has burned black. So its obviouse that a few items will need to be replaced, what I don't know is if the processor...