I encountered an issue when I try to send AT commands from Arduino nano to ESP01 I tried to find any tutorial for more helps, but I find nothing. please someone can help me.
I tried the tutorial from this link. https://electronicslovers.com/2017/11/learn-how-to-setup-wifi-module-esp8266.html
But nothing happens when I type AT in serial monitor. I didn't see any response from the ESP module.
if(a != ‘r’ && a != ‘n’ && (a < 32))the 'n' should be '\n' (new line character). Did you notice that the wiring diagram shows the top view of the ESP-01 module, not the underside which nomally you'd make the connections to.SoftwareSerial softSerial(2, 3); // RX, TX note 2&3 intercahnged.