Skip to content

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.

Notifications You must be signed in to change notification settings

yinnyC/pumpkin_Pi

Repository files navigation

Pumpkin Pi

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.

Instruction

  • 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/

Pumpkin Pi Photo Booth

Index

Send Picture to yourself

sendPic Enter your email and click 'Send'

email Copy the URI Code

Paste Paste the Code on a Browser

Result There You Have It!

About the Hardware

Equipment List

  • 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 Wiring

Copyright

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published