Difference between revisions of "Coffin Tester"

From LVL1
Jump to navigation Jump to search
Line 16: Line 16:
 
|
 
|
 
* Just another item to put me on a watch list
 
* Just another item to put me on a watch list
 +
|-
 +
|ArduCam ESP32S Uno w/ PSRAM
 +
|[[File:JAC_ArduCam_ESP32S_Uno_with_PSRAM.jpg|left|thumbnail|x200px]]
 +
|
 +
* OV2640 Camera
 +
* ESP32S
 +
* WiFi
 +
* BLE
 +
* SD MMC
 +
|
 +
* Based on AI-Thinker ESP32 Camera Configuration and hardware setup
 +
* Discontinued hardware, so time to use.
 +
|-
 +
|
 +
|[[File:JAC_ArduCam_ESP32S_Uno_with_PSRAM.jpg|left|thumbnail|x200px]]
 +
|
 +
|
 
|}
 
|}
  

Revision as of 22:55, 16 June 2024

Part Selection

Parts
Name Image Details Considerations
Small Wooden Coffin
JAC Coffin.jpg
  • Small Body Storage
  • Cheap and Wooden
  • Just another item to put me on a watch list
ArduCam ESP32S Uno w/ PSRAM
JAC ArduCam ESP32S Uno with PSRAM.jpg
  • OV2640 Camera
  • ESP32S
  • WiFi
  • BLE
  • SD MMC
  • Based on AI-Thinker ESP32 Camera Configuration and hardware setup
  • Discontinued hardware, so time to use.
JAC ArduCam ESP32S Uno with PSRAM.jpg

Coffin

  • Small Body Storage
  • Cheap and Wooden

Considerations

  • Just another item to put me on a watch list

ArduCam ESP32S Uno w/ PSRAM

  • OV2640 Camera
  • ESP32S
  • WiFi
  • BLE
  • SD MMC (disabled)

Considerations

  • 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

Considerations

  • Prebuilt Unit
  • Already themed for coffin themed project

ICR18650 Battery

  • 2200mAh
  • 3.7V

PC817 Optocoupler

==Battery Holders

  • 1 AAA Cell
  • 2 AAA Cells

SD Card Adapter

  • Micro SD Storage Board
  • SPI Interface

Round Display

  • 1.28 inch LCD Module
  • 240 x 204 Pixels
  • GCA901A Controller

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