Chat freely about anything...

User avatar
By mmc01
#36916 I can use NodeMCU with Arduino IDE but I want to set NodeMCU as Access Point like this http://www.instructables.com/id/ESP8266-based-web-configurable-wifi-general-purpos-1/ So I have to use lua.

First I flash firmware with nodemcu_integer_0.9.6-dev_20150704.bin .
After that I open ESPlorer select buadrate and click Open button for open PORT but program run ......... never stop . I conect Reset pin to ground. Then program show like this .
Code: Select allGot answer! AutoDetect firmware...

Can't autodetect firmware, because proper answer not received.


I pase code and click Send to ESP but it show error like this

Code: Select allUploading to ESP file ap.lua...Waiting answer from ESP - Timeout reached. Command aborted.


I change program to use NodeMCU Studio program can select port only . when I click execute it show error.

Code: Select allCOM Port TimeoutException Occurred, Please Check The Com Port And Restart this Application


How to use NodeMCU with lua compiler ?