ESP32 学习
乐鑫 ESP32-S3-DevKitC-1 官方快速入门教程:https://docs.espressif.com/projects/esp-idf/zh_CN/latest/esp32s3/hw-reference/esp32s3/user-guide-devkitc-1.html
micropython ESP32 官方文档: https://docs.micropython.org/en/latest/esp32/quickref.html#adc-analog-to-digital-conversion
正点原子官方论坛教程(ESP-IDF/MicroPython):https://www.amobbs.com/forum-9969-1.html
MPY
掌控板资料(中文)https://mpython.readthedocs.io/en/master/index.html
魔都飘雪 MicroPython 物联网开发 ESP32 开发笔记
https://blog.csdn.net/zhusongziye/category_11992364_4.html
ESP32 引脚详解: 详解 ESP32 模块的引脚分配图和定义
https://gitcode.csdn.net/65e6e4af1a836825ed787035.html
参考教程
王铭东: https://www.bilibili.com/video/BV1G34y1E7tE https://doc.itprojects.cn/vip.bind/vip-bind.html
【雕爷学编程】MicroPython动手做
https://www.zhihu.com/column/c_1180089320088825856
https://www.cnblogs.com/eagler8/tag/
知乎ESP32N16R8教程: https://zhuanlan.zhihu.com/p/688871347
https://wiki.1zlab.com/wiki/micropython-esp32/
https://docs.geeksman.com/esp32/MicroPython/01.esp32-micropython-intro.html
MicroPython 相关系列教程 https://docs.tpyboard.com/zh/latest/tpyboard/tutorial/
MicroPython 系列教程(案例) https://jd3096.blog.csdn.net/category_10968551_2.html
下班后实验室 https://space.bilibili.com/1349435951/video
物联网传感器 https://blog.csdn.net/weixin_39363464/category_12286486.html
案例
人脸检测
https://github.com/1589326497/Real-time-face-detection-system/tree/main
测试失败 OTA https://github.com/orgs/micropython/discussions/12751
ROM,RAM,FLASH,DDR, EMMC 在嵌入式中的区别,嵌入式系统的启动流程
https://blog.csdn.net/qq_42241500/article/details/135951140
自己编译 microPython
ota https://gitee.com/user_ye/esp32-ota
https://www.youtube.com/watch?v=f1widOJYQDc
https://github.com/orgs/micropython/discussions/9579
https://insigh.io/blog/over-the-air-switch-from-esp-idf-to-micropython/
psram
http://wiki.1zlab.deepsenserobot.com/wiki/micropython-esp32/adc/
https://blog.csdn.net/qq_34991787/article/details/142253229
https://blog.csdn.net/zhujunwddp/article/details/137568233
import gc
gc.mem_free()
import esp
esp.flash_size()
https://theembeddedsystem.readthedocs.io/en/latest/index.html