Skip to content

Rotative timelapse experiments using raspberry pi, the official pi cam, a ULN2003 and a 28BYJ-48 motor

Notifications You must be signed in to change notification settings

jonatas/motolapse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

motolapse

Rotative timelapse experiments using raspberry pi, the official pi cam, a ULN2003 and a 28BYJ-48 motor

configure

Search and exchange the 3 variables to work with your needs,

Configure the ULN2003 pins

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]

How much do you want to rotate?

ROTATION_ANGLE = 180

How much pictures?

Configure the degrees per picture taken.

PICTURE_EACH_HOW_MUCH_DEGREES = 5

Install camera package

sudo apt-get install python-camera

Run it!

After all run it using:

sudo python run.py

References and codes

About

Rotative timelapse experiments using raspberry pi, the official pi cam, a ULN2003 and a 28BYJ-48 motor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages