Oops, that would be pertinent info...I'm using the quad encoder drivers in simple mode on digital inputs 7 and 8 (channels 0 and 1). I double-checked that the...
Hello, Printing to the LCD seems pretty straightforward on the Handyboard but I have't seen any commands to set the cursor position. Ideally i'd at least like...
Hello, Has anyone here already used an LM34 or LM35 temperature sensor with the Handyboard? If so, how did it work out and did you need anything special to...
Hello, Has anyone here already used an LM34 or LM35 temperature sensor with the Handyboard? If so, how did it work out and did you need anything special to...
I think that a newline will force the cursor to move down. I had a couple of routines that maintain a status display by basically redrawing the whole lcd...
... Hmm, every time I use the newline it seems to clear the whole screen. I was looking to see if I can specify a cursor position of the beginning of the...
... My Handyboard didn't have the thumbwheel installed so I just installed an LM34 sensor in there. So far it seems to work and i'm getting readings from the ...
I haven't seen that documentation for the Handyboard. It doesn't seem to work in the simulator but I can try that on a real Handyboard this evening. If it...
Does anyone have any examples to detect ambient sound levels with the Handyboard? It looks like the one used on the Rug Warrior board may if the 47K pull-up...
I tried it on a Handy Board (using IC 8) and the display showed 4d so I don't think that is supported in IC. If there isn't a way to do it I may just figure...
I haven't see any examples yet but wanted to find out if you can define and use an array of pointers. I have quite a few variable length text strings (char...
... I didn't know if it was already available and had just overlooked it in the IC manual. I've got a work around so it's not a problem. I was just looking...
I haven't hit any limits yet but was wondering what is the size of the largest program I can download to the Handy Board. Once I download my program is there...
I think the maximum user program size is around 16K. The actual limit varies slightly by IC release. I think when you get to a program that is too big it will...
... If you haven't figured this out yet I may have an explanation as to what may be the problem. I've been using the qencoders.icb which uses digital 10,11 and...
Hello, I'm looking for some examples to covert one data type to another. In one example I see that you can convert an int to a float by: int var; float var1; ...
At 08:34 PM 3/18/2008, you wrote: This was close and does work in most C compilers that have automatic casting of numeric types, but in IC all numerics need to...
Thank you both for the replies! One of the reasons I am looking at this is to work with sonar values. Once they are converted to feet (or inches) I want to...
Hi, I have a handy board and 4 thermocouples type k. I was wondering how to connect these thermocouples to the handy board and able to get the reading from the...
Just wanted to let you know that this seems to work perfectly! I don't recall seeing the of casting all the variables in math operations like this in the ...
Hello, I need to use one of the Handy Boards analog ports to monitor the battery voltage of a 24V battery. It should be within the range of about 21V to full...
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...