Search the web
Sign In
New User? Sign Up
handyboard · Handy Board
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 5594 - 5643 of 5977   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5594
So, if I understand you correctly - even if I could get the pcode to compile, it probably wouldn't run because I don't have the IC version that matches it?...
htrboy1
Offline Send Email
Feb 1, 2008
9:47 pm
5598
I'm starting a new thread 'cause I think I'm covering new ground now. I stepped back and stopped thinking about the problem for a bit, then came back and tried...
htrboy1
Offline Send Email
Feb 6, 2008
2:06 pm
5600
Scott, Sounds to me like you are back on track. I would have to remove the IR sensor from my handyboard to test you setup. There is one recurring mantra we use...
Jim Peterson
jcpjimcp
Offline Send Email
Feb 7, 2008
1:33 pm
5603
Hello everyone, I recently got a handyboard v1.21 and a cmucam2. I have searched the internet and read most of the related posts in your group (very helpful!)....
Michel Makh.
michom00
Offline Send Email
Feb 15, 2008
7:19 pm
5604
I have a doubt about com port ,I have a 9DB(9 pin) com Port where as the com port in handy board schematic is a 25DB(25 pin)Connector so I used a 25DB to 9DB...
hariprasadyalala
hariprasadya...
Offline Send Email
Feb 16, 2008
7:35 am
5605
it is a serial port, but 25 pin not 9... so you have to get a serial cable 25 pin on one side and 9 pin in the other, to be able to connect it to your pc...
Michel Makh.
michom00
Offline Send Email
Feb 16, 2008
2:35 pm
5606
A printer port is a parallel port... Completely different technology from a serial port... Don't try to plug devices expecting one into the other. Some...
Pierre Coueffin
darkblood_
Offline Send Email
Feb 17, 2008
11:09 am
5611
Okay - if it's not one thing it's another. I've been banging my head on this for a week. When I run the HBTEST.IC program and look at the digital inputs, I...
htrboy1
Offline Send Email
Feb 27, 2008
4:04 pm
5612
Scott, you don't mention whether you are using the quad encoder drivers in the files section of this board, or the encoder routines distributed with IC. The...
Jim Peterson
jcpjimcp
Offline Send Email
Feb 28, 2008
1:24 pm
5613
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...
htrboy1
Offline Send Email
Mar 3, 2008
2:35 pm
5621
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...
Robert L. Doerr
robotdoctor
Offline Send Email
Mar 6, 2008
6:53 pm
5622
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...
Robert L. Doerr
robotdoctor
Offline Send Email
Mar 6, 2008
7:06 pm
5624
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...
Jim Peterson
jcpjimcp
Offline Send Email
Mar 7, 2008
2:39 pm
5625
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...
Pierre Coueffin
darkblood_
Offline Send Email
Mar 8, 2008
1:31 am
5626
... 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...
Robert L. Doerr
robotdoctor
Offline Send Email
Mar 10, 2008
4:09 am
5627
... 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 ...
Robert L. Doerr
robotdoctor
Offline Send Email
Mar 10, 2008
4:16 am
5628
try printf("\n%4d", value); It should clear the display, then print a right-justified (padded with spaces on the left) 4-digit integer....
Pierre Coueffin
darkblood_
Offline Send Email
Mar 10, 2008
5:27 am
5629
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...
Robert L. Doerr
robotdoctor
Offline Send Email
Mar 10, 2008
3:59 pm
5630
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...
Robert L. Doerr
robotdoctor
Offline Send Email
Mar 10, 2008
4:10 pm
5631
I'm working from memory, I have my handyboards packed away at the moment....
Pierre Coueffin
darkblood_
Offline Send Email
Mar 10, 2008
5:43 pm
5632
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...
Robert L. Doerr
robotdoctor
Offline Send Email
Mar 11, 2008
3:06 pm
5633
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...
Robert L. Doerr
robotdoctor
Offline Send Email
Mar 11, 2008
6:17 pm
5634
... You'll probably need a real C compiler like gcc to get this functionality. See http://www.gnu-m68hc11.org/...
Triffid Hunter
triffid_hunter
Offline Send Email
Mar 11, 2008
11:33 pm
5635
... 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...
Robert L. Doerr
robotdoctor
Offline Send Email
Mar 12, 2008
1:53 am
5637
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...
Robert L. Doerr
robotdoctor
Offline Send Email
Mar 13, 2008
6:50 pm
5638
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...
Jim Peterson
jcpjimcp
Offline Send Email
Mar 14, 2008
2:08 am
5640
... 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...
Robert L. Doerr
robotdoctor
Offline Send Email
Mar 17, 2008
12:28 am
5641
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; ...
Robert L. Doerr
robotdoctor
Offline Send Email
Mar 18, 2008
6:26 pm
5642
... float somevar = 15.25; int wh = (int) somevar; int dc = (int) (1.0 / (somevar - wh)); int dc2 = (int) ((somevar - wh) * 100.0); now, wh = 15, dc = 4...
Triffid Hunter
triffid_hunter
Offline Send Email
Mar 19, 2008
12:35 am
5643
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...
Jim Peterson
jcpjimcp
Offline Send Email
Mar 19, 2008
1:47 am
Messages 5594 - 5643 of 5977   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help