Skip to content

baeuke/hand-pinch-gesture-timer

Repository files navigation

if after running app.py you geet this error:

Traceback (most recent call last):
  File "/home/timer/hand-pinch-gesture-timer/app.py", line 37, in 
    GPIO.setup(SERVO_PIN, GPIO.OUT)
RuntimeError: No access to /dev/mem.  Try running as root!

try this:

sudo groupadd gpio
sudo usermod -a -G gpio user_name
sudo grep gpio /etc/group
sudo chown root.gpio /dev/gpiomem
sudo chmod g+rw /dev/gpiomem

other useful commands:

scp pi@192.***.*.***:/home/pi/example.txt ~/Desktop/

scp timer@timer:~/testoo.jpg ~/Documents

other useful resources:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published