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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 2137 - 2167 of 5978   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2137
Hello all, I have trouble with declare a 16 bit unsigned integer. I know that the IC support 16 bit signed integer and its range is from -32,767 to 32,767. But...
johnddtran
Offline Send Email
Feb 2, 2004
12:30 am
2138
Can anyone tell me the Memory addresses of the analogue and digital inputs and outputs on the handyboard version 1.21. Need iformation to be able to alter...
meislee2002
Offline Send Email
Feb 2, 2004
11:41 am
2139
Does anyone have a handy code for interpreting digital information relayed from a gyro sensor to the handyboard? I am using a mini-piezo gyro to manipulate a...
erikengeberg
Online Now Send Email
Feb 2, 2004
11:35 pm
2140
There are no digital outputs on the HB persay, unless you add the expansion board. The digital inputs are accessed by selecting any address from 7000 to 7FFF...
Dan Gates
topazx2
Offline Send Email
Feb 3, 2004
12:03 am
2141
Please help: I am making a voice activated robot for my senior design project and my plan is to use a DSP chip which uses MATLAB code to do the voice part of...
bozarthk2004
Offline Send Email
Feb 3, 2004
2:11 am
2142
hello erik what sort of gyros? - for gyros used in R/C helicopter to compensate PWM command of a servo, i posted some code for pwm capture, from TIC2 and/or...
benparsy
Offline Send Email
Feb 3, 2004
8:51 am
2143
hello kyle go to http://www.sensoryinc.com/, and inspire yourself from the voice extreme and voice direct. RS232 or I2C seems to be good starting point for a...
benparsy
Offline Send Email
Feb 3, 2004
9:01 am
2144
Addding a little to Dan's response. A good starting place for handyboard doc is http://handyboard.com/techdocs/. If you are planning on doing any assembler...
Jim Peterson
jcpjimcp
Offline Send Email
Feb 3, 2004
6:51 pm
2145
I’m an art student (Art & Technology) working with a little robot that’s going to be placed in a teddy bear - to “give it life”. I have no prior...
Héctor Fernando Mo...
it2mohe
Offline Send Email
Feb 3, 2004
10:21 pm
2146
You need to start by getting a copy of the CMUcam manual from herehttp://www-2.cs.cmu.edu/~cmucam/ There is a new CMUcam available as well. with the original...
Jim Peterson
jcpjimcp
Offline Send Email
Feb 4, 2004
5:39 am
2147
I've done alot of researching to find how to use IC to tell the Handyboard to receive a binary number through the rs232 serial port and then send that binary...
bozarthk2004
Offline Send Email
Feb 4, 2004
7:51 pm
2148
Hi Jim, Thanks for your quick answer. I'm working on it now! Alexandra ... available as ... color ... the ... from ... wide....
it2mohe
Offline Send Email
Feb 6, 2004
12:16 pm
2149
hi all, i am an amature robot hobbiest frm India. i am trying to build the handy board frm scratch. i would like to know if any one has built it in india and...
crazyguy1724
Offline Send Email
Feb 7, 2004
10:35 am
2150
Sorry for being so vague. Thats the exact kind of gyro application I am interested in. Do you think that you could email me the address for that code, or the...
erik engeberg
erikengeberg
Online Now Send Email
Feb 7, 2004
6:39 pm
2151
Erik, The words "I posted" in Ben's message means in the files section of this discussion board. Use the link at the bottom of each message to access the...
Jim Peterson
jcpjimcp
Offline Send Email
Feb 7, 2004
8:49 pm
2152
Where cani get a handyboard and roughly how much do they cost...
vgguru2
Offline Send Email
Feb 8, 2004
3:09 am
2153
Hi, The handyboard has a detailed explanation of the Polaroid 6500 ranging module, which is great. Howevr, the webpage talks about having to solder extra...
s_khidkikar
Offline Send Email
Feb 8, 2004
5:11 am
2154
FYI, The people at Carnegie Mellon University Computer Science have announced an updated CMUcam, the CMUcam2. Check it out at http://www-2.cs.cmu.edu/~cmucam/...
Jim Peterson
jcpjimcp
Offline Send Email
Feb 8, 2004
5:18 pm
2155
I thought this might be a good opportunity to put this question to bed: Is it simply a matter of changing libraries to accomodate the base HandyBoard, or is...
chnglng
Offline Send Email
Feb 8, 2004
8:57 pm
2156
Hey, anyone know how much current can be put through the external servo power trace?? Probably going to need about 3 amps to drive a few servos and was...
Wouldn't YouLikeToKnow
onetwothreen...
Offline Send Email
Feb 9, 2004
9:37 pm
2157
Hi everyone, I'm a college student at the cegep André Laurendeau in Montreal and I'm working on a project for my DEC. I'm posting this message because I need...
project9t9
Offline Send Email
Feb 10, 2004
1:49 pm
2158
Follow the link at the end of the message to the group site on yahoogroups. the files section has at least two project contributions that adddress the SRF08. ...
Jim Peterson
jcpjimcp
Offline Send Email
Feb 10, 2004
1:56 pm
2159
Does anyone have any experience with Interactive C and interrupts? Is there a way to have interupts properly integrated with an Interactive C program. For...
sipatel00
Offline Send Email
Feb 11, 2004
2:05 am
2160
The encoders.asm distributed with IC installs interrupts in TIC2 and TIC3. it also hooks the pcode's 1ms TOC4 interrupt. It the first case you use RTI to...
Jim Peterson
jcpjimcp
Offline Send Email
Feb 11, 2004
3:13 am
2161
Actually, there are 4 digital outputs that can be accessed on the SPI header. Check out the FAQ on handyboard.com. I've created a nice little piece of...
justin2076
Offline Send Email
Feb 11, 2004
4:18 pm
2162
There are two ways to write interrupt code. 1) Write code to be called by an interrupt source that was previously unused, eg. TOC3. 2) Write code to be...
justin2076
Offline Send Email
Feb 11, 2004
7:04 pm
2163
I want to set the TOI bit at TMSK2($1024), but I have a hard time doing it. This is what I wrote in the assembly. ldx #$1000 bset $24,X, $80 In my IC code I...
johnddtran
Offline Send Email
Feb 12, 2004
1:09 am
2165
I would also like to hear the answer to this question. I have had a terrible time getting BSET and BCLR to work (I actually never did). I came up with a way...
Justin
justin2076
Offline Send Email
Feb 12, 2004
1:39 am
2166
Kris: I have an interest in doing something like this also. I found a website at one point that demonstrated pysically cutting the power trace on the...
tom_mcdonagh
Offline Send Email
Feb 12, 2004
12:35 pm
2167
Is this what you were looking for http://handyboard.com/mods/hbmcut.html John Edwards botbuilder@... http://webpages.charter.net/grizzlyrobotics/ ......
John Edwards
robomaster47
Offline Send Email
Feb 12, 2004
12:49 pm
Messages 2137 - 2167 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