Detects motion with a PIR motion sensor cabled on a Pi Zero.
Sends an HTTP POST request to a remote server on motion detection.
$ pip3 install requests
$ python3 connected_motion_sensor/src/main.py
Detects motion with a PIR motion sensor cabled on a Pi Zero.
Sends an HTTP POST request to a remote server on motion detection.
$ pip3 install requests
$ python3 connected_motion_sensor/src/main.py