<div dir="ltr">Hi Nathan,<div><br></div><div>The first place to start would be to make sure you can communicate with these modules at 3.3V logic. If you don't have a level converter, I definitely recommend picking up a 3.3V FTDI module: <a href="https://www.sparkfun.com/products/9873">https://www.sparkfun.com/products/9873</a>. This allows you to have 3.3V power and 3.3V logic in one neat package. It makes interfacing with these modules a bit easier. If you don't use one of these, you'll need to have a 3.3V supply for the ESP8266, as well as a level conveter (like this one: <a href="https://www.adafruit.com/products/757">https://www.adafruit.com/products/757</a>) for the TX and RX line.</div><div><br></div><div>Once you have suitable communication hardware, you're wiring will be like this:</div><div><br></div><div><div>ESP8266 UTXD -> FTDI TX</div><div>ESP8266 URXD -> FTDI RX</div><div>ESP8266 VCC -> 3.3V</div><div>ESP8266 CH_PD -> 3.3V</div><div>ESP8266 GND -> GND</div><div>ESP8266 GPIO0 -> grounded for flashing firmware, not grounded for normal operation (incl. AT commands)</div></div><div><br></div><div>If you're not getting anything from a new module, try changing the baud rate. I've found that either 9600 or 115200 should work.</div><div><br></div><div>More details are in that article you linked (which I wrote :) ). Hope that helps!</div><div><br></div><div>-Dan</div><div><a href="http://www.maniacallabs.com">www.maniacallabs.com</a></div><div>@ManiacalLabs</div><div> </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, May 11, 2015 at 9:44 PM, Nathan Yinger via TriEmbed <span dir="ltr"><<a href="mailto:triembed@triembed.org" target="_blank">triembed@triembed.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>Hello,<br><br></div>I'm trying to get an ESP8266 to do something. According to most sources, they come with firmware for 'AT commands' by default, which are supposed to do things when sent over a serial connection. If anyone has used these chips before, can you post the serial adapters, settings, and wiring to get them to first respond to commands (e.g. AT - OK from <a href="http://maniacallabs.com/2015/02/16/esp8266-the-new-hotness/" target="_blank">http://maniacallabs.com/2015/02/16/esp8266-the-new-hotness/</a>)?<br><br></div>Thanks,<br></div>~Nathan<br></div>
<br>_______________________________________________<br>
Triangle, NC Embedded Computing mailing list<br>
<a href="mailto:TriEmbed@triembed.org">TriEmbed@triembed.org</a><br>
<a href="http://mail.triembed.org/mailman/listinfo/triembed_triembed.org" target="_blank">http://mail.triembed.org/mailman/listinfo/triembed_triembed.org</a><br>
TriEmbed web site: <a href="http://TriEmbed.org" target="_blank">http://TriEmbed.org</a><br>
<br></blockquote></div><br></div>