Hi all
I am working on a project that includes ESP8266 and Arduino Nano. The problem is i can't send AT commands to ESP8266. I use both Serial.println() or Serial.print(). I can see what i have in written print fucntion on Serial Monitor but no response. On the other hand, if i send commands with handtyping on Serial Monitor, everything is perfect. What could be the problem?
What could be the problem?
Your code.