Rotative timelapse experiments using raspberry pi, the official pi cam, a ULN2003 and a 28BYJ-48 motor
Search and exchange the 3 variables to work with your needs,
Change the pins on the following line to configure your own motor. The four respective values is ordered by 1N1,1N2,1N3,1N4.
PINS_ON_ULN = [17,18,23,22]
ROTATION_ANGLE = 180
Configure the degrees per picture taken.
PICTURE_EACH_HOW_MUCH_DEGREES = 5
sudo apt-get install python-camera
After all run it using:
sudo python run.py