Skip to content

asantos2000/stp2000

Repository files navigation

Stop the Pigeon 2000

Inspiration: https://youtu.be/sj6-LG5VpGk

The STP2000 is a machine to stop pigeons to eat my neighbor's cat food.

Yes, it's a prototype, developed using raspberrypi 4, few sensors and actuators.

Install services

Copy stp_app.service to /lib/systemd/system Copy buttons.service to /lib/systemd/system Copy override.conf to /etc/systemd/system/buttons.service.d

sudo systemctl daemon-reload

# Boot enable
sudo systemctl enable stp_app
sudo systemctl enable buttons

# Start / stop
sudo systemctl start stp_app
sudo systemctl start buttons

# Status
sudo systemctl status stp_app
sudo systemctl status buttons

# Log
journalctl -u stp_app -f
journalctl -u buttons -f

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published