ESP32 IP Camera
This is just my checklist
- Take picture and save 1 frame in PSRAM
- OTA update
- Save picture to SD card
- Configure WiFi using the ESP32 itself as an AP
- Automate testing
- HTTP API endpoints
-
Install idf https://github.com/espressif/esp-idf
-
Activate idf environment
. ~/git/esp-idf/export.sh
-
Build
idf.py build
-
Upload
idf.py flash
-
If things go wrong
idf.py fullclean
-
Run tests
pytest src/pytest*.py
-
Monitor
idf.py monitor
- WiFi Manager feature is inspired by: https://github.com/martin-ger/esp32_nat_router