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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 2473 - 2503 of 5978   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2473
hi, i'm reading nmea sentences from gps to handyboard. i'm using serial connection through the expansion board. I need to read two nmea sentences (GPRMB and...
Min Ye Ko
minyeko
Offline Send Email
May 1, 2004
11:18 am
2474
Hi! I keep getting Runtime ERR 09 and I cant figure out where its going wrong :-( Ive got a number too large or too small to convert to an integer but I can't...
fsmith987654321
Offline Send Email
May 1, 2004
11:27 am
2475
How about putting a marker in your code that beeps or displays a value to narrow the location of the error ... -- Rich Clemens clemens@... ...
Richard Clemens
kb8aob
Offline Send Email
May 1, 2004
11:35 am
2476
Yup tried that and still get the runtime ERR :-( Heres my code, would be a great help if you can see anything wrong, im stumped! :-( void main() { int beep; ...
fsmith987654321
Offline Send Email
May 1, 2004
11:49 am
2477
In your printf you're doing a %s for i; but i is a char not a string, try %c. Hope this helps. John _____ From: fsmith987654321...
John Turner
benteau28
Offline Send Email
May 1, 2004
3:46 pm
2478
You don't get to pick the sentences you read from the GPS. You basically need to read every thing, each time you hit a $ you need to read the subsequent...
Jim Peterson
jcpjimcp
Offline Send Email
May 2, 2004
5:05 am
2479
Hi, I have developed a custom board with an HC11E1 running in single chip mode. This board is just a general purpose I/O board. It has no external hardware...
Justin
justin2076
Offline Send Email
May 2, 2004
7:49 pm
2480
... That is always a dangerous assumption. What are the specs on the pins??? does it have to be held low or high, is it tri-state, is it enabled??? -- Rich...
Richard Clemens
kb8aob
Offline Send Email
May 2, 2004
8:35 pm
2481
Rich, I checked to see if it was tri-stated. Definetly not. The TOC3 pin is driven low by the MCU. To address your question as to whether or not the pins are...
Justin
justin2076
Offline Send Email
May 2, 2004
10:21 pm
2482
Justin There is an active board called M68HC11@yahoogroups.com. there is considerably more expertise in the various HC11 models there. You might do well to...
Jim Peterson
jcpjimcp
Offline Send Email
May 2, 2004
10:47 pm
2483
I was wondering If anyone knows or is it possible how we can put the two tracks blob on the same process because each process has an independent task thanks in...
trojanvien
Offline Send Email
May 3, 2004
12:51 am
2484
The two track blobs need to be on the same process. I assume you have captured the color information for each. In any case, you need to be able to use...
Jim Peterson
jcpjimcp
Offline Send Email
May 3, 2004
2:29 pm
2485
Ive done a little more diagnostics. When I place the E1 chip into the socket of the handyboard, the test program does not work. This means to me that the...
Justin
justin2076
Offline Send Email
May 3, 2004
3:34 pm
2486
OK, so my kit from acroname comes in the mail. I spend 8 hours painstakingly assembling it. Test at every step. Everything is going swell. Get all done,...
ed_mccarron72
Offline Send Email
May 4, 2004
3:46 am
2487
... from ... Update::: As far as amperage is concerned, I these boards can be used up to the manufactures characteristics, as long as the MOSFETs are equipped ...
jmartz2001
Offline Send Email
May 4, 2004
4:59 am
2488
hello.i was wondering how can we use the IR in the handyboard to send and recieve data ( characters ).we will use a an IR attached in a laptop .do we need to...
nonaamora
Offline Send Email
May 4, 2004
10:49 am
2489
the IR port on laptops is generally connected internally to a serial port, and runs in half-duplex mode. There is a huge amount of literature and free...
Mike Jackson
triffid_hunter
Offline Send Email
May 4, 2004
11:37 am
2490
Hi, I am building an autonomous robot for mine detection. I am using the HB with the expansion board. I hooked up sharp gp2d12 proximity sensors I currently...
emilesalhab
Offline Send Email
May 4, 2004
4:53 pm
2491
Hello Emile, In testing with the Sharp GP2D12 proximity sensors I have found them to be both power hungry and noisy. My solution to this would be to provide an...
John Edwards
robomaster47
Offline Send Email
May 4, 2004
6:55 pm
2492
Hi, I want to make a communication between the handboard and the pc using the serial port, how can i send the data from the pc, i know which program to run in...
jamal js
jssen_18
Offline Send Email
May 4, 2004
7:47 pm
2493
The question now is, does your program work when you put the A1 chip in your custom board? -Dan...
Dan Gates
topazx2
Offline Send Email
May 4, 2004
9:31 pm
2495
the hyperterminal program that comes with windows should be able to do this. you'll have to close interactive C first or it won't be able to use the serial...
Mike Jackson
triffid_hunter
Offline Send Email
May 5, 2004
2:15 am
2496
I want to connect the SRF08( Ultrasonic Range Finder ) with my handyboard, what can I do to put them together?...
inaciso
Offline Send Email
May 7, 2004
7:53 am
2497
I believe you need to start with the i2c bus interface. There are some examples in the files section of the group. I personally haven't tested them, but I...
Jim Peterson
jcpjimcp
Offline Send Email
May 7, 2004
12:59 pm
2498
I'm sorry that I'm a beginner in handyboard and I don't know what is i2c bus interface, can you explains what it is and teach me how to put the SRF08 with the...
inaciso
Offline Send Email
May 7, 2004
1:18 pm
2499
If you search google for "serialio.c", you'll find the serial code for the Handyboard. It's fairly simple; just include it in your main program and call...
rofregprogrammer
rofregprogra...
Offline Send Email
May 7, 2004
11:28 pm
2500
Sorry, I don't think I am up to that. I am not sure if there are any ultrasonic rangefinder implementations that do not use the expansion board. The files...
Jim Peterson
jcpjimcp
Offline Send Email
May 8, 2004
5:10 am
2501
I have searched over the files section of this board but I can't find the information I need. I just want to use the SRF08 as an analog input to the...
inaciso
Offline Send Email
May 9, 2004
10:22 am
2502
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the handyboard group. File : /Realtime...
handyboard@yahoogroup...
Send Email
May 9, 2004
6:02 pm
2503
Sonar requires a send signal followed by a timed reciept of the recieve signal. My understanding is the SRF08 provides a command driven sample and a recieved...
Jim Peterson
jcpjimcp
Offline Send Email
May 9, 2004
6:10 pm
Messages 2473 - 2503 of 5978   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