@TrystanLea will tell you. I do not have an ESP8266.
I dont remember doing that, can you remind me of the forum post?
Ummā¦
Iām not surprised you donāt remember it, it was Glyn.
I use Release 1.4.0 Ā· esphome/esphome-flasher Ā· GitHub to flash anything to ESP8266 devices.
Sorry no. Itās works on all the ESP8266 boards I used it on (although that is a windows platform )!
The other flashing tool I know of is this one GitHub - arendst/Tasmota: Alternative firmware for ESP8266 with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
Ah, I have a feeling you have to do something to put those devices into boot mode.
[edit] yep GitHub - openenergymonitor/EmonESP: ESP8266 WIFI serial to emoncms link
[edit2] - can you not just do it OTA?
Hi, thanks for your support! Yes, you were right, I needed to press and hold GPIO0 button and press reset: It enters on bootload mode and finally the upload worked. The problem now is that the emonESP_xxxx wifi network is up but itās not possible to connect to it. I tried different devices and re flashed the the emonESP but no successā¦ Any idea, please?
Thanks,
Any error messages?
Sorry not from me - @TrystanLea @glyn.hudson can you help?
No problem at allā¦ Sorry for all the hassleā¦
@TrystanLea any idea, please? The bin file is not workingā¦
Hi,
I have an emonESP with a firmware set to 9600 baud rate because I have the 3-phase sketch on my EmonTx. When I try to connect to the emonESP for the first time to start the config, the device keeps trying to connect to the emonESP_xxxx network with no success:
Iāve tried other devices, I re-flashed a lot of times with different tools. The server is starting as you can see below:
But when I flash the emonESP with a firmware set to 115200 baud rate this problem does not happen.
I donāt know what else I could do.
Thanks,
@Robert.Wall I have already compiled a new firmware with 9600 bpsā¦ same problemā¦ and when I keep the 115200 bps it worksā¦
@glyn.hudson
I pointed @MarcioPaiva towards your pre-compiled 9600 baud file for the ESP8266 - I think itās that which wonāt connect.
@MarcioPaiva
Can you try downloading the source file for your ESP and change the baud rate to 9600, compile and upload that?
It has worked in the past, for two users at least, I think.
We shall have to wait and see what Glyn says. Iām sorry you are having all this trouble.
Thanks @Robert.Wall. Letās wait.
@Robert.Wall and @glyn.hudson I made it. I uploaded only the updated firmware and kept the SPIFFS. I donāt know how but now it finally worked. Now Iām studying how to setup the 3-phase sketch to Brazilian system
Thank you all for all the support!!