ESP8266 mit NodeMcu
Aus BraLUG-Wiki
(Unterschied zwischen Versionen)
(Die Seite wurde neu angelegt: „=Was soll das hier?= ... =Hardware= ... =Firmware= * [http://nodemcu-build.com Cloud-Build NodeMCU-Firmware] * [https://github.com/themadinventor/esptool Fla…“) |
|||
Zeile 15: | Zeile 15: | ||
=Toolchain= | =Toolchain= | ||
* [https://github.com/boerge42/nodemcu_server meine NodeMCU-Toolchain] | * [https://github.com/boerge42/nodemcu_server meine NodeMCU-Toolchain] | ||
+ | |||
+ | =Lua-Beipiele= | ||
+ | * [https://github.com/boerge42/nodemcu_scripts ein paar Lua-Skripte von mir] |
Version vom 1. Juli 2016, 23:52 Uhr
Inhaltsverzeichnis |
Was soll das hier?
...
Hardware
...
Firmware
esptool.py --port <USB-port-with-ESP8266> write_flash 0x00000 <nodemcu-firmware>.bin