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 / *4599 (-20)
  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)
 
  My first servo try! Cool! (C Question)
 
Hi all, I'm still amazed with this Handyboard! I had some free time to play this weekend and hooked up a Servo motor for the first time. It was a small futaba that I got from B&G or Electronics Goldmine (I can't remember which). Anyway, I have a few (...) (26 years ago, 26-Oct-98, to lugnet.robotics.handyboard)
 
  IR Transmission and Reception
 
Hi All: I am new to the handyboard list as I just got my handyboard. I am trying to implement obstacle detection using the IR sensors. my question is that, if I want to have more than one ir emitter LED, ( to find out the direction of the obstacle) (...) (26 years ago, 26-Oct-98, to lugnet.robotics.handyboard)
 
  Other Parts...
 
I was wondering if it's ok to use another voltage monitor such as Zetex's ZM33064C (5vcc, 4.6v thresh, sinks 60mA) in place of the Dallas DS1233? Also, is it possible to modify the LCD routines to work with displays other than 2x16. Specifically I (...) (26 years ago, 26-Oct-98, to lugnet.robotics.handyboard)
 
  Stepper motor!!
 
Hallo all. Why don't you us stepper motor driver IC. for example SAA1027 Philips (uni- polar) or ucn-5804B Allegro Microsystems (uni-polar) or L297 SGS-Thomsom (uni and bi-polar) This will take care of some problems and your handyboard alive!! for (...) (26 years ago, 26-Oct-98, to lugnet.robotics.handyboard)
 
  Generic Battery Question:
 
Howdy folks- I've got a quick question for anyone out there have any experience with power distribution systems using multiple batteries... If I have say six [more or less identical] batteries... am I better off to run them all at once (in whatever (...) (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