RIOT-OS / RIOT

RIOT - The friendly OS for IoT
https://riot-os.org
GNU Lesser General Public License v2.1
4.84k stars 1.97k forks source link

add ESP32 Eye board #18791

Open donsez opened 1 year ago

donsez commented 1 year ago

Description

ESP-EYE is a development board for image recognition and audio processing, which can be used in various AIoT applications. It features an ESP32 chip, a 2-Megapixel camera (OV2640 by default) and a I2S digital microphone. ESP-EYE offers 8 Mbyte PSRAM and a 4 Mbyte flash. It also supports image transmission via Wi-Fi and debugging through a Micro-USB port.

This board is very popular for demonstrating AI vision application (Human Face Detection, Human Face Recognition, Barcode and QR Code Recognition ...) and TF Lite Micro.

NB: ESP32-S3-EYE is the newest version (including SD card reader and screen)

Useful links

maribu commented 1 year ago

Maybe @gschorcht or @benpicco are interested in this one?