jameszah / ESP32-CAM-RocketCam

ESP32-CAM Video Recorder for Rockets with sensors for Altitude, Temperature, Acceleration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP32-CAM-RocketCam

ESP32-CAM Video Recorder for Rockets with sensors for Altitude, Temperature, Acceleration

This program is a fork of https://github.com/jameszah/ESP32-CAM-Video-Recorder-junior to add BMP180 and an ADXL345 sensor to the ESP32-CAM, that can be used to display the altitude, temperature, and acceleration of a small rocket ... or other stuff. It is stored as a srt file, which can play with the avi video as a text caption on the screen while you are playing the video. Or shut it off and just see the video.

The two sensors are attached at sda ESP32-CAM gpio 3 (the RX pin for downloading) and scl at ESP32-CAM gpio 13 (one of the unused SD card pins), plus 3.3v and GND.

ESP32-CAM gpio 12, is still used to suspend the recording -- pull it to ground and the recording will write its index and end, and wait to he be released to start a new video.

This is set up by default to use AP mode, so you do not need a router. The ESP32 sets up an internet host that you can attach to and look through the viewfinder for pictures or streaming video, and also set the time because the ESP32 cannot connect to the internet to get the time. The name and password for the AP mode are printed out on the serial monitor - the password is a hash of mac address and various things, so it is reasonably secure. Look for these lines - if you change the name of the ESP32 in the config file, the ssid whill change (desklens_50) but password will remain the same. Look for these lines on the serial output when you first turn on the module.

The recording parameters are set in the config.txt file on the sd card. See https://github.com/jameszah/ESP32-CAM-Video-Recorder-junior for details.

See here for a serial monitor startup - it starts with nothing on gpio12, and a clean empty sd card, and then gpio12 is grounded after about 1 minute.

Serial startup startup

Lengthy Instruction for the One-Click-Downloader https://jameszah.github.io/ESP32-CAM-VideoCam/instruct

You must run the downloader from the githib.io site:

(https://jameszah.github.io/ESP32-CAM-RocketCam/)

One Click Installer

<script type="module" src="https://unpkg.com/esp-web-tools@9.0.3/dist/web/install-button.js?module"></script>

One Click Installer - American Units

<script type="module" src="https://unpkg.com/esp-web-tools@9.0.3/dist/web/install-button.js?module"></script>

One Click Installer 2.0.3

<script type="module" src="https://unpkg.com/esp-web-tools@9.0.3/dist/web/install-button.js?module"></script>

One Click Installer 2.0.4 Original - Merged File

<script type="module" src="https://unpkg.com/esp-web-tools@9.0.3/dist/web/install-button.js?module"></script>

SourceCode: https://github.com/jameszah/ESP32-CAM-RocketCam/

James Zahary - Aug 28, 2022
Free coffee https://ko-fi.com/jameszah/

About

ESP32-CAM Video Recorder for Rockets with sensors for Altitude, Temperature, Acceleration

License:GNU General Public License v3.0


Languages

Language:C++ 82.8%Language:C 17.2%