I have problem with getting my ESP8266 back to the normal state. I've been using it for few weeks now, with firmware nodemcu_float_0.9.6-dev_20150406. Everything was fine.
But then I started to mangle with the tmr functionality, and it finally ended up with some kind of bad reset (esp executed init.lua, script started to work, then I received some garbage, and ESP restared itself). And now it does not boot up. I receive some garbage (instead of LUA console command). I normally use 9600 baud, when I change it to 115200, this is what I get:
(...garbage...)MEM CHECK FAIL!!!
No matter what I change in my connection settings, it refuses to work. Instead of LUA console I get receive some garbage, nothing more. I've tried to flash it, didnt help. Erasing it with blank.bin also did not work. What's interestng, if I try to upload an older firmware, i.e. nodemcu_20150106 it works! But I need newer firmware.
I'm sure it's related to the firmware, and not the physical aspect (did not broke it or sth like that), because have 2 ESP's, and the second also got bricked : (
Thanks in advance for any help.