I bought few sonoff basic and couple of sonoffTH 16 directly from ITEAD, got delivery last week, and since then I tried to flash espeasy bin to 3 generics and 1 TH16 (v2), it flashes but after reboot there is no SSID, no LEDs, nor does the button works. I thought maybe I was flashing incorrectly, so to check I tried to flash a basic sketch as below which worked.
Using Arduino (Generic ESP8266 / 80 Mhz / 40 Mhz / DIO / 115200 / 1M (SPIFFS) / CK / Disabled / None on Com6) I flashed a generic blink & join wifi scketch from here:
https://github.com/SuperHouse/BasicOTAB ... ABlink.ino
The sonoff, booted, joined the wifi, and started blinking fine. So the device is working, which means I'm not doing any error in flashing.
Then Uploaded ESPeasy src sketch, instructions from below:
http://www.letscontrolit.com/wiki/index ... are_Upload
post that, I'm getting the below output on serial monitor with no response from the sonoff:
Code: Select all
ets Jan 8 2013,rst cause:4, boot mode:(1,6)
wdt reset


Any help will be greatly appreciated. I'm basically trying to get this working with smarthings using a custom firmware listed here:
https://community.smartthings.com/t/rel ... ches/45957