This repository ports the Makerfabs MaTouch ESP32‑S3 2.1″ IPS display with capacitive touch (ST7701) Arduino example to the Espressif IoT Development Framework (ESP‑IDF). It demonstrates how to drive ...
This project demonstrates various FreeRTOS scheduler concepts on ESP32 using the Arduino framework. Each demo showcases different aspects of real-time task scheduling, priority management, and ...
使用esp-idf组件读取SHT30温湿度信息。不得不说使用Arduino和Mpy来读取SHT30传感器温湿度信息,还是相当简单的。但是使用esp-idf来实现对我来说就难得多了。正好留意到新版的esp-idf支持组件编程了,基本思想就是将硬件的读取 ...
那么在本篇文章中将带着大家从零开始进行Demo的烧录(测试意图)、模型训练,转换成C 语言数组。然后到模型的部署,最终实现和模型一样的效果。阅读这篇文章你最好具备一些基础的Machine learning和Deep learning知识。