I cannot connect NodeMCU with lua compiler.
Posted: Mon Dec 21, 2015 12:47 pm
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 .
I pase code and click Send to ESP but it show error like this
I change program to use NodeMCU Studio program can select port only . when I click execute it show error.
How to use NodeMCU with lua compiler ?
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 all
Got 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 all
Uploading 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 all
COM Port TimeoutException Occurred, Please Check The Com Port And Restart this Application
How to use NodeMCU with lua compiler ?