Hi!!
I want to test ESP8266 module and I don’t know why I’m not able to make it response to any AT command.
I’m using the board that I’ve made last week ( you can find all files on https://github.com/LuisDiazUgena/esp8266-Breadboard-Adapter ).
The board seems to start working right (the power led (red) is on and the communication led (blue) is solid on.
I’ve made arduino RX line on pin 2 and TX line on pin 3, then connected RX from esp to pin 3 and Tx from esp to pin 2. I’ve tried different baudrates (9600,19200,115200) but i’m still getting no response.
Do you know what it can be or what can I do to fix it?
Thanks so much!