-->
Page 1 of 1

ESP-01 stoped working after uploading

PostPosted: Mon Mar 14, 2016 9:09 am
by Nora Mhd
Hi everyone
i have ESP8266-01 and first i flashed it with Node MCU firmware
then i wanted to try uploading example using Arduino IDE 1.6.8 > ESP8266 Sketch Data Upload
i tried the blink example and it was uploaded successfully but not working , then i tried another example and its the same
after that i tried to upload something using LUA loader but it's not responding to any command even Format or Restart
i have not idea what happend or what to do , any suggestions ?

Re: ESP-01 stoped working after uploading

PostPosted: Tue Mar 15, 2016 7:29 am
by rutierut
Did you pull-up the CH_PD? How is your ESP-01 connected and to what? Concerning the problems with Lua Loader, those belong in the NodeMCU sub, if i remember correctly you first have to flash the NodeMCU firmware in order to upload anything.

Re: ESP-01 stoped working after uploading

PostPosted: Tue Mar 15, 2016 11:37 am
by Nora Mhd
rutierut wrote:Did you pull-up the CH_PD? How is your ESP-01 connected and to what? Concerning the problems with Lua Loader, those belong in the NodeMCU sub, if i remember correctly you first have to flash the NodeMCU firmware in order to upload anything.


well i flashed it again with NodeMCU and it's working again using the lua loader , my ESP is connected to Arduino Uno , because i don't have the FTDI .
but now i have another problem , i'm trying to build a Client/Server code but it's not working , can the ESP act as both client and server ?? does it need some kind of Sync if i want 2 ESPs to communicate wireless ? ( i intend to use UDP )