ESP32-S3是物联网领域的创新之一,具备2.4GHz Wi-Fi和蓝牙连接、先进的安全功能和各种接口协议的外设。该双核微控制器基于TSMC超低功耗40nm技术构建,适合轻量级AI应用。兼具开发人员友好特性和超低功耗,使其在可穿戴设备到智能家居等领域备受推崇。本篇文章 ...
TinyML is an incredibly powerful piece of software, and you can easily train your own model and deploy it on an ESP32.
The IBM PC spawned the basic architecture that grew into the dominant Wintel platform we know today. Once heavy, cumbersome and power thirsty, it’s a machine that you can now emulate on a single board ...
ESP32支持线程功能,可以利用线程实现多任务。ESP32上线程的用法和pyboard上差不多,都是通过_thread模块。下面演示了线程的基本用法,程序定义了三个线程,一个线程控制LED,另外两个线程打印信息。