- Wed Feb 03, 2016 5:44 am
#40341
Before you even try to program the ESP8266, see if you can communicate with it.
First, set your serial terminal to 74880 baud and see if you can see messages from the boot rom.
If that works change the terminal baud rate, reboot, and see if you can see the AT prompt. The baud rate may be either 9600 or 11520 depending on the version of firmware the device came with. Then try some simple AT commands.
Do not bother trying to program the device until you have proven that you can reliably communicate with it!
If you are getting no response, check that your FT232L is working by looping the TX and RX.
Also, as eduperez says, some serial adapters do not provide enough current on the 3.3v output. Doing the above tests should establish if yours is up to the job.
@eduperez, I agree that this site needs some basic FAQs. Something like this would be a good start :-
http://iot-playground.com/2-uncategoris ... nk-example