Waveshare ESP32-C6-Touch-AMOLED-1.8 is an ESP32-C6-based touch display development board featuring a 1.8-inch capacitive AMOLED display, a 6-axis IMU, RTC, audio codec, microSD card slot, USB-C for ...
Create the environment in the same folder as your project. Note: Creating the enviroment in the same folder is very important since all dependencies will install here. If not, open powershell as an ...
tflite_esp32/ ├── include/ │ ├── tflite_inference.h # Header for TFLite inference │ └── camera_interface.h # Header for camera interface ├── lib/ │ └── tfmicro/ # TensorFlow Lite Micro library ├── src ...