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 / *7409 (-20)
  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)
 
  Re: servo motors
 
(...) What is it supposed to be doing? When you say _it_ doesn't work, what exactly is not working? I'm not that familiar with the routines but it looks like you're shutting off the servos before they can move. I also believe once you turn off the (...) (25 years ago, 2-Mar-00, to lugnet.robotics.handyboard)
 
  Converting voltage to resistance
 
This is a dumb electrical question. I am a programmer, and I still struggle with the electrical aspects of this hobby. How do I convert voltage output to resistance. I have an application that turns out 0 to +5 volts. However, as I read the (...) (25 years ago, 2-Mar-00, to lugnet.robotics.handyboard)
 
  servo motors
 
hi all i connected a servo to the digital 9 port, downloaded the servo.icb and servo.c files. from the command line i can control the servo. but then i wrote the following very simple code, and it doesnt work. can anyone spot the problem. void (...) (25 years ago, 2-Mar-00, to lugnet.robotics.handyboard)
 
  Re: Exp. board Servo
 
(...) Fortunately there is a direct relationship between servo-value and angle. Try different angles (for example 0 / 45 / 90 / 135 / 180 degree) and draw the diagram value vs. angle (for example with MS Excel). You will (hopefully) see a linear (...) (25 years ago, 1-Mar-00, to lugnet.robotics.handyboard)
 
  RE: HB's mA consume?
 
Well, you can _greatly_ increase the efficency of the handyboard if you remove the 7805 regulator and replace it with a PowerTrends switching regulator (Digikey sells these among others). I would suggest you run three wires from the regulator to the (...) (25 years ago, 1-Mar-00, to lugnet.robotics.handyboard)
 
  RE: HB's mA consume?
 
Thanks your answer Will, well, seems not easy to give a good use to a solar panel in the HB If I want to connect the a panel to the HB charging circuit, it must be 12V/500mA like the AC adaptor? or with less current (maybe 200 mA) , it can still use (...) (25 years ago, 1-Mar-00, to lugnet.robotics.handyboard)
 
  Re: HB's mA consume?
 
If your calculations are correct, and your solar panel provides 40 mA, and you get maybe 6 hours of strong, useful sunlight per day, then I figure you'd need eight solar panels and three battery packs, minimum, to keep the HB running all the time, (...) (25 years ago, 29-Feb-00, to lugnet.robotics.handyboard)
 
  HB's mA consume?
 
Hi, Today I have tested the time the HB can stay powered with his battery (just the board, without any other device attached), its work during aprox. 8 hs, so because the batteries I use are 600 mA, I believe that the consume of the board is around (...) (25 years ago, 29-Feb-00, to lugnet.robotics.handyboard)
 
  Re: HB memory capacity
 
As IC loads each file, it reports how many bytes each one occupies. Just add 'em up. The IC interpreter is said to occupy approximately half of the 32 kB available, so if your code gets up to about 16 kB total, then you need to worry about trying to (...) (25 years ago, 29-Feb-00, to lugnet.robotics.handyboard)
 
  Re: Exp. board Servo
 
(...) Well, since it seems these values often vary from servo to servo I usually set them by using the knob function and scaling it down so I can visually see the numbers I'm putting into it and the result on the servo; turning it until it chatters (...) (25 years ago, 29-Feb-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