To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.handyboardOpen lugnet.robotics.handyboard in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / Handy Board / *4604 (-20)
  Handy board questions (fwd)
 
---...--- Michael Kee - mlkee@unm.edu - ___...___ ---...--- Forwarded message ---...--- Date: Tue, 27 Oct 1998 19:40:38 -0700 (MST) From: michael lang kee <mlkee@unm.edu> To: Fred G Martin <fredm@media.mit.edu> Cc: mlkee@unm.edu Subject: Handy board (...) (26 years ago, 28-Oct-98, to lugnet.robotics.handyboard)
 
  Sonar Sensor Problems (fwd)
 
oooo$$$...$$$oooo oo$$$...$$$o oo$$$...$$$o o$ $$ o$ o $ oo o$$$...$$$o $$ $$ $$o$ oo $ $ "$ o$$$...$$$ $$$...$$$ $$$...$$$o $$$o$$o$ "$$$$$$o$ o$$$...$$$ $$$...$$$ $$$...$$$o $$$$$$$$ $$$$$$$ $$$...$$$ $$$...$$$ $$$...$$$ $$$...$$$ $$$...$$$ (...) (26 years ago, 28-Oct-98, to lugnet.robotics.handyboard)
 
  Re: Source for bend sensor?
 
(...) <snip> There was a guy on the HB list a few months back offering to sell bend sensors for a reasonable price. I figured that if he's into robotics, then he's probably one of the good guys. I took a chance and sent him a few bucks, but I (...) (26 years ago, 27-Oct-98, to lugnet.robotics.handyboard)
 
  Re: C compiler
 
Joe, Your question implies that Interactive C does not compile to byte code, so I thought I should take some time to post an explanation of how IC works. Actually, Interactive C does compile, and in fact does compile to byte code, which is then (...) (26 years ago, 27-Oct-98, to lugnet.robotics.handyboard)
 
  68HC11A1 vs 68HC11E1
 
Hi Folks, I'm not actually subscribed to the Handyboard list as Fred is traveling an unable to add me to the list. But I was hoping someone could take a moment to clear up my confusion on why the documentation occasionally refers to the E1, while (...) (26 years ago, 27-Oct-98, to lugnet.robotics.handyboard)
 
  Re: My first servo try! Cool! (C Question)
 
(...) easy way: for (angle=1; angle<10; angle++) servo_deg((float)angle) better way: modify functions from servo.c to accept integers: int servo_deg_int(int)angle) { return servo(degree_to_pulse(angle)); } int degree_to_pulse_int((int)angle) { int (...) (26 years ago, 27-Oct-98, to lugnet.robotics.handyboard)
 
  Re: Picking a PIC
 
Clem: In a message dated 98-10-26 23:31:56 EST, you write: << I'm looking to offload the processing of IR proximity sensors and ultrasound to a PIC(s). I'm hoping to connect the PIC to a HandyBoard via the SPI. << I'm trying to decide which is the (...) (26 years ago, 27-Oct-98, to lugnet.robotics.handyboard)
 
  Re: Source for bend sensor?
 
This is correct, although the bend sensors aren't all that great. I've got the glove and the accuracy isn't very much, about the best you can expect is what they've got from the glove , ie 4 different bend positions. But if this is enough for your (...) (26 years ago, 27-Oct-98, to lugnet.robotics.handyboard)
 
  Re: Source for bend sensor?
 
If you get your hands on a Nintendo power glove you'll find some in the fingers of the glove. That's what I've been told! -----Original Message----- From: Eric Noyau <noyau@apple.com> To: handyboard@media.mit.edu <handyboard@media.mit.edu> Date: (...) (26 years ago, 27-Oct-98, to lugnet.robotics.handyboard)
 
  Re: Stepper Motor.
 
You can also check out this homepage: (URL) describes how to connect stepper motors to the handy board along with programming examples. I hope that helps! -----Original Message----- From: Keith - Lui <luikeith@egr.msu.edu> To: (...) (26 years ago, 27-Oct-98, to lugnet.robotics.handyboard)
 
  Picking a PIC
 
I'm looking to offload the processing of IR proximity sensors and ultrasound to a PIC(s). I'm hoping to connect the PIC to a HandyBoard via the SPI. I'm trying to decide which is the right PIC for the job. The PIC16C7x (PIC16C76) series supports (...) (26 years ago, 27-Oct-98, to lugnet.robotics.handyboard)
 
  Re: Source for bend sensor?
 
If you go look at the imagesco page the sensor is the Part number FLX-01 and they are priced at $10.00 each. This is where I got my $10 quote ;^( I guess there was a 50% raise in the price since Fred Martin updated the FAQ... Thanks anyway. -- Eric (...) (26 years ago, 27-Oct-98, to lugnet.robotics.handyboard)
 
  Re: Source for bend sensor?
 
(...) they look fairly interesting to implement bumpers or to use in wall following activities but I can't find them anywhere. (...) (URL) On this page Fred gives the addresses of many Robot Matériel Suppliers (...) (26 years ago, 27-Oct-98, to lugnet.robotics.handyboard)
 
  Line follower
 
Hi, I'd like to use the line follower C routines included with the handyboard software. What type of sensors do I need, where can I find them, and are there schematics for connecting them to the handyboard? Also, I would like my handyboard to (...) (26 years ago, 27-Oct-98, to lugnet.robotics.handyboard)
 
  questions
 
Hi all, Could someone tell me how the "IR_signal" function works, please? What parameters must I pass to it? Thank you -- John A. Atkinson-Abutridy EMAIL: atkinson@inf.udec.cl Profesor Asistente Dept. de Ingenieria Informatica URL: (URL) de (...) (26 years ago, 27-Oct-98, to lugnet.robotics.handyboard)
 
  Re: C compiler
 
(...) Welll...lll.. I wouldn't *recommend* it persay, however, the 6811 port of the GCC compiler is free. It works, I am running a program I compiled with it right now in a terminal window. At work, we use the Cosmic C compiler for our 6811 based (...) (26 years ago, 26-Oct-98, to lugnet.robotics.handyboard)
 
  Source for bend sensor?
 
Hi all, I'm looking for these bend sensors described in the "Mobile Robots" book, they look fairly interesting to implement bumpers or to use in wall following activities but I can't find them anywhere. According to the book p.117 "bend sensors are (...) (26 years ago, 26-Oct-98, to lugnet.robotics.handyboard)
 
  C compiler
 
Is there any C compilers that people can recomend, I am looking for a cross compiler (compiles to byte code) as opposed to interpreted (IC). Oh, I use a PC runing windows/dos Thanks, Joe Hoffmann E-Mail jhoffman@it.sait.ab.ca (26 years ago, 26-Oct-98, to lugnet.robotics.handyboard)
 
  Re: My first servo try! Cool! (C Question)
 
On Mon, 26 Oct 1998 GDFRITZ@aol.com wrote: ... (...) ... The servos which I've been using can run at two different power levels... I think they are 7.5 and 5 volts. I found that if I powered the servo directly off the battery (stupid, yes), the (...) (26 years ago, 26-Oct-98, to lugnet.robotics.handyboard)
 
  IR Landmarks
 
Greetings! Does any one know of some device that could be used to continuously transmit a certain IR code. What I am trying to do is to have an HB based robot try out some navigational tasks, based on what it senses as well as have an internal (...) (26 years ago, 26-Oct-98, to lugnet.robotics.handyboard)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR