https://github.com/mryndzionek/time_lapse_sd
ESP32 - TTGO T-Camera Plus - SD card time-lapse camera
https://github.com/mryndzionek/time_lapse_sd
esp32 esp32-cam esp32-idf time-lapse wifi-hotspot
Last synced: 2 months ago
JSON representation
ESP32 - TTGO T-Camera Plus - SD card time-lapse camera
- Host: GitHub
- URL: https://github.com/mryndzionek/time_lapse_sd
- Owner: mryndzionek
- Created: 2021-01-31T13:56:32.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-31T14:18:24.000Z (over 5 years ago)
- Last Synced: 2025-07-25T20:51:17.851Z (11 months ago)
- Topics: esp32, esp32-cam, esp32-idf, time-lapse, wifi-hotspot
- Language: C
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Time-lapse SD Card
## Info
Takes pictures from camera with specified frequency and saves them to SD card,
also serves them via HTTP over WiFi.
Based on [sd_card](https://github.com/espressif/esp-idf/tree/v4.2/examples/storage/sd_card) example.
Configured for [TTGO T-Camera Plus](http://www.lilygo.cn/prod_view.aspx?TypeId=50030&Id=1272&FId=t3:50030:3).
Use [ESP-IDF v4.2](https://github.com/espressif/esp-idf/tree/v4.2).
## TODO
- [x] make the SD card contents available through WiFi