I would start by reading the handyboard technical reference at www.handyboard.com. after that, download the as11_ic tools, you will need to also install cygwin...
I recently had quite a bit of trouble trying to get .asm files into .icb files. Here is my solution: I downloaded the windows version of the pcode_pc.zip from ...
Have you tried following the instructions in the help manual? section 18. describes the use of the simulator. Note that it is not a virtual environment, just...
Hey Guys, Hope that you all doing well... I am new to the handy board... now I have a question...!! I want to use the handy board for some TC (Turbo C).. I...
Conio will be very difficult... You'll want to figure out what functions actually get called, and translate them for your particular application. Printf (from...
Interactive C is not a C Compiler, it is a c-like syntax language. There are no .h files at all in IC. If you want to use IC, you should read the help and...
Hi everybody, So I've been browsing around the group and I've found lots of information regarding converting ASM to ICB. I've downloaded the pcode_pc.zip from...
Hi everybody, I was playing around with encoders.asm (version: Randy Sargent, Jan 3, 2002) and I'm not quite sure what it is supposed to do... Is there any...
two bare wires??? yes, the counts you are measuring are the arcs as the wires make contact. pretty much any mechanical switch will have the same problem when...
If you mean key de-bouncing in IC or C code, no. The ISR by definition is a machine language routine that is counting rising and falling edges driven by...
I have a simple circuit using an SR flipflop that I soldered up as a debouncing module. I just plug it in between a switch that I think is giving me trouble...
Are you using some sort of NVRAM on your HandyBoard? If so, how is it working out for you? I've had intermittent results and after doing some more research it...
... As it turns out most of the odd issues I was running into were due to a defective CPU. I swapped it out and now the board is working fine. The old CPU...
Hey Guys, I am new to the handy board. I have a regular 555 timer circuit which gives me a square pulse as an output with 5v (actually 4.688v peak to peak)when...
... You may find http://hc11-ide.funkmunch.net/bart-v3/kernel/k_accel.c helpful. It's a program I wrote to read the PWM output of a 2 axis accelerometer and...
... I know the program works, my robot uses it to know which way is up ;) ... The interrupt simply records the times of the rising and falling edges and the...
Hello, I've just tried using the file qencoders.icb to keep track of a pair of Quadrature encoders. After troubleshooting a couple of faulty crimped pins (was...
Hello. I would like some assistance properly communicating my handyboard device with my futaba servo. I connected my servo to port T03 of the handyboard,...
the Qencoders.icb uses the "cheesy" encoder interface, that is the ports are sampled once per "heartbeat" of the IC Pcode. that is approximately every 1ms. any...
You don't mention what version of IC you are using, if it is greater that 4.0 you need to download a program that has at a minimum a #use directive for the...
You may need to cut some traces in the handyboard to use the Sharp GP2D12 IR rangefinder. This sensor needs an analog port with no pullup resistor. Jim...
Hello Jim, Thanks for the response! It clears things up and confirms what I had suspected about the qencoders.icb code. Seems like it would be fine for lower...
Robert, Looking over the HC11 reference, there are 3 timer input ports, TIC1 appears to be dedicated to the IR receiver. perhaps someone has an approach for...