I've tried espeasy and Sonoff-MQTT-OTA-Arduino, even the simple example sketches from ESP8266Wifi fail to connect to the router. I have also tried setting it to SoftAP mode and tried to connect to it, but am unable to get an IP address (both from android phone or pc). I'm using the settings in the screenshot.
Does anyone have any idea of what I can try to further debug the issue. For all I can see the unit is broken. (although I never tested it with the stock firmware before flashing it)
Alternatively, I have tried to restore the stock firmware by taking a backup from the working unit and transfer it across but that doesn't work either. (although I'm not 100% sure this is the correct procedure..)
I can create a backup ok with:
> python esptool.py --port com5 --baud 230400 read_flash 0 1048567 sonoff-original.bin
And I can flash it back with the following, but it doesn't seem to work
>python esptool.py --port com5 write_flash --flash_mode dio --verify 0 sonoff-original.bin
Any help would be appreciated