Prelude To The Madness
What better project to resurrect from the incomplete project pile then “The Coffin Tester”? This project was inspired by the chance encounter of a small wooden coffin at a hobby store. With a coffin comes the standard project ideas: Someone is trying to get out or someone is inviting you in. Making both projects at once was my decision.
Overview from 6ft Under
The embedded coffin display in the lid shows classic monster portraits, letting you know who is inside. However, the camera in the lid also takes images of the viewer. When it detects a face, it displays the image on the display, letting you know that you are inside now. A Halloween SFX module within the box fires up and horror ensues. The WiFi capable board within makes future upgrades to functionality possible. The horror never ends.
Part Selection
Parts
|
Name
|
Image
|
Details
|
Considerations
|
Small Wooden Coffin
|
|
- Small Body Storage
- Cheap and Wooden
|
- Just another item to put me on a watch list
|
ArduCam ESP32S Uno w/ PSRAM
|
|
- OV2640 Camera
- ESP32S
- WiFi
- BLE
- SD MMC
|
- Based on AI-Thinker ESP32 Camera Configuration and hardware setup
- Discontinued hardware, so time to use.
|
SFX Halloween Module
|
|
- Sound and LED Sequences
- Strobe Function
- Sound/Vibration Activation
- Demo Button
|
- Prebuilt Unit
- Already themed for coffin themed project
|
Round Display
|
|
- 1.28 inch LCD Module
- 240 x 204 Pixels
- GCA901A Controller
|
- Realistic Corpse Viewing Port
|
SD Card Adapter
|
|
- Micro SD Storage Board
- SPI Interface
|
- In order to free up GPIO Pins for interfacing to the display, the onboard SD_MMC is disabled and this adapter provides SD access.
|
Battery Holders
|
|
|
- Volume Issues lead to use of two holders instead of a single 3 AAA cell holder
- 2 AA Holder used was not messed up like the one in this photo.
|
ICR18650 Battery
|
|
|
|
PC817 Optocoupler
|
|
- Low Voltage Trigger
- 5kVolts of Isolation
|
- Provides an electrically isolated trigger signal for the Halloween SFX Module
|
Micro USB Cable
|
|
|
|
Micro USB Port Adapter Board
|
|
|
|
Common Materials
|
Name
|
Jumper Wires Female/Female
|
Strip Board
|
Header Pins Male
|
Header Pins Female
|
Electrical Tape
|
Heat Shrink Tubing
|
Element Preparation
Elements
|
Halloween SFX Module
|
ArduCam ESP32S Uno w/ PSRAM
|
Coffin Top
|
Coffin Bottom
|
- Front Shell – (Not Used)
- Reflector – (Not Used)
- High Brightness LED 2x4 Matrix
- Circuit Board Assembly
- PCB
- Function Switch – (Removed)
- Strobe Speed Potentiometer – (Removed)
- Speaker
- Piezo Disk – (Not Used)
- Demo Button – (Not Used)
- Back Shell with integrated Battery Holder – (Not Used)
- Battery Cover – (Not Used)
|
- Right Angle Inward Facing Male Header Pins on Underside
- Spacers Mounted on USB End of Board
|
- 1.25" Upper End Hole for Round Display View
- 3/8" Lower Mid Section Hole for Camera View Port
- Inside Inner Edge Carve Outs for ArduCam Board Mounting
- Inside Bottom Edge Carve Out for Custom Bus Board Mounting
|
- Micro USB Access Slot in Bottom End
- Two Small Holes for Micro USB Socket Adapter Mounting
|
Project Surprises:
- GPIO02 boot-up tests for PSRAM voltage requirement interfered with HSPI Bus usage. Required eFuse setting to permanent PSRAM voltage level for HSPI normal operation
- ESP32 Cam with AI-Thinker hardware setup can be used for the project with a simple pin assignment change and the creators choice of one function loss.
- An overly elaborate method for using a vibrating motor to trigger SFX module, isolating the module electrically from Microcontroller abandon due to unnecessary complexity and stray triggering from handling project.
- SFX module uses High Brightness LEDs that cause short bursts of high current that have to be handled by separate battery pack in order to not require additional power supply circuitry for a common power supply.
- I had a ICR18650 lying around, so battery operation of project utilizing built in charging of the ArduCam. Then again, it could be a self-destruct method.
Programming Elements
- TFT display for the ArduCam
- HSPI usage
- Facial Detection Code
- Simple RAW Image decoding for saved images
- Camera image buffer display to TFT display
Assemblies
Resource