Subject:
|
Re: Exp. board Servo
|
Newsgroups:
|
lugnet.robotics.handyboard
|
Date:
|
Tue, 29 Feb 2000 15:01:31 GMT
|
Original-From:
|
James Munro <jimmn@xnet.*nomorespam*com>
|
Viewed:
|
989 times
|
| |
| |
> > From the "Expansion board software" homepage, it said that servo0=(value) is
> used to control the servo, may i ask how can i convert this value to "degree" ?
> i.e. if i want to turn the servo to 0 deg, 30 deg, 60 deg...etc.. what value
> should I input ?? Thanks for your help...
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 one way and then the others and keeping track of the
numbers.
For example make it read
while(1){
servo1=(knob() * 11)//approx. to scale to ~3000 which it says is the max
value
}
you can send this value to the screen with printf() and it's pretty easy
This may at least give you some idea of what values you need in there. The
knob() is great for figuring out all kinds of things like this. When you
aren't sure of the values your getting back.
Good luck,
-Jim Munro
<jimmn@xnet.com>
|
|
Message has 1 Reply: | | 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)
|
Message is in Reply To:
| | Exp. board Servo
|
| Hi.. i have some questions about the exp. board and R/C servo, hope anyone can help me.. thanks.. From the "Expansion board software" homepage, it said that servo0=(value) is used to control the servo, may i ask how can i convert this value to (...) (25 years ago, 29-Feb-00, to lugnet.robotics.handyboard)
|
3 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|