M5CameraF is a development board for image recognition. It features an ESP32 (4M Flash + 520K RAM) chip and 2-Megapixel camera (OV2640).
Resources | Parameter |
---|---|
Flash | 4M |
RAM | 4MB |
Image Sensor | OV2640 |
Maximum resolution | 2M pixel |
Output format | YUV(422/420)/YCbCr422,RGB565/555,8-bit compressed data,8-/10-bit Raw RGB data |
FOV | 160° |
CCD Size | 1/4 inch |
Net weight | 17g |
Gross weight | 41g |
Product Size | 24*48*19mm |
Package Size | 75*45*30mm |
The module offers plenty of storage with an extra 4 Mbyte PSRAM. It also supports image transmission via Wi-Fi and debugging through USB Type-C port.
The hardware comes preloaded software, programmed by ESP-IDF. It is an application to run Wi-Fi camera. The output image is size 600*800, since it's 2-Maga camera, you sure can optimize the software to output the maximum size of photos.
what this software can do?
1.EasyLoader is a simple and fast program burner. Every product page in EasyLoader provides a product-related case program. It can be burned to the master through simple steps, and a series of function verification can be performed. .
Camera Interface PinMap
Interface | Camera Pin | M5CameraF |
---|---|---|
SCCB Clock | SIOC | IO23 |
SCCB Data | SIOD | IO22 |
System Clock | XCLK | IO27 |
Vertical Sync | VSYNC | IO25 |
Horizontal Reference | HREF | IO26 |
Pixel Clock | PCLK | IO21 |
Pixel Data Bit 0 | D2 | IO32 |
Pixel Data Bit 1 | D3 | IO35 |
Pixel Data Bit 2 | D4 | IO34 |
Pixel Data Bit 3 | D5 | IO5 |
Pixel Data Bit 4 | D6 | IO39 |
Pixel Data Bit 5 | D7 | IO18 |
Pixel Data Bit 6 | D8 | IO36 |
Pixel Data Bit 7 | D9 | IO19 |
Camera Reset | RESET | IO15 |
Camera Power Down | PWDN | see Note 1 |
Power Supply 3.3V | 3V3 | 3V3 |
Ground | GND | GND |
GROVE Interface
Grove | M5CameraF |
---|---|
SCL | IO13 |
SDA | IO4 |
5V | 5V |
GND | GND |
LED Interface
LED | M5CameraF |
---|---|
LED_Pin | IO14 |
The following tables are Reserved Chip Interfaces
BME280 Interface
It's I2C address is 0x76.
BME280 | M5CameraF |
---|---|
SCL | IO23 |
SDA | IO22 |
MPU6050 Interface
It's I2C address is 0x68.
MPU6050 | M5CameraF |
---|---|
SCL | IO23 |
SDA | IO22 |
MIC(SPM1423) Interface
MIC(SPM1423) | M5CameraF |
---|---|
CLK | IO4 |
DATA | IO2 |
NOTE:
View M5 camera series/product differences
** Serial communication-M5Core **(The serial communication routine is the communication between the camera and the M5Core.)
** MPU6050 **(Gyro Example after soldering MPU6050)