Objective:
In this project, we will use Raspberry Pi to send command through GPIO to Servo Motor and control its rotation action.
If you don’t know what is GPIO layout, check our tutorial How to read Raspberry Pi i/o pin diagram (GPIO pin graph)
Parts:
1 pc | Raspberry Pi 2/3/zero | ![]() |
1 pc | 8GB MicroSD memory card preinstalled Raspbian OS. | ![]() |
1 pc | Servo Motor | ![]() |
1 pc | breadboard | ![]() |
1 pc | GPIO breakout kit(optional) | ![]() |
Prerequisite:
1)Raspbian should be upgraded to latest version in order to support RPI.GPIO module
Please run following commands in shell:
2)Enable I2C and SPI protocol
To enable the protocol, run shell command
sudo raspi-config
Then select Advance Options and enable I2C and SPI
You need to reboot to effect the configuration.
Caution: Unlike Arduino board 5V input voltage, Raspberry GPIO pin accept only 3 Volt. Wrong voltage input might damage the Pi board. Please be very careful!
download python code pi-servo.py
Please typing following shell commands to download python files( pi-servo.py):
wget –no-check-certificate http://kookye.com/driver/pi-servo.py
Finally, run following command in shell window:
sudo python pi-servo.py
You will see following manual in terminal window:
l = move to the left
r = move to the right
m = move to the middle
t = test sequence
q = stop and exit
You can type above 5 options(l,r,m,t,q) and control the servo motion accordingly.
Video Demo:
You must be logged in to post a comment
About the Author