De ESP32-CAM is een compact ontwikkelboard op basis van de ESP32 met een cameramodule voor IoT-projecten. Het gebruikt de ESP32 Wi‑Fi SoC om beelden vast te leggen en meestal een eenvoudige webinterface aan te bieden en frames via het netwerk te streamen. Programmeren gebeurt meestal via een seriële bootloader-interface met Arduino IDE of ESP-IDF, waarbij de camera via de onboard cameracircuitry met de ESP32 is verbonden.
| Pin | Signaal | Beschrijving |
|---|---|---|
5V |
power | 5 V power input for the ESP32-CAM board regulator. |
GND |
ground | Ground reference for power and all logic signals. |
IO12 |
digital | ESP32 GPIO12; usable digital I/O, also a boot strapping pin. |
IO13 |
digital | ESP32 GPIO13; usable digital I/O, often available after camera setup. |
IO15 |
digital | ESP32 GPIO15; usable digital I/O, also a boot strapping pin. |
IO14 |
digital | ESP32 GPIO14; usable digital I/O, commonly used as HSPI clock if needed. |
IO2 |
digital | ESP32 GPIO2; digital I/O and boot strapping pin, keep state valid at reset. |
IO4 |
digital | ESP32 GPIO4; digital I/O, commonly connected to the onboard flash LED. |
3V3 |
power | 3.3 V rail for ESP32 logic; use only for low-current external loads. |
IO16 |
digital | ESP32 GPIO16; usable digital I/O, limited by board/camera resource use. |
IO0 |
digital | Boot mode pin; pull low during reset to enter serial flashing mode. |
GND.1 |
ground | Ground reference for power and serial/programming connections. |
VCC |
power | Board supply pin, typically used as a 5 V/VCC power rail depending on module wiring. |
U0R |
RX | UART0 receive input for serial programming and console; connect to USB-serial TX. |
U0T |
TX | UART0 transmit output for serial programming and console; connect to USB-serial RX. |
GND.2 |
ground | Ground reference pin near UART header for programming and external circuits. |
Beschrijf wat je wilt bouwen. Codey Online schrijft de code, tekent het aansluitschema, compileert het en flasht je board rechtstreeks vanuit de browser.
Gratis starten