-
Notifications
You must be signed in to change notification settings - Fork 26
Esptool
kmaximv edited this page Mar 15, 2016
·
1 revision
- Скачиваем Esptool для своей ОС ссылка
- Скачиваем прошивку по ссылке
- Переводим модуль в режим прошивки
- В коммандной строке выполняем комманду:
Windows
C:\Soft/esptool.exe -vv -cd nodemcu -cb 115200 -cp COM6 -ca 0x00000 -cf C:\Soft/esp_sensor.ino.nodemcu.bin
Linux
./esptool -vv -cd nodemcu -cb 115200 -cp /dev/ttyUSB0 -ca 0x00000 -cf esp_sensor.ino.binПути и номер порта ставим свои.