Did anyone use the Fox11 board from Wytec company ,and which monitor BUFFALO or the WYTEC monitor is the best? Also, which languge is more sutiable for...
I am hahving some difficulties with the LCD display. I have three boards. All three seems to function properly with downloading the program. All three work...
HI, I had just bought a handyboard development kit. I would be using it as a datalogger. I would interface the microntroller with a sd card, so that the...
HI, I had just bought a handyboard. I would be using it as a datalogger. I would interface the microntroller with a sd card, so that the readings obtained from...
Hi, I have a handyboard v1.21 and an expansion board. I use this for robotics and therefore use interactive C 6.010 to program it. Recently I have not been...
Hey all, I have downloaded the as11_ic zip file containing the AS11 assembler and the MS-DOS batch file. I get a stack error from the example beepint.asm...
I have a new handyboard and I download the pcode but as soon as I turn the HB off, the memory does not keep the pcode. i have the hbdl downloader, but I'm...
So what happens when you use the bat file? Once you get the correct ASM11.exe and possibly GCC.exe (in the asm11/bin) you should be able to run the as11_ic bat...
The cre file is another s19 file, identical to the first except that the starting memory address is different. Both s19 files are then concatenated together,...
the handyboard is supposed to keep its memory as long as it's connected to the battery, whether turned off or not. check that your u14 (an LM2931Z-5) is ok,...
Cheers triffid, the assembler on your site does look interesting! In the meantime I've sorted out an alternative way to run the AS11 assembler from the...
I used the gcc (and whichever file it is that starts with t and has a weird name, can't remember exactly) from the MinGW ("minimalist gnu for windows", ...
Hi, I'm building a robot and using the handyboard. I need a very large battery pack (3000mAH) and was wondering if NiMH would work if I didn't use the...
I use an 8xAA NiMH 2500mAh battery pack for my handyboard. it works and charges no problems, although I had to put a smaller resistor on the serial breakout...
... Thanks for the reply... What about if I zap charge the NIMH batteries? Is there any problem with using that? This robot will be used for a competition and...
I use my pc's 12v line to power my handyboard while tethered, so zap charge would be disastrous for me! regulated 12v at 15A is something that most batteries...
Personally, I would cut a couple holes in the batterybox and add a polarized battery disconnect to the battery leads. Then I would: 1. turn of the handyboard, ...
There are a couple different ways to approach the NVRAM installation. If you use one of the regular NVRAM chips you'll have to make an extension for the LCD...
I am trying to reconstruct the build procedure for a Motorola hex file from some old C code. One of the files in the build directory has the name Borland in...
Hello, Good day....... I'm graduating student and I want your help. If you have the knowledge about our projects or any proposal for our PC interfacing. For...
I've successfully converted between different compilers' file formats with a perl regex, so if you can figure out the exact differences between formats, give...
Can anybody help me with the handyboard. HOw to attach a CMU CAM with the handyboard? And can I build a robot which is controlled by IR receiver? if yes then...
Can someone help me with connecting GPS unit and programming HB to show position-next go to new position inserted into HB thru keypad. GPS unit is Kouwell...
Hey guys, I'm trying to access the serial port for communication with a barcode scanner. The barcode scanner uses a PS/2 connector with pinouts or +5V, GND,...
I would suggest that you look up the PS/2 spec.. you may find you should use the SPI port (the one under the bottom right of the LCD). The PS/2 spec cross ...