Webpage Demo -> Link
An interactive Jack-o-lantern powered by raspberry pi, that will play a spooky sound whenever it detects someone walks by and take a picture of whom it scares. Later on, the picture will be uploaded onto a website, like a photo booth of the roller coaster.
-
Open two terminals and cd to the where the project file is
-
Run the command below in one terminal to fire up the pumpkin pi device.
python pumpkinPi.py
-
In another terminal, run the command below to set up the photobooth
docker build -t pumpkinpi . docker run -p 5000:5000 --rm --name flask-container pumpkinpi
-
Enjoy the PumpkinPi and check your photo here: http://localhost:5000/
Enter your email and click 'Send'
- Raspberry Pi 4
- Breadboard
- Breadboard wires
- HC-SR04 Ultrasonic Sensor
- Resistor 1k & 2k
- Picamera Module
I followed the tutorial form here,to wire the sensor up with the raspberry Pi
- All the sound effects are from SoundBible.com
- Icons made by Freepik from www.flaticon.com