An open API service indexing awesome lists of open source software.

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

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