I just started out experimenting with the ESP8266 NodeMCU and thing were ok: I wrote my first blink script and also managed to install the little webserver so that I could switch LED's on and off with my webbrowser.
But now I'm stuck because I can't send any command tot my device. When I connect it with ESplorer is says:
Can't autodetect firmware, because proper answer not received.
´¤^RÅñØlM´†ŒpKìEÉà4è:ñ
NodeMCU 0.9.6 build 20150704 powered by Lua 5.1.4
[b]nil[/b]
And then nothing. I can't send Chip ID, Chip info, Format or any other command. I tried to reflash the device with the nodemcu-flasher-master which worked fine but haad no effect. I also tried to flash it wit the blank.bin that comes with the flasher-master package and after that again with nodemcu_float_0.9.6-dev_20150704.bin but nothing changed.
The thing that strikes me is the <b>nil</b> that I get when I connect with ESPlorer. It looks like some sort of remnant from the webserver script I mentioned.
If anyone can help, that would be much appreciated!