Skip to content

设计 esp32-s3 的 PCB 二线传感器测试拓展版,并且进行打印。

ESP-IDF

ESP-IDF 教程: https://blog.csdn.net/m0_60134435/category_12599895.html

https://blog.csdn.net/weixin_41617098/category_12289693.html

宸芯物联 ESP32-S3 教程

https://blog.csdn.net/Hello_kitty_ling?type=blog

esp32-s3 使用 esp-idf 编程需要先学习 c 语言,然后自己编写驱动读取数据。

乐鑫 ESP32-S3-DevKitC-1 官方快速入门教程:https://docs.espressif.com/projects/esp-idf/zh_CN/latest/esp32s3/hw-reference/esp32s3/user-guide-devkitc-1.html

不脱发的程序猿(嵌入式)(付费):https://handsome-man.blog.csdn.net/?type=blog

OTA

https://docs.espressif.com/projects/esp-idf/zh_CN/latest/esp32/api-guides/partition-tables.html

ESP-IDF 音频解决方案

https://docs.espressif.com/projects/esp-sr/zh_CN/latest/esp32s3/getti g_started/readme.html#id2

附录

记录一次简单的 MicroPython 源码定制过程

https://blog.csdn.net/weixin_42969457/article/details/140515201

microPython 固件编译教程

https://blog.csdn.net/qq_34440409/category_11177075.html

ESP32-S3 编译 lvgl-micropython 固件

https://blog.oldwu.top/index.php/archives/207/

在 ESP-IDF 环境下,使用标准 C 扩展 Micropython 模块

https://blog.csdn.net/suolong123/article/details/135512092