- Wed Jun 10, 2020 4:41 pm
#87503
So I am pretty new to Arduino and working with WiFi Modules. I have looked up a few tutorials on how to get the ESP8266 01S to work with the Arduino uno and one of the things I saw was being able to send AT commands to the wifi chip. It seems that whenever I send AT to the serial monitor of the Arduino IDE, I never get a response back. I am using a baud rate of 115200 and NL & CR which is what you are suppose to use if I am correct.
I have the TX connected to TX and RX connected to RX. The En and 3.3 pins are connected to the uno's 3.3v output pin and ground is connected to ground. I have even tried swapping the RX and TX pins, but that didn't seem to do anything. I even have the ESP8266 library installed on the Arduino IDE
If anyone has any ideas or suggestions, that would be the bee's knees.