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 to share photos of your group with the world? 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 5007 - 5050 of 5978   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5007
I am not sure how you know it is the bluetooth and not a subsequent loop, both routines have the same printf to the display. Also, there are a number of...
Jim Peterson
jcpjimcp
Offline Send Email
Feb 4, 2007
2:59 am
5011
Hey Jim, Turns out that when the bluetooth gets connected, it sends some sort of interrupt that crashes the main program. So by not connecting the RJ-11 until...
italidonian
Offline Send Email
Feb 5, 2007
7:53 pm
5014
I don't think you have a global array if they don't show up in the upload array window. This is a minimal program that compiles an array of structs. the struct...
Jim Peterson
jcpjimcp
Offline Send Email
Feb 6, 2007
4:16 am
5016
Hi Guys I've joined this group lately!!! I'm an amateur at High school From Egypt !! So I'd like to know the basic steps of programming using the Handy Board...
draco_work_003
Offline Send Email
Feb 9, 2007
2:35 am
5017
For the basics, consult the handyboard reference manual, its available online. http://handyboard.com/techdocs/hbmanual.pdf...
italidonian
Offline Send Email
Feb 9, 2007
6:26 pm
5018
Anyone care to post some sample code for quadrature encoders? I'm working with Wheel Watchers on a differential driven robot. My goal is to get my robot to...
Dan Gates
topazx2
Offline Send Email
Feb 11, 2007
4:47 am
5019
I think I might be able to dig something up. How do you "post" code? Ericson Mar mailto: <mailto:mar@...> mar@... URL:...
Ericson Ace Mar
rasmasyean
Offline Send Email
Feb 11, 2007
6:10 am
5020
I would also like to look at programs like Dan is trying to use. Hope you can list your code on the list to help others understand. Thanks. Terry Gathright ......
Terry Gathright
terrygathright
Offline Send Email
Feb 11, 2007
1:50 pm
5021
Dan, I had posted a quad encoder icb and source a couple years ago in the files section, I uncovered a bug in the velocity calculations and replaced the set...
Jim Peterson
jcpjimcp
Offline Send Email
Feb 11, 2007
3:12 pm
5022
... You can actually cut and paste it as in-line text, or upload it to the files area of this message board website. -Dan Gates...
Dan Gates
topazx2
Offline Send Email
Feb 11, 2007
7:57 pm
5023
Jim, I haveyour quad encoder files intalled in my directory and have been using them. I am recommending to the botball guys that they should add your version...
Dan Gates
topazx2
Offline Send Email
Feb 11, 2007
8:14 pm
5026
Dan, You are correct, I did not post an actual example. The ideal of code to "accurately navigate a robot and return to it's original spot" is roughly...
Jim Peterson
jcpjimcp
Offline Send Email
Feb 12, 2007
2:27 pm
5027
Hi, Is there any docs on communication protocol for serial comm to HB. I would like to test basic communication like, 1. Is HB preset and responding? 2. Beep ...
spsuhas
Offline Send Email
Feb 13, 2007
11:12 pm
5028
... reference manual says in bootstrap mode it expects an 0xFF at either 1200 or 7800 baud followed by 256 bytes of machine code. what happens from there is...
Triffid Hunter
triffid_hunter
Offline Send Email
Feb 14, 2007
12:30 am
5029
How are you programming your Handyboard? If you are using Interactive C the functions you describe are invoked from the interaction window in communication...
Jim Peterson
jcpjimcp
Offline Send Email
Feb 14, 2007
3:24 am
5030
http://tech.groups.yahoo.com/group/handyboard/files/HB%20%20Dual%20Quadratur e%20Encoders/ This was from a while ago. Hope this helps! :-) Ericson Mar mailto:...
Ericson Ace Mar
rasmasyean
Offline Send Email
Feb 14, 2007
4:03 am
5031
Ericson, Thanks, one of the problems with my encoder approach is it obviates any use of the standard sonar routine on the handyboard in IC (the sonar requires...
Jim Peterson
jcpjimcp
Offline Send Email
Feb 14, 2007
2:14 pm
5032
Has anybody used version 6 or 7 of Interactive c? Thanks Aldo...
stilo2004
Offline Send Email
Feb 14, 2007
2:48 pm
5033
I have the basic customized read/write serial port module that I would like to use to communicate with HB. Here is want I would like to do, Take a .ic program...
Suhas Pharkute
spsuhas
Offline Send Email
Feb 14, 2007
3:40 pm
5034
Hi, I am trying to identify the links between different programs available, 1. Write ASM Program 2. XXXXX.exe will convert .asm to .s19 file 3. Download .s19...
Suhas Pharkute
spsuhas
Offline Send Email
Feb 14, 2007
5:32 pm
5035
I've used both versions. Haven't really had any issues with it, so i'm currently using version 7....
italidonian
Offline Send Email
Feb 14, 2007
6:39 pm
5037
You guessed correctly! The robot that uses this code has 8 Senscomp (previously Polaroid) Sonars. That may have been why I used this method...it was a while ...
rasmasyean
Offline Send Email
Feb 14, 2007
9:17 pm
5039
Remember IC is not C. it is an interpreted language with a C-like syntax. There are no .ic source to .s19 compilers that I am aware of. There are however, C,...
Jim Peterson
jcpjimcp
Offline Send Email
Feb 14, 2007
10:36 pm
5040
The only item of note is that all current IC versions assume you have an expansion board on your Handyboard. (analogs 0 and 1 are reserved for the expansion...
Jim Peterson
jcpjimcp
Offline Send Email
Feb 14, 2007
10:44 pm
5041
On Thu, 15 Feb 2007 03:28:09 +1000, Suhas Pharkute <psuhas@...> ... http://m68hc11.serveftp.org/ has the gnu toolchain for the 6811. my site at...
Triffid Hunter
triffid_hunter
Offline Send Email
Feb 15, 2007
12:20 am
5045
I just wanted to thank Jim and Ericson for their code samples, I'm making headway slowly but surely on this project. I only get a few hours a week to play...
Dan Gates
topazx2
Offline Send Email
Feb 17, 2007
6:29 am
5046
Dan, Sounds like an interesting project. With this kind of navigation, one key point is some kind of error elimination scheme. That is, some additional "known...
Jim Peterson
jcpjimcp
Offline Send Email
Feb 17, 2007
4:05 pm
5048
can any one help me in getting handyboard in india ... Need Mail bonding? Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users....
Santhosh kumar
santhoz_25
Offline Send Email
Feb 20, 2007
5:34 pm
5049
Can anyone help me? I was trying to get more current for my motors so I decided to piggyback the TI motor driver chips with a heat sink. However when I did...
cas2326
Offline Send Email
Feb 21, 2007
12:24 am
5050
... I used version 6 of IC...
Aleksander
kgb_guy44
Offline Send Email
Feb 22, 2007
3:47 am
Messages 5007 - 5050 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