Skip to content

ChaoticRoman/rpirepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rpirepo

Setup

ssh-keygen
sudo timedatectl set-timezone UTC
timedatectl

Start-up

Edit your etc/rc.local

GPIOs

Basic

echo 7 > /sys/class/gpio/export 
echo out > /sys/class/gpio/gpio7/direction 
echo 1 > /sys/class/gpio/gpio7/value

Buttons

https://raspberrypihq.com/use-a-push-button-with-raspberry-pi-gpio/

LCD

https://www.mbtechworks.com/projects/drive-an-lcd-16x2-display-with-raspberry-pi.html

Straming using motion

https://www.instructables.com/How-to-Make-Raspberry-Pi-Webcam-Server-and-Stream-/

Set files /etc/motion and /etc/default as exemplified in this repo.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks