-->
Page 2 of 5

Re: Can't connect Arduino Uno to ESP8266

PostPosted: Tue Dec 02, 2014 10:40 am
by nodduino
villTech wrote:for some reason, i dont use the voltage divider.
but maybe it is better to have it with your set up.


I will try with the divider.
Another question: do you think it is possible to use Arduino in USB to TTL configuration to flash the ESP8266?

Re: Can't connect Arduino Uno to ESP8266

PostPosted: Tue Dec 02, 2014 3:18 pm
by Tomer
Powering the ESP from the Arduino 3.3V pin is not going to work properly, as the ESP module requires 300ma+, try to use batteries to power the module, it may fix your problem.

Re: Can't connect Arduino Uno to ESP8266

PostPosted: Tue Dec 02, 2014 8:44 pm
by nodduino
nodduino wrote:
villTech wrote:
nodduino wrote:Finally I have tried the same connection as above, but connecting Arduino TX to ESP8266 RX and Arduino RX to ESP8266 TX and then after having loaded the BareMinumum sketch I have tried issuing AT commands through the Serial Monitor, but in this case nothing came back, not even garbage data .
if you are trying to make use of your arduino's usb to serial, ESP tx should be connected to Arduino tx. and ESP rx to arduino rx.
arduino rx is connected to usb to serial tx. and arduino tx is to usb to serial rx.


I did not know that. I'll try with that configuration and the BareMinimum sketch. Do you think I need to have the voltage divider too on the RX side?


Today I have received another ESP8266 and tried as you suggested. Success! I was able to open the Serial Monitor and issue the AT commands to check the firmware version, list APs, connect and so on. Firmware version is 0018000902-AI03, so I was able to connect at 9600.
I assume that I have either bricked the previous one or it arrived already bricked.
Thank you everyone for the suggestions.

Re: Can't connect Arduino Uno to ESP8266

PostPosted: Thu Dec 04, 2014 5:46 pm
by frasenci
Do not discard the "faulty" one ESP.
Just try again powering from an robust 3.3 V source.

Greetings
Francisco