Downloading and installing the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By martinayotte
#40659 What do you mean ?

Are you using Arduino ESP or AT firmware ?

In Arduino sketch, it is up to you to define Serial.begin(<baudrate>); in your setup() loop.

If you are using AT firmware, your question should be "how to get rid of AT firmware" ;-)
User avatar
By Ahmed Samy
#40682
martinayotte wrote:What do you mean ?

Are you using Arduino ESP or AT firmware ?

In Arduino sketch, it is up to you to define Serial.begin(<baudrate>); in your setup() loop.

If you are using AT firmware, your question should be "how to get rid of AT firmware" ;-)


i after i have connected to my esp8266 through my arduino uno and used the serial monitor, and changed by accident to an unknown number using AT+CIOBAUD=115200
User avatar
By martinayotte
#40697 Oh ! so, you are using AT firmware.
You probably need to erase the configs stored at specific location.
On most ESP, this command will do :
Code: Select allesptool.py --port /dev/ttyUSB0 write_flash 0x0007e000 blank.bin