ESP32 is a series of low-cost, low-power system-on-chip microcontrollers with integrated Wi-Fi and dual-mode Bluetooth.
Getting Started with the ESP32 Development Board:
- Processor: Tensilica Xtensa Dual-Core 32-bit LX6 microprocessor, running at 160 or 240 MHz. The ESP32 is the ESP8266 successor.
- ESP32 Development Boards come with all the needed circuitry to power and program the chip.
- Compatible with the Arduino “programming language”.
- Compatible with MicroPython.
ESP32-CAM
Compatible with the Arduino “programming language”.
- Installing ESP32 Board in Arduino IDE 2. (attention if you are in a virtual env, when you try to install dependent python libs)
- Use board AI-Thinker ESP32-CAM.
- Try the example code project: ESP32-CAM Take Photo and Display in Web Server.
Documents: