sudo python3 ants.py
Login / Signup
Cart
Your cart is empty
It's time to grab the most terrifying Raspberry Pi board ever devised this Halloween!
The assembled Halloween PumpkinPi is a programmable LED board designed for any maker or hacker. It's a fun option for those new to coding with the Raspberry Pi, or even experienced users who want a bit of fun this scary season!
The Halloween PumpkinPi is fully assembled (no soldering required) but you'll need to code in your LED pattern to get your pumpkin terrifying the neighbours!
We've got some example code to start you off which runs through a pattern on the 12 LEDs, but we can't wait to see what you come up with!
Don't want to code? Check out our soldering kit which runs from a timer chip (non-programmable).
The PumpkinPi should face away from your Raspberry Pi as per the image below:
Run the following commands in a terminal window to get the example script up and running, then create your own code using the GitHub library and GPIO Zero.
All PumpkinPi code should be run using Python3.
git clone https://github.com/modmypi/Programmable-Pumpkin/
cd Programmable-Pumpkin
sudo python3 ants.py