This video shows how to download micropython firmware to ESP32 DevKitC v4 by using ESP32 download tool.
本影片說明如何使用ESP32 download tool將Micropython韌體燒錄在ESP32 DevKitC v4開發版上。
There are two steps:
目前分類:Micropython (4)
- Feb 29 Sat 2020 00:03
[Micropython][Voice]Download ESP32 micropython firmware by using ESP32 download tool 燒錄韌體到ESP32開發版
- Feb 28 Fri 2020 23:48
[Micropython][Voice]Erase ESP32 flash by using ESP32 download tool清除ESP32的快閃記憶體
This video shows how to use ESP32 download tool to erase the flash on ESP32 DevKitC v4.
這支影片說明如何使用ESP32 download tool清除ESP32 DevKitC v4開發版上的快閃記憶體。
I think ESP32 download tool is one of easiest method of erasing the flash of ESP32 development board in Windows. Just press one button and without inputting any command.
- Feb 22 Sat 2020 11:52
[MicroPython] [Voice] Use ESP32 DevkitC V4 to aquire signals of DHT11 sensor 使用ESP32 DevKitC V4開發版來讀取DHT11數位溫溼度感測器
This example shows how to use ESP32 DevKitC V4 to read temperature and humidity data from DHT11 sensor.
本範例說明如何使用ESP32 DevKitC V4來讀取DHT11數位溫溼度感測器的資料。
- Feb 16 Sun 2020 14:56
[Micropython][Voice] Use ESP32 DevKitC V4 to control RGB LED 使用ESP32 DevKitC V4開發版來控制RGB LED
This example shows how to use ESP32 DevKitC V4 to control RGB LED.
本範例說明如何使用ESP32 DevKitC V4來控制RGB LED。
Define Pin.OUT and use Pin.on()/off() function to turn on/off LED in main.py.
在main.py中定義Pin.OUT (Pin腳),使用Pin.on()/off()函數去開關LED。