Skip to content

dn440/Pildlife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pildlife

Raspberry Pi wildlife camera

Hardware

PIR sensor

  • "- pin" is connected to ground
  • "+ pin" is connected to 3.3V power
  • middle pin "0" is connected to Raspberry Pi pin 11

Configuration

To automate the script to run at startup, use: sudo crontab -e The sudo here is required so that the script is run as root user during startup, since root rights are required to capture the image directly to the SD card.

To the bottom add the line: @reboot python /home/pi/pildlife/run.py & Especially important is the & at the end of the call, since our script runs an infinite loop. Without the &, the boot would get stuck at running the python script and not continue.

Useful websites

About

Raspberry Pi wildlife camera

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages