NodeMCU之快速试用(一)

NodeMCU之快速试用
https://blog.csdn.net/uestc_ganlin/article/details/78879160
NODEMCU调试心得1
https://blog.csdn.net/qq_32543253/article/details/53240034

https://github.com/nodemcu/nodemcu-firmware/tree/master

1.固件编译

这里选用云编译,通过官网:

https://nodemcu-build.com/

返回的邮件:

Your NodeMCU custom build finished successfully. You may now download the firmware:
- float: http://nodemcu-build.com/builds/nodemcu-master-14-modules-2018-07-12-09-20-44-float.bin
- integer: http://nodemcu-build.com/builds/nodemcu-master-14-modules-2018-07-12-09-20-44-integer.bin

This was built against the master branch and includes the following modules: enduser_setup, file, gpio, http, net, node, sjson, sntp, struct, tmr, uart, ucg, websocket, wifi.
The files are guaranteed to be available for download for 24h.

*** NEW FLASHING TOOL *** NEW FLASHING TOOL *** NEW FLASHING TOOL ***
I invite you to try the new GUI tool https://github.com/marcelstoer/nodemcu-pyflasher

Learn how to flash the firmware: https://nodemcu.readthedocs.io/en/master/en/flash/. If you're upgrading from a previous version you should carefully study the "Upgrading Firmware" instructions on that page.

Please help keep this service alive: http://nodemcu-build.com/faq.php#support

https://github.com/nodemcu/nodemcu-flasher

NodeMCU之快速试用(一)_第1张图片

NodeMCU之快速试用(一)_第2张图片

NodeMCU之快速试用(一)_第3张图片

NodeMCU之快速试用(一)_第4张图片

NodeMCU之快速试用(一)_第5张图片

你可能感兴趣的:(蓝牙WIFI无线通信)