That is exactly correct, I am running the 6.0.14 version and the included manual documents the analog ports as: analog(); /* returns the analog value of the...
Hello everyone, I don't often make posts of this sort, but feel this is beneficial info to everyone. It's a little known item that there is a cheaper...
Question about DC-Motor hi, i am having a problme using the dc-motor on Handyboard. There are 3 sensors ,1 servo and 1 dc-motor on the board. If only 3 sensors...
It really wouldn't hurt to let us see what the process() function does, I don't see any sensor or servo controls, so the statement "if only 3 sensors and 1...
Hi, Actually i have desolder the pull up resistor between the Sensor connectors because i must use the SHARP GP2d12 IR Sensor. so now when the motor active...
Mr. Hunter: About your using NiMHs instead of NiCds. After looking around a bit I'm beginning to believe that that is something I should do. Am I correct in...
... The only difference while using NiMHs is that you can't leave the batteries on trickle charge without damaging them, so either use your external charger or...
After downloading the firmware file and my program file, I get a reading on display when data is being a capture that states the Port for the expansion board...
I need help to find why after downloading the firmware file and my program file my display reads Port expansion board is busy when collecting data from an...
... When your talker has sent an 0xFF character and 256 bytes at either 1200 or 7800 baud, the bootstrap code jumps to 0x0000 and runs the code, ending ...
I assume you are using IC to program your handyboard. The talker loader references in other responses are apparently being performed by IC correctly if it...
hallo everyone, this is my third time to ask this quistion. I'm very nervous about it. so...... There are 3 sensors ,1 servo and 1 dc-motor on the board. If...
hallo everyone, this is my third time to ask this quistion. I'm very nervous about it. so...... There are 3 sensors ,1 servo and 1 dc-motor on the board. If...
Hi Jim, Thank you for the reply. Your information has helped to resolve our problem. Tom McGlew Jim Peterson <jimcp@...> wrote: I assume you are using IC...
Hi Triffid, Thank you for your help. What we found was that we were not exiting the firmware program correctly and that we had loaded a complete version of it...
It sounds to me like the motor draws too much current. You don't provide any model or part number for the motors you are trying to use. The motors should be...
I am using IC v5/windows xp. In this version of IC, you just click 'download firmware' while in bootstrap mode to initialize the board (i.e. install...
Wow, I created exactly what you want a year or two ago! My site, http://funkmunch.net/hc11-ide/ has code and binaries for my s19 interpreter bootstrap, which...
Hi, thanks for the info. I downloaded the .zip file from your directory, thus getting the .asm, .bin, .s19 files etc. Now I am unsure what to do with the...
... I used IC for a short while, but decided to write my own code for a number of reasons. An icb file is two s19 files of the same code with different base...
If you just need a small icb for ic this site will allow you to input your assembly code and get an ICB is return: http://www.newtonlabs.com/ic/icb.html. There...
Probably easier to get from Digikey: http://www.digikey.com/scripts/DkSearch/dksus.dll? KeywordSearch&Keywords=754410NE This is the 1A version of the chip (vs....
... If I remember correctly, the L293 has a higher current capacity but does not have the clamp diodes which the L293D does... Check the datasheet(s) to be ...
... I used the gcc from MinGW when I ran into that problem. I needed tradcpp0.exe too. ... That's why I like having my binaries in the same format as my...
... fun ... side ... (including ... as ... I understood the question to be "why does the ICB have two copies of the S19 output?" Whether your needs include...
... I use neither IC nor its firmware.. Interactive C was too ubuntish, so I wrote my own firmware from scratch, mostly in assembly but with a little C for...
Hi all, I was referred to this group by a member of the hc11 group and I'm hoping someone here can help. First, some background. I'm a Mechanical Eng. graduate...