Skip to content

hevnsnt/monster

Repository files navigation

Monster in a Box

OpenSource Scares by hevnsnt
          Controlling a
           _   .-')                     .-') _   .-')    .-') _     ('-.  _  .-')   
          ( '.( OO )_                 ( OO ) ) ( OO ). (  OO) )  _(  OO)( \( -O )  
           ,--.   ,--.).-'),-----. ,--./ ,--,' (_)---\_)/     '._(,------.,------.  
           |   `.'   |( OO'  .-.  '|   \ |  |\ /    _ | |'--...__)|  .---'|   /`. ' 
           |         |/   |  | |  ||    \|  | )\  :` `. '--.  .--'|  |    |  /  | | 
           |  |'.'|  |\_) |  |\|  ||  .     |/  '..`''.)   |  |  (|  '--. |  |_.' | 
           |  |   |  |  \ |  | |  ||  |\    |  .-._)   \   |  |   |  .--' |  .  '.' 
           |  |   |  |   `'  '-'  '|  | \   |  \       /   |  |   |  `---.|  |\  \  
           `--'   `--'     `-----' `--'  `--'   `-----'    `--'   `------'`--' '--' 
                                                                           IN A BOX          

A RaspberryPi based Halloween prop that is guaranteed to scare the costumes off Trick or Treaters and make your house the favorite haunt of the neighborhood! This fully open-source project creates a "Monster in a Box" Halloween prop, a fully animated box that appears to be a monster caught in a box ... which is scarily close to escaping.

In order to replicate, (v0.0.1) you will need to have prior experience with RaspberryPi, Python, 3d Printing, and some basic electronic component knowledge. However I am expecting to continue with this project and release a more complete project for the general public by Halloween 2019.

Parts List:

* RaspberryPi 3 B+       : http://a.co/d/8gMNQvR  ($34.99) 
* 32Gb SD Card           : http://a.co/d/ikK2kIr  ($8.99)
* 4 Chan 5V Relay Module : http://a.co/d/eE9fITI  ($7.86)
* 2x Door Lock Actuators : http://a.co/d/ic8SmtQ  ($9.57)
* Powered Speakers       : http://a.co/d/2sLVZjJ  ($10.99) --  Not required, but you should!
* Fog Machine            : http://a.co/d/7cQjDfj  ($35.99) --  Not required, makes it seriously awesome!
* Pallet Box (DIY)       : https://bit.ly/2C0RcVe

Note: Previous versions of RaspberryPis will likely work fine, but please check for GPIO changes!

RPI Schematic

Release History:

  • 0.0.1
    • MVP -- 2018 Halloween. RaspberryPi based; mainly because that is what I have on hand. Future verisons will likely be ESP32 based in order to reduce cost and fit within the Hallowuino framework.

To Do:

  • Everything! Literally nothing is done!
    • Relay 1: Lid Lifter [done]
    • Relay 2: Box Lifter
    • Relay 3: Smoke Machine [done]
    • Relay 4: --

Schematics:

Meta:

Created by: Bill Swearingen – @hevnsntbill@seckc.org

Distributed under the GNU General Public License v3.0. See LICENSE for more information.

For my other projects, please see https://github.com/hevnsnt/

Contributing:

I love contributors! Please help out this project by replacing my crappy code with good code!

  1. Fork it (https://github.com/yourname/yourproject/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Inspiration & Stolen Code: