- Sun Aug 28, 2016 2:37 am
#53959
Any assistance will be appreciated,
After struggling for a while to flax the NodeMCU v3 board, I eventually got it right by loading the Python firmware (esp8266-20160825-v1.8.3-49-ga589fa3.bin).
Everything was going fine until, I put an incorrect cap character in the settings while trying to connect the board to my WiFi network.
The code went into some kind of a loop and kept retrying over and over again.
Since I had worked out how to flash the board, I thought no problem, Ill erase the firmware and reload it. However, every time I reload the above firmware mentioned firmware, the board returns to continously being in some sort of a loop (the blue light flashes continously).
Erasing the flash again stops the blue light from flashing (so its working), but at soon as I load the above firmware again, the blue light starts flashing again and being stuck in its loop again.
I've tried erasing and flashing the firmware a number of times at different board rates, (unspecified and 9600) to no avail.
When I connect to the board (while blue light is flashing), I just see gibberish. I connect via "picocom -b 115200 /dev/ttyUSB0". Also I can connect to the board after erasing, just dont know what commands to use (AT... etc). But that doesnt help me anyway as I'd like to get the functionality of the python firmware so need to get that loaded.
Any help as to how to get the board back will be greatly appreciated.