Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 1.84 KB

README.md

File metadata and controls

61 lines (40 loc) · 1.84 KB

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