Hi, I am new to the Raspberry Pi and have limited electronics knowledge. I've done a fair bit of googling around how to control servos with the pi and there is a lot of different information. I eventually used the circuit layout from this:
http://raspi.tv/tag/direct-servo-contro ... spberry-pi
I used the GPIO library https://pypi.python.org/pypi/RPi.GPIO and a variation on this program to get the servo moving:
http://raspi.tv/2013/how-to-use-soft-pw ... ed-control
I have a few questions:
[*] What GPIO commands should I use to control the servo? The above worked, but I'm not sure what it is actually doing. Can I just turn the GPIO to ON?
[*] Is controlling servos directly via GPIO pins "safe" for the pi?
[*] Should I buy a board for this? If so, which one and how should I connect?
Thanks!
Jon