martin-ger / esp_mqtt

MQTT Broker/Bridge on the ESP8266
MIT License
293 stars 68 forks source link

Strange behavior in Sonoff basic R2 (solved) #56

Open msillano opened 4 years ago

msillano commented 4 years ago

hi Martin, hru? I'm working on a new project, that helps now.

Of course, using Sonoff & esp_mqtt . But I get strange behavior: n,b, using "Sonoff RF R2 POWER V1.0 " aka sonoff basic R2 1) flashing with esptool: OK 2) Serial connection to complete the config via the same FTDI + putty : I get a loop with garbage on terminal:

 ets Jan  8 2013,rst cause:4, boot mode:(3,7)

wdt reset
load 0x40100000, len 30196, room 16
tail 4
chksum 0xaf
load 0x3ffe8000, len 2124, room 4
tail 8
chksum 0x9b
load 0x3ffe8850, len 10060, room 0
tail 12
chksum 0x9f
csum 0x9f
▒▒▒x▒n▒▒>r▒▒▒n▒b
▒l▒▒l`▒▒▒▒▒▒▒b▒r▒
                 n▒c▒8▒▒
r▒▒▒▒8▒▒▒
2▒H▒H▒W*$(▒k▒▒$▒&       ▒)▒.]X▒▒ing
Config found and loaded
Starting Console TCP Server on port 7777
========== pause
 ets Jan  8 2013,rst cause:4, boot mode:(3,7)
             (omissis)

It is a pause after 'on port 7777'.

I used also an old bin version: same. Until now I used Sonoff TH_V1.0 without any problem.

p.s. Before to send to you I done one more tentative, using esptool with erase_flash before. Worked !! I get the prompt !

I send you same, maybe this is a piece of useful information to put in README Best regards m.s.