{"id":15138400,"url":"https://github.com/jameszah/esp32-cam-rocketcam","last_synced_at":"2025-10-23T15:30:21.499Z","repository":{"id":58178232,"uuid":"530023170","full_name":"jameszah/ESP32-CAM-RocketCam","owner":"jameszah","description":"ESP32-CAM Video Recorder for Rockets with sensors for Altitude, Temperature, Acceleration","archived":false,"fork":false,"pushed_at":"2022-09-12T18:09:16.000Z","size":6137,"stargazers_count":24,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-30T19:07:36.480Z","etag":null,"topics":["adxl345","avi","bmp180","esp32","mjpeg","ov2640","rocket","sd","sensors","video-recorder","wifi"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jameszah.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-29T01:11:47.000Z","updated_at":"2025-01-29T01:26:52.000Z","dependencies_parsed_at":"2023-01-18T05:15:45.518Z","dependency_job_id":null,"html_url":"https://github.com/jameszah/ESP32-CAM-RocketCam","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jameszah%2FESP32-CAM-RocketCam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jameszah%2FESP32-CAM-RocketCam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jameszah%2FESP32-CAM-RocketCam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jameszah%2FESP32-CAM-RocketCam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jameszah","download_url":"https://codeload.github.com/jameszah/ESP32-CAM-RocketCam/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237843758,"owners_count":19375198,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["adxl345","avi","bmp180","esp32","mjpeg","ov2640","rocket","sd","sensors","video-recorder","wifi"],"created_at":"2024-09-26T07:23:20.476Z","updated_at":"2025-10-23T15:30:20.362Z","avatar_url":"https://github.com/jameszah.png","language":"C++","funding_links":["https://ko-fi.com/jameszah","https://ko-fi.com/jameszah/"],"categories":[],"sub_categories":[],"readme":"# ESP32-CAM-RocketCam\nESP32-CAM Video Recorder for Rockets with sensors for Altitude, Temperature, Acceleration\n\n\u003cimg src=\"./display.png\"\u003e\n\nThis 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.\n\nThe 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.\n\nESP32-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.\n\nThis 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.\n\n\u003cimg src=\"./appass.png\"\u003e\n\nThe 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.\n\n\u003cimg src=\"./RocketCam.png\"\u003e\n\u003cimg src=\"./photo.jpg\"\u003e\n\nSee 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.\n\nSerial startup \u003ca href=\"./startup.txt\"\u003estartup\u003c/a\u003e    \n\nLengthy Instruction for the One-Click-Downloader https://jameszah.github.io/ESP32-CAM-VideoCam/instruct\n\nYou must run the downloader from the githib.io site:\n\n\u003ca href=\"https://jameszah.github.io/ESP32-CAM-RocketCam/\"\u003e(https://jameszah.github.io/ESP32-CAM-RocketCam/)\u003c/a\u003e\n\n\n\u003ch2\u003eOne Click Installer \u003c/h2\u003e\n\n\u003cscript type=\"module\" src=\"https://unpkg.com/esp-web-tools@9.0.3/dist/web/install-button.js?module\"\u003e\u003c/script\u003e   \n\u003cesp-web-install-button manifest=\"installer/manifest.json\"\u003e\u003c/esp-web-install-button\u003e   \n\n\n\u003ch2\u003eOne Click Installer - American Units\u003c/h2\u003e\n\n\u003cimg src=\"./units.png\"\u003e  \n  \n\u003cscript type=\"module\" src=\"https://unpkg.com/esp-web-tools@9.0.3/dist/web/install-button.js?module\"\u003e\u003c/script\u003e   \n\u003cesp-web-install-button manifest=\"installer/manifesta.json\"\u003e\u003c/esp-web-install-button\u003e   \n\n\n\u003ch2\u003eOne Click Installer 2.0.3 \u003c/h2\u003e\n\n\u003cscript type=\"module\" src=\"https://unpkg.com/esp-web-tools@9.0.3/dist/web/install-button.js?module\"\u003e\u003c/script\u003e   \n\u003cesp-web-install-button manifest=\"installer203/manifest.json\"\u003e\u003c/esp-web-install-button\u003e   \n   \n\n\u003ch2\u003eOne Click Installer 2.0.4 Original - Merged File \u003c/h2\u003e\n\n\u003cscript type=\"module\" src=\"https://unpkg.com/esp-web-tools@9.0.3/dist/web/install-button.js?module\"\u003e\u003c/script\u003e   \n\u003cesp-web-install-button manifest=\"installer204/manifest_orig.json\"\u003e\u003c/esp-web-install-button\u003e   \n                                              \n\nSourceCode: \u003ca href=\"https://github.com/jameszah/ESP32-CAM-RocketCam/\"\u003ehttps://github.com/jameszah/ESP32-CAM-RocketCam/\u003c/a\u003e       \n        \n     \nJames Zahary - Aug 28, 2022      \nFree coffee \u003ca href=\"https://ko-fi.com/jameszah\"\u003ehttps://ko-fi.com/jameszah/\u003c/a\u003e    \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjameszah%2Fesp32-cam-rocketcam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjameszah%2Fesp32-cam-rocketcam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjameszah%2Fesp32-cam-rocketcam/lists"}