| | 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)
|