Difference between revisions of "Coffin Tester"
Line 29: | Line 29: | ||
* Discontinued hardware, so time to use. | * Discontinued hardware, so time to use. | ||
|- | |- | ||
+ | |SFX Halloween Module | ||
+ | |[[File:JAC_SFX_Module_Front.jpg|left|thumbnail|x200px]] | ||
| | | | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
* Sound and LED Sequences | * Sound and LED Sequences | ||
* Strobe Function | * Strobe Function | ||
* Sound/Vibration Activation | * Sound/Vibration Activation | ||
* Demo Button | * Demo Button | ||
− | + | | | |
− | |||
* Prebuilt Unit | * Prebuilt Unit | ||
* Already themed for coffin themed project | * Already themed for coffin themed project | ||
− | + | |- | |
− | + | |Round Display | |
− | + | |[[File:JAC_TFT_GC9A01A_Front.jpg|left|thumbnail|x200px]] | |
− | + | | | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
* 1.28 inch LCD Module | * 1.28 inch LCD Module | ||
* 240 x 204 Pixels | * 240 x 204 Pixels | ||
* GCA901A Controller | * GCA901A Controller | ||
+ | | | ||
+ | |- | ||
+ | |SD Card Adapter | ||
+ | |[[File:JAC_SD_Card_Adapter_Front.jpg|left|thumbnail|x200px]] | ||
+ | | | ||
+ | * Micro SD Storage Board | ||
+ | * SPI Interface | ||
+ | | | ||
+ | |- | ||
+ | |Battery Holders | ||
+ | |[[File:JAC_.jpg|left|thumbnail|x200px]] | ||
+ | | | ||
+ | * 1 AAA Cell | ||
+ | * 2 AAA Cells | ||
+ | | | ||
+ | * Volume Issues | ||
+ | |- | ||
+ | |ICR18650 Battery | ||
+ | |[[File:JAC_ICR18650.jpg|left|thumbnail|x200px]] | ||
+ | | | ||
+ | * 2200mAh | ||
+ | * 3.7V | ||
+ | | | ||
+ | * Had one lying around | ||
+ | |- | ||
+ | |PC817 Optocoupler | ||
+ | |[[File:JAC_.jpg|left|thumbnail|x200px]] | ||
+ | | | ||
+ | | | ||
+ | |} | ||
=Build Details= | =Build Details= |
Revision as of 23:03, 16 June 2024
Part Selection
Parts | ||||
---|---|---|---|---|
Name | Image | Details | Considerations | |
Small Wooden Coffin |
|
| ||
ArduCam ESP32S Uno w/ PSRAM |
|
| ||
SFX Halloween Module |
|
| ||
Round Display |
|
|||
SD Card Adapter |
|
|||
Battery Holders |
|
| ||
ICR18650 Battery |
|
| ||
PC817 Optocoupler |
Build Details
3 AAA battery pack too large, therefore a single and double battery pack wired together to accommodate space issues. Coffin walls carved out to accommodate board.
Project Surprises:
GPIO02 boot-up tests for PSRAM voltage requirement interfered with HSPI Bus usage. Requires eFuse setting to voltage 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. 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 handles 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