Hello all, I am working on a routine that converts an 8-bit binary number to its 3 digits BCD equivalent. I've done one in a straight forward way which took me...
Hey, Uhm... 500.00 Jordan Dinars = 705.666 USD That can't be right... Please convert to USD (United States Dollars) and reply - I might be interested, but a...
yes 500 JD is tooooooooooooo much Eric Kincl <Eric@...> wrote:Hey, Uhm... 500.00 Jordan Dinars = 705.666 USD That can't be right... Please convert to USD...
You can say that again! Here is the code I tried out. Only 3 easy steps but as u see, lots of multiplications and divisions. Thats wat makes it slow I guess....
That is really expensive. Patrick ROBOT STORE (HK) http://www.robotstorehk.com ... From: wadah muneer To: handyboard@yahoogroups.com Sent: Sunday, July 03,...
Within IC you might try using the modulo operator to see if that is more efficient. That is s_bcd_array[j-2] = temp / 100; //HUNDREDS s_bcd_array[j-1] =...
Hello! I was wondering how I could connect an external power source to the handyboard so that I can run programs for longer than the battery life. I'm...
You can certainly leave the 12VDC trickle charger plugged in to the handyboard while it is in operation. You don't say what the draing will be in operation,...
Hello all and thanks for the last reply regarding the fast B2BCD routine. Didnt try it yet, but will do soon... It seems faster though. I am currently stuck in...
Hello, I just send you some files about SRF08 and Handyboard. Please try if it works. Best Regards, Patrick Hui ROBOT STORE (HK) http://www.robotstorehk.com ...
Thanks Patrick for the files. Unfortunately, it did not work because they are not written mainly for the Handyboard. They are written for the Motorolla CPU....
Fouad, Don't overlook the information that may be contained in the SRF08 programs. Of course IC does not have #include, so the files written for a C compiler...
Jim is correct. You can check the logic writing into the SRF08. Also, by modifying the CMPS03 or SP03 I2C code, you should be able to "talk" to SRF08. Best...
Hello, I reached your webpages from google. and read your articles about SPI and feel u are really expert on that. May i ask a few question on that? I try to...
correct me if i'm wrong, but doesn't reading the SPDR register give you the last byte recieved over the link, rather than what you just told it to send? you...
Thanks a lot for ur reply. receiving is no problem for me since i have already tested with two microcontroller (68hc11 set as slave) connected together. but...
Hi guys, Pls help. I'm currently looking for an adapter dongle for CMUCam- HandyBoard but could not find any store that sells it. Does anyone know how to get...
... though hopefully it'll be ok L1's magic smoke came out when i plugged the cable in (with the other end of the cable dangling in air), must have shorted or...
Hi! I'm using the additional software to drive two servos with my handyboard. When I download the a7 software, that servo works great! When I download the a5...
your problem may be that both programs are using the same interrupt, or some other wierd incompatibility. I've designed a 16-servo controller for handyboards...
Hi guys, can somebody help me on this??? I truly seek for a reply urgently. If anyone here knows something, pls kindly let me know...PLS HELP. thank you very...
I think the part you are looking at in the manual is made and posibly sold by http://www.botball.org. The problem will be it requires a somewhat custom wiring...
Hi Jim, thanks for replying. fyi, I already managed to interface my CMUCam1 and handyboard using RJ11 connection & powered the CMUCam using regulated 5V from...
Then the Botball dongle is what you want. It is a double through double pole switch. the key is in order to use the Serial adapter for the camera as well as...
Try this: poke(spcr, 0x50); //try playing with the CPHA amd CPOL and SPE (are you using interrupts) //Check the HC11 reference book section 8.4.2 poke(ddrd,...