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 / *7419 (-20)
  Re: light sensors
 
Hi, Light sensors are about the easiest of any type to hook to a HandyBoard. You can get inexpensive photo transistors at Radio Shack and put three of them in a configuration where one is pointing straight ahead and the other two are pointing about (...) (25 years ago, 8-Mar-00, to lugnet.robotics.handyboard)
 
  Re: Can I interface the Handy board to a PC to run there the robot's brain?
 
First, try this: (URL) that won't do it for you, and you can get I/O control over your PC, you can use the SPI port at J6 for some very fast transfers. There are people who have interfaced RF links to various boards, but the task does not appear (...) (25 years ago, 8-Mar-00, to lugnet.robotics.handyboard)
 
  light sensors
 
Hi, has anyone experimented with light sensors? My group is working on a mama and a baby robot this semester and would like to control baby's movement by using sometype of sensors. We are thinking of mounting sonar sensor to the mamabot so that it (...) (25 years ago, 7-Mar-00, to lugnet.robotics.handyboard)
 
  Can I interface the Handy board to a PC to run there the robot's brain?
 
Hi, I am new on this, and I am not sure if can use the handy board to get the data from the sensors or to send the motor commands, but to send the data to a PC in order to process them, i.e., to run the program that controls the robot in a pc, in (...) (25 years ago, 8-Mar-00, to lugnet.robotics.handyboard)
 
  problem on "encoder?"
 
Hi.. i have some problem on using the command "encoder", hope you can help me.. I use a servo as motor driver of the wheel, and I connected a encoder to HB analog-in port 6, then i load the file sencdr6.icb for counting, but my problem is how can i (...) (25 years ago, 7-Mar-00, to lugnet.robotics.handyboard)
 
  Motor LED's
 
What does it mean when both LED motors are on? Is there a problem with the motor driver chips? I'm wondering because it always happens when I use the motor(1,speed) function, however when I use the fd(1) only one light goes on. I'm just curious if (...) (25 years ago, 7-Mar-00, to lugnet.robotics.handyboard)
 
  Re: new lock_process() function library for IC
 
Hi, Everyone: My "ic" does not works. When I start "ic", it just stay there, doesn't try to communicate with robot. If I type "ic -port /dev/ttyS0", it oomes out something like" it free software,... type about...." Does anyone know what's wrong? (...) (25 years ago, 7-Mar-00, to lugnet.robotics.handyboard)
 
  testing
 
testing! (25 years ago, 7-Mar-00, to lugnet.robotics.handyboard)
 
  Re: ssc servo controller
 
hey everyone! i just got my ssc servo controller and i'm having trouble. I don't know how to connect it to the handyboard or expansion board. this is what i'm assuming, just let me know if i'm wrong, it connects with the modular jack to the PC (can (...) (25 years ago, 7-Mar-00, to lugnet.robotics.handyboard)
 
  Re: Encoder and Sonar
 
Use the encoder routines from the HB web site: (URL) these, you can use any of the analog ports (i.e., you don't have to use ports 0 and 1 first). I have the sonar hooked up to the expansion board, too, so I have my encoders running on ports 2 & 3. (...) (25 years ago, 6-Mar-00, to lugnet.robotics.handyboard)
 
  Encoder and Sonar
 
Hi.. I have some problems about using the command encoder and sonar, hope you can help me.. thanks.. In my project, i require one ultrasonic sonar, so i connect a wire from the exp. board to HB digital-in port 0. But when i checked the program of (...) (25 years ago, 6-Mar-00, to lugnet.robotics.handyboard)
 
  Re: Need help with Hamamatsu P5587
 
I've looked high and low for info on the P5587. - it's like the thing doesn't exists. I even went to Hamamatsu's web sight ... nothing! The only info I've found was a message in this newsgroup. Below is a copy of it. I haven't hooked mine up yet so (...) (25 years ago, 6-Mar-00, to lugnet.robotics.handyboard)
 
  Global Char Arrays
 
Hi Everyone, Does anyone have a problem using global char arrays? I want to pack as many bits as possible into each char, but when I assign a hex value to any element in the array I never get that value. I always get the same junk no matter what (...) (25 years ago, 5-Mar-00, to lugnet.robotics.handyboard)
 
  Need help with Hamamatsu P5587
 
Anyone know how to connect the Hamamatsu P5587 to the Handy Board(with an expansion) Schematic or pins-out would be great. If your sensor output port already taken, is there any other port on the handy board we can use to connect the Hamamatsu (...) (25 years ago, 5-Mar-00, to lugnet.robotics.handyboard)
 
  Need help with Hamamatsu P5587
 
Anyone know how to connect the Hamamatsu P5587 to the Handy Board(with an expansion) Schematic or pins-out would be great. If your sensor output port already taken, is there any other port on the handy board we can use to connect the Hamamatsu (...) (25 years ago, 5-Mar-00, to lugnet.robotics.handyboard)
 
  P.W.M into something usefull....?
 
Hi all you to all you guys in the HB world!, Found a old RC system for a air plane. Works fine with the 1 servo it had left, my question is how would one go about useing it with the HB? hooked one of the outputs to a analog port and got the P.W.M. (...) (25 years ago, 4-Mar-00, to lugnet.robotics.handyboard)
 
  new lock_process() function library for IC
 
I have written some library code which allows user programs to effectively hog_processor() for a user-specified time interval, instead of the 256 msec allowed by hog_processor(). The new functions are: void lock_process(float seconds) ;locks out (...) (25 years ago, 3-Mar-00, to lugnet.robotics.handyboard)
 
  Re: servo motors
 
Hi, Try adding some delay time between turning the servo on and off. For example, 'sleep(2.0);'. Add the sleep(2.0) as follows: (...) sleep(2.0); /* wait for 2 seconds for servo to move */ (...) sleep(2.0); /* wait */ (...) Probably the reason why (...) (25 years ago, 2-Mar-00, to lugnet.robotics.handyboard)
 
  Re: Converting voltage to resistance
 
Voltage and resistance have no relation to each other - they are two different things. The HB analog inputs convert the voltage level applied to them to a digital equivalent, basically an A/D converter. So, you can apply your 0 - 5 volt signal (...) (25 years ago, 2-Mar-00, to lugnet.robotics.handyboard)
 
  RE: servo motors
 
(...) Yes you are right, i just figured out too. i have to give at least 0.3secs for the servo to move to the required position. (...) actually the servo doesn't move when you turn it off. if you don't turn it off some small movements are observed. (...) (25 years ago, 2-Mar-00, 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