I am playing around bunch of esp8266 these days. I made several projects with blynk. Some of my project have stability issues. I wonder that it is related with the firmware of ESPs?(i have proper power source for esp btw)
So which firmware i should use for my esp to work with blynk libraries?
Which ESP do you have? When you load a sketch via the Arduino IDE, you are basically over writing the current firmware with your new sketch. So the firmware version is what ever you have loaded in your IDE. Check Board manager for updates etc.
If you have an ESP-01, and want to use it as a SoftSerial connection on an UNO then im not sure what the best AT firmware is.
But just don’t do it… get yourself a $4 WeMos D1 Mini and you won’t have any issues.
In my current project i am using esp-12 and esp-07. Both have stability problem. So if we are using stand alone esp, when we upload sketch it overwrite the firmware?
You are right about wemos but i already have esp module i want to use them.