Getting started with Micropython using NodeMCU

Опубликовано: 30 Сентябрь 2024
на канале: Appleton Innovations
224
9

Learn how to flash Micropython Firmware in NodeMCU using ESP Tool and connecting with Nodemcu using Putty tool.


Commands for Flashing:
esptool.py --port com8 erase_flash
esptool.py --port com8 --baud 460800 write_flash --flash_size=detect 0 esp8266-20210418-v1.15.bin
You have to change port and firmware file path
For more details: https://micropython.org/


Learn more from Appleton Innovations:
https://appletoninnovations.com/


Please Subscribe to get latest videos on IoT

#micropython #iot #nodemcu