As the title says... Chat on...

User avatar
By juanmol
#25949 Hi, yesterday i was using my esp-03 to make some tests, works fine. Today i test the same code and it not connect to my wifi. I have reflash the last nodemcu firmware, and in ESPlorer:
Code: Select allNodeMCU 0.9.6 build 20150704  powered by Lua 5.1.4
lua: cannot open init.lua
>
Communication with MCU...
Got answer! AutoDetect firmware...

NodeMCU firmware detected.
=node.heap()
33928

thats ok, then i try to connect to my wifi, and it doesn't get ip. I try with come AT commands:
Code: Select all> AT+CWMODE=1
stdin:1: '=' expected near '+'
> AT+CWLAP
stdin:1: '=' expected near '+'
> AT
>> AT+CWLAP
stdin:2: '=' expected near 'AT'
>

What's happend with my esp-03?