Skip to content

Commit 75bc761

Browse files
authored
Merge pull request #1408 from gitcnd/add-board-esp32cam
Add Ai Thinker ESP32-CAM Board
2 parents 189fc7c + 6a5ab99 commit 75bc761

4 files changed

Lines changed: 77 additions & 0 deletions

File tree

_board/ai-thinker-esp32-cam.md

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
---
2+
layout: download
3+
board_id: "ai-thinker-esp32-cam"
4+
title: "Ai Thinker ESP32-CAM Download"
5+
name: "Ai Thinker ESP32-CAM"
6+
manufacturer: "Ai-Thinker"
7+
board_url:
8+
- "https://docs.ai-thinker.com/en/esp32-cam"
9+
board_image: "ai-thinker-esp32-cam.jpg"
10+
date_added: 2024-05-17
11+
family: esp32
12+
features:
13+
- Camera
14+
- Wi-Fi
15+
- Bluetooth/BTLE
16+
- Breadboard-Friendly
17+
---
18+
19+
### More features
20+
* Flashlight
21+
* MicroSD Card Reader
22+
* Optional ESP32-MB expansion board includes buttons and Serial port
23+
* 8Mb PSRAM
24+
25+
26+
ESP32-CAM is a small sized ESP32 camera module released by Ai-Thinker. The module can work independently with a size of only 27 x 40.5 x 4.5mm, and a deep sleep current as low as 6mA.
27+
28+
ESP32-CAM can be widely used in various IoT applications, suitable for home smart devices, industrial wireless control, wireless monitoring, QR wireless identification, wireless positioning system signals and other IoT applications. It is an ideal solution for IoT applications.
29+
30+
ESP32-CAM adopts DIP package and can be used directly by plugging in the bottom plate, realizing the rapid production of products, providing customers with high-reliability connection methods, which is convenient for application in various IoT hardware terminal occasions.
31+
32+
Ultra-small 802.11b/g/n Wi-Fi + BT/BLE SoC module
33+
34+
35+
### Product Features
36+
* Using low-power dual-core 32-bit CPU, can be used as an application processor
37+
* Main frequency up to 240MHz, computing power up to 600 DMIPS
38+
* Built-in 520 KB SRAM, external 8MB PSRAM included
39+
* Support UART/SPI/I2C/PWM/ADC/DAC and other interfaces
40+
* Support OV2640 and OV7670 cameras, built-in flashlight
41+
* Support picture WiFI upload
42+
* Support TF card
43+
* Support multiple sleep modes
44+
* Embedded Lwip, FreeRTOS, and CircuitPython
45+
* Support STA/AP/STA+AP working mode
46+
* Support Smart Config/AirKiss one-click network configuration
47+
* Support secondary development
48+
49+
50+
### Application scenarios
51+
* Home smart device image transmission
52+
* Wireless monitoring
53+
* Smart agriculture
54+
* QR wireless recognition
55+
56+
57+
### Usage Notes
58+
59+
The serial port on the ESP32-MB adapter which usually ships with these boards has the Serial Request-To-Send (RTS) hardware flow-control line physically connected to the ESP32 Reset (RST) pin, and it also has the Serial Data-Terminal-Ready (DTR) hardware flow-control line physically connected to the ESP32 GPIO pin.
60+
61+
This allows software which knows this (e.g. Arduino) to automatically perform hardware resets over the serial port by pulsing the RTS-line, and to automatically perform firmware updates by holding the DTR line low while pulsing the RTS line.
62+
63+
Unfortunately, many serial emulators and even some python libraries which communicate via Serial ports will typically set the state of one of both of these hardware flow control lines - this means that your ESP32-CAM might not be able to boot or be used by some software. Notable examples include Thonny, ampy, pyboard, and Windows version of Python itself\*
64+
65+
\* The work-around for Windows python is to first create the serial port object, without specifying which port to use - this bypasses the Python windows bug which always sets the RTS/DTR pins. You can then tell the serial object which port, and set the RTS/DTR pins as you like.
66+
67+
68+
## CircuitPython on ESP32
69+
70+
Want to learn how to load circuitpython onto this board? check out [this](https://learn.adafruit.com/circuitpython-with-esp32-quick-start/) on the Adafruit learning system
71+
72+
73+
## Purchase
74+
75+
* [Aliexpress](https://www.aliexpress.com/w/wholesale-esp32%2525252dcam.html)
76+
* [Amazon](https://www.amazon.com/s?k=esp32-cam)
77+
* [eBay](https://www.ebay.com/sch/i.html?_nkw=esp32-cam)
75.7 KB
Loading
1.5 MB
Loading
17.7 KB
Loading

0 commit comments

Comments
 (0)