-->
Page 1 of 2

ESP-8266-07 Broken?

PostPosted: Wed Jun 22, 2016 9:56 am
by Dika
Hello everyone..
My wifi module seems to be broke. I couldn't flash nodemcu firmware.
This is my config flash. I'm using arduino for flashing esp8266-07
Arduino Uno ------------><--------------------------Esp8266-07
RX----------------------------><--------------------------------------TX
TX----------------------------><--------------------------------------RX
GND--------------------------><-----------------------------------GPIO0
GND--------------------------><----------------------------------GPIO15
GND--------------------------><------------------------------------GND
3v-----------------------------><------------------------------------VCC
3v-----------------------------><------------------------------------EN
3v-----------------------------><------------------------------------GPIO2

When i flash the esp8266 with nodemcu, It stuck on : Note:Begin find ESP8266.
And the red led on wifi module dim a little bit and blinking.
Can i 'save' the wifi module? i think buying a new one is not the best option here :(
Need help everyone..
Thankyou for your kind answers :)

Re: ESP-8266-07 Broken?

PostPosted: Wed Jun 22, 2016 4:04 pm
by Dika
Anyone?
please..

Re: ESP-8266-07 Broken?

PostPosted: Thu Jun 23, 2016 4:47 am
by schufti
most probably your module is not broken but your method to flash it.
Just buy a decent USB/serial converter (preferably with CP2102) and problem will be solved

Re: ESP-8266-07 Broken?

PostPosted: Thu Jun 23, 2016 7:06 am
by Dika
Thanks for reply shufti..
After some try and error. I finally figured it out.
So the config flash should be like this (if you're using arduino for flashing nodemcu firmware)

Arduino Uno ------------><--------------------------Esp8266-07
RX----------------------------><--------------------------------------RX
TX----------------------------><--------------------------------------TX
GND--------------------------><-----------------------------------GPIO0
GND--------------------------><----------------------------------GPIO15
GND--------------------------><------------------------------------GND
3v-----------------------------><------------------------------------VCC
3v-----------------------------><------------------------------------EN
3v-----------------------------><------------------------------------GPIO2

If it fails too, check your wiring config. It may be wrong or not connected yet.
Anyway thanks for reply.
Cheers :)