- Sat Feb 06, 2016 5:44 pm
#40588
Not completely there.
I downloaded nodemcu-flasher-master on my vmware windows and flashed the esp8266.
After that I disconnect the wire from GPIO to GND.
When I start serial monitor on my mac I see the following info.
lua: cannot open init.lua
I fixed that with.
NodeMCU 0.9.6 build 20150406 powered by Lua 5.1.4
lua: cannot open init.lua
> file.format()
format done.
> =file.open("init.lua", "w+")
nil
> file.writeline("--test")
stdin:1: open a file first
>
After that i got:
Code: Select all8����������������c�
NodeMCU 0.9.5 build 20150318 powered by Lua 5.1.4
>
I also have RX/TX communication when it try.
I only can't see the uploaded firmware with:
AT+GMR. I get
Code: Select all >> AT+GMR
stdin:2: '=' expected near 'AT'
>
baut is 9600 because there rest i get no response or strange characters.
Also can't list access points:
> AT+CWLAP
stdin:1: '=' expected near '+'
>