If anyone has an assembled and working Handyboard I'm interested in purchasing one. My email address is included below. Please contact me if you are...
Scott, I have one assembled, working & collecting dust. The whole works; Handy Board, battery, charger, expansion board and cables. Make me an offer.. ;-) I...
Hey, There is no way to do this easily on the handyboard as the second line is seem by the handyboard as a continuation of the first. I had this same problem...
We are having strange behavior with some of the Expansion Board analog inputs. There has been some question about these for a while. Has anyone discovered...
Greg Starr
starr@...
Apr 2, 2008 9:47 pm
5661
A version of the HB ( the -K version ) doesn't have pullups on sensor inputs 0 and 1. This will have an effect on the two right most banks of 8 analog inputs...
Fred, If it's that simple...excellent. We will add pullups and see what happens. Thanks very much for your quick reply. --greg...
Greg Starr
starr@...
Apr 3, 2008 4:49 pm
5664
I just installed IC 8.01 and I am running WinXP. I am having problems dowloading the firmware. I follow all the step and at the end (when it says that it is...
This can mean there is a problem with the Handy Board -- specifically, you reached the stage where the HB is trying to run the code that's just been downloaded...
Thanks for your timely reply, Fred. I only have one HB, but I've tried to use a couple of computers to download the firmware. Both of them gave me the same...
Hello, Referring to the post posted by Robert L. Doerr(robotdoctor) about monitoring voltage of 24V battery with Analog port, i am interested to know how to...
... Hello, I hope the following will help you and others on the list. Perhaps there is a better way to do this but here is one that seems to fit my needs. If...
... Do you have the expansion board installed? If so you could do something as simple as: set_digital_out(1); clear_digital_out(1); This will quickly pulse...
If you don't have the expansion board, you can use a motor port as a crude output by turning it on at 100% duty cycle, waiting the width of your desired pulse...
hello, I am working with IC 5 simulator for the Handy Board.There is a problem appear while I am using (such as start_press). I compile and every thing is nice...
Even if you only intend to run the simulator, you need to select a controller to simulate when you start IC. so when you start IC, select the Handyboard...
Hello, I have generated a pulse with the following code using expansion board set_digital_ out(1); clear_digital_ out(1); can anyone suggest how to generate a...
I think that you need to add delay between setting and clearing the bit... Try something more like: for (int i = 0; i < 5; i++) { set_digital_out(1); ...
hi you should replace the chip 62256,if it also stop at 100% you need replace the chip 74hc373! if you have any problems please email me ! Zhang Qiang from...
I recently purchased the SensComp 6500 Ranging Module (Sonar) with the 600 transducer. I'm trying to get this to work with my HandyBoard using the designated...
Hello, I am trying to add a memory card like you have below, the only difference is that I need to also read from it. I cannot use the other serial port as it...
I am trying to load the uvtron flame detector ICB file from Acroname (http://www.acroname.com/examples/10045/10045.html) but Interactive C won't load it....
I am having a little trouble understanding exactly what you are doing to prepare the ICB. I am assuming a fairly recent version of IC (5 or later). The...
I am using IC 8 and doing that does nothing but makes IC crash with an immediate crash report Windows message. I managed to find an ICB assembler online ...
hi there! after about 15 years, i am dusting off my 6.270 boards and sensors for my kids to start getting into robotics! after a few minutes of browsing, i...