https://github.com/rpispy/halloween
A collection of code related to Halloween projects.
https://github.com/rpispy/halloween
micropython-rpi-pico raspberry-pi raspberry-pi-pico rp2040
Last synced: 4 months ago
JSON representation
A collection of code related to Halloween projects.
- Host: GitHub
- URL: https://github.com/rpispy/halloween
- Owner: RPiSpy
- License: mit
- Created: 2024-10-13T16:53:37.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T13:57:04.000Z (8 months ago)
- Last Synced: 2025-01-14T02:47:01.603Z (5 months ago)
- Topics: micropython-rpi-pico, raspberry-pi, raspberry-pi-pico, rp2040
- Language: Python
- Homepage: https://www.raspberrypi-spy.co.uk/
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Halloween
This is a collection of scripts used in my Halloween projects.
# RP2040 PIR Relay Actuator
This script monitors a PIR and activates a Relay when motion is detected.
It can be used to activate a shop bought halloween decoration/prop that
has a momentary action button. Although it works on an RP2040 Zero it could
be used on a Pi Pico but you may need to update the GPIO references.# RP2040 Skull Eyes
This script provides two neopixel 'eyes' for a Halloween skull. A button can
be used to switch colour modes.