Post topics, source code that relate to the Arduino Platform

User avatar
By ArsenioDev
#464 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."
User avatar
By RichardS
#465 I do not have a module yet, TX RX connected the right way round?

Richard.
User avatar
By Patch
#555 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'.