How to flash ESP8266-01 Firmware using Arduino

preview_player
Показать описание
This is a demonstration video on how to flash esp8266-01 using Arduino

Link for ESP Flasher

Link for Schematics

Рекомендации по теме
Комментарии
Автор

Thanks for the help, it works . one more thing here, i used Arduino UNO and had to wire the Arduino RESET pin to GND in order for me to work.

MarcuCristianS
Автор

Works correctly. Just don't forget to connect Arduino's RESET pin to GND before you try to communicate with and/or flash the ESP-01.

rssicrtical
Автор

for those that are having problems you need to connect the reset pin to ground for 1 second and then upload

roshantv
Автор

It is showing:

Connecting...
Failed to connect

Please help

SurajGupta
Автор

Thank you so much for the video. I spent 4 hours for flashing this crap and you solved.

GameFreasher
Автор

Nice work! Congratulations from Brazil.

thiago_
Автор

I am getting failed to connect when i clicked on download, did everything same as you told

MrudulDate
Автор

Failed to connect?
IT means either ch_pd or vcc not have enough voltage (they both need 3, 3). I connect my arduino 3, 3 pin & power module 3, 3v to plus row in breadboard and then put both ch_pd and vcc in that row, then it works (atleast in my case)(make sure the red led on esp flashing, then it's done). There is problem with header/packet or something but, you need to connect arduino RESET to Arduino GND, but before press download, disconnect that wire.

kirshi
Автор

i got error
connecting ....
Failed to connect


i have made all the connection right as you have made in video

nikhilvishwakarma
Автор

Thank you very much, easy and without problems.

cesarferrer
Автор

It doesn't work for me 😢 when i type AT i don't receive anything. Can someone helps me, please ?

aichaseghour
Автор

The led on esp8266 is not lighting up... I followed exactly the same as your circuit. I saw on the internet they said the 3.3V on the arudino uno is not enough to power up the esp8266

zacklee
Автор

Have tried with this and several other firmwires. It always shows flashing successful but doesn't show AT command. Please help

mun
Автор

A million thanks for making this amazing tutorial.

omaralharran
Автор

Sorry, what's the problem, after flashing my serial monitor dont response to AT commands.

CallMeWalao
Автор

i got this error from first upload


Arduino: 1.6.12 (Windows 10), Board: "Arduino/Genuino Uno"

Sketch uses 444 bytes (1%) of program storage space. Maximum is 32, 256 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2, 039 bytes for local variables. Maximum is 2, 048 bytes.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
avr_read(): error reading address 0x0000
read operation not supported for memory "flash"
avrdude: failed to read all of flash memory, rc=-2
avrdude: stk500_recv(): programmer is not responding
the selected serial port avrdude: stk500_recv(): programmer is not responding
does not exist or your board is not connected

marklucas
Автор

Oh i guess i did have a problem in my board while connecting now the firmware has been flashed yet when i go IDE to type AT i get nothing ? Why

queenofrandomness
Автор

Still AT commands not working what can be the problem

bharatkapari
Автор

if using mega use port 0 and 1 for tx rx

Drakanx
Автор

Can be do this by raspberry pi instead of aurduino?

techalgorithm