Skip to content

Commit 453be3d

Browse files
committed
Add Ai Thinker ESP32-CAM Board
1 parent b06e762 commit 453be3d

4 files changed

Lines changed: 76 additions & 0 deletions

File tree

_board/ai-thinker-esp32-cam.md

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
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+
- MicroSD Card Reader
15+
- Flashlight
16+
- Wi-Fi
17+
- Bluetooth/BTLE
18+
- 8Mb PSRAM
19+
- Breadboard-Friendly
20+
- Optional ESP32-MB expansion board includes buttons and Serial port
21+
22+
23+
---
24+
25+
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.
26+
27+
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.
28+
29+
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.
30+
31+
Ultra-small 802.11b/g/n Wi-Fi + BT/BLE SoC module
32+
33+
34+
### Product Features
35+
* Using low-power dual-core 32-bit CPU, can be used as an application processor
36+
* Main frequency up to 240MHz, computing power up to 600 DMIPS
37+
* Built-in 520 KB SRAM, external 8MB PSRAM included
38+
* Support UART/SPI/I2C/PWM/ADC/DAC and other interfaces
39+
* Support OV2640 and OV7670 cameras, built-in flashlight
40+
* Support picture WiFI upload
41+
* Support TF card
42+
* Support multiple sleep modes
43+
* Embedded Lwip, FreeRTOS, and CircuitPython
44+
* Support STA/AP/STA+AP working mode
45+
* Support Smart Config/AirKiss one-click network configuration
46+
* Support secondary development
47+
48+
49+
### Application scenarios
50+
* Home smart device image transmission
51+
* Wireless monitoring
52+
* Smart agriculture
53+
* QR wireless recognition
54+
55+
56+
### Usage Notes
57+
58+
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.
59+
60+
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.
61+
62+
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\*
63+
64+
\* 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.
65+
66+
67+
## CircuitPython on ESP32
68+
69+
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
70+
71+
72+
## Purchase
73+
74+
* [Aliexpress](https://www.aliexpress.com/w/wholesale-esp32%2525252dcam.html)
75+
* [Amazon](https://www.amazon.com/s?k=esp32-cam)
76+
* [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)