1

I need to upgrade the AT firmware in ESP-01 by using Arduino UNO R3 serial interface. Do I need to remove the Microcontroller Chip from the DIP socket before burning firmware? Does it going to affect Arduino Bootloader?

Next-93
  • 63
  • 3

1 Answers1

1

Do I need to remove the Microcontroller Chip from the DIP socket before burning firmware?

No, just connect RESET to GND to stop the MCU from running.

Does it going to affect Arduino Bootloader?

No.

Majenko
  • 105,851
  • 5
  • 82
  • 139