Table of Contents
ESP32 - Micropython
Cấu trúc thư mục
Thony IDE
Kết nối thiết bị
ESP32 - Micropython
https://wokwi.com
250+ ESP32 Projects, Tutorials and Guides with Arduino IDE
MicroPython tutorial for the pyboard
Video ESP32 Tutorial
Video ESP32 - Micropython Tutorial
https://github.com/1sitevn/esp32-micropython
Cấu trúc thư mục
boot.py: File khởi tạo các cấu hình pyboard.
main.py: File chương trình, được thực thi sau file boot.py.
Thony IDE
Getting Started with Thonny MicroPython (Python) IDE for ESP32 and ESP8266
boot.py
import
gc
import
esp
from
machine
import
Pin esp.
osdebug
(
None
)
gc
.
collect
(
)
led2
=
Pin
(
2
,
Pin.
OUT
)
Kết nối thiết bị
Led
OLed