LUXROBO / edgeimpulse-esp32-firmware

Edge Impulse firmware for the Espressif ESP-EYE(ESP32) Development board

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Edge Impulse firmware for Espressif ESP32-S3-EYE

Edge Impulse enables developers to create the next generation of intelligent device solutions with embedded Machine Learning. This repository contains the Edge Impulse firmware for the Espressif ESP32S3 based development boards, specifically ESP32-S3-EYE. These devicee supports Edge Impulse device features, including ingestion and inferencing.

Requirements

Hardware

  • Espressif ESP32-S3-EYE based development boards. Using with other boards is possible, but code modifications is needed. For more on that read.

Building the application

Then from the firmware folder execute:

get_idf
clear && idf.py build

get_idf is an alias for export.sh script that sets up ESP IDF environment variables. Read more about it here.

Flash

Connect the ESP32 board to your computer.

Run:

idf.py -p /dev/ttyUSB0 flash monitor

Where /dev/ttyUSB0 needs to be changed to actual port where ESP32 is connected on your system.

Serial connection

Use screen, minicom or Serial monitor in Arduino IDE to set up a serial connection over USB. The following UART settings are used: 115200 baud, 8N1.

About

Edge Impulse firmware for the Espressif ESP-EYE(ESP32) Development board


Languages

Language:C 84.2%Language:C++ 15.7%Language:CMake 0.1%Language:Shell 0.0%