The goal of this repository is to centralize information and examples for the ESP32-CAM A.I. Thinker.
Read the board and periferals specifications here.
- Detect changes and take pictures
- Store pictures using Firebase (Google Storage)
- Store pictures in SD
- JPG via Http server
To run the examples, make sure to have PlatformIO
installed. If you haven't, refer to this tutorial.
To flash the board you need a USB to TTL dongle.
Also it is very important to use a external power supply. USBs usually do not provide sufficient current which makes the board loops brownout
errors.
When flashing:
- turn the board down
- hold the reset button (short
GPIO0
toGND
) - turn the board on
When booting to run your sketch, keep GPIO0
open.
This board also has a built in reset button.
This board and the included OV2640 can acomplish the following:
- External 64MBit PSRAM (IPUS IPS6404)
- Embeed flash light
- Sd Card
- mount using FatFS
- Ov2640
- Native resolutions:
- UXGA
- SVGA
- CIF
- Gain control
- Balance control
- Windowing
- Zoom and panning modes
- Sub-sampling mode
- Svga
- Cif
- Frame exposure mode
- Output formatter
- Scaling image output
- Power down mode
- Strobe (flash control)
- Native resolutions:
The roadmap for this repository is to implement examples uppon the capabilities of the board.
Feel free to open issues, describe bugs, suggest new examples and implementations.
I'll be reviewing and accepting PR's.