-->
Page 2 of 12

Re: ESP8266 and Arduino

PostPosted: Thu Sep 11, 2014 8:11 pm
by ArsenioDev
Hey, I used that code sample and hooked it up according to the diagram on the page, doesn't seem to work :( I just keep getting "ESP8266 Demo
Module have no response."

Re: ESP8266 and Arduino

PostPosted: Thu Sep 11, 2014 9:21 pm
by RichardS
I do not have a module yet, TX RX connected the right way round?

Richard.

Re: ESP8266 and Arduino

PostPosted: Fri Sep 12, 2014 5:56 am
by giba

Re: ESP8266 and Arduino

PostPosted: Sun Sep 14, 2014 10:10 pm
by Patch
Level Shifting needed for 5v systems
I'm sure this has been mentioned, but it seems people are still having trouble.

I needed to add a voltage divider on the UNO TX -> ESP RX line. Failing to do this resulted in garbage from the ESP.

Arduino RX picks up the 3.3v signal just fine though.

Arduino clocked at 8Mhz can't do 115200 Baud
It seems the error level is just too high.
see (http://www.wormfood.net/avrbaudcalc.php?postbitrate=9600&postclock=8)

I believe changes in baud rate will be possible 'soon'.