Hi.
I am trying to communicate with the ESP8266 module I plugged in to my Arduino Nano. The connections are done as shown in Fig. 1.
Fig. 1. ESP8266 connections. Image taken from https://www.electronicwings.com/
Only difference is that I have not connected the EN, RST pins. Anyways, whenever I send an AT command, I get a "weird" response. My command input, let's say "AT", is displayed as "AAT" and I get "k" as a response instead of "Ok". For different commands such as "AT+GMR" I cannot make sense of whatever is returning. I tried to provide you with an image in Fig. 2-3.
Fig. 2. Response for AT command.
Fig. 3. Response for AT+GMR command.
Can you help me fix this? Thank you for reading this.
Note: I don't know if you will be able to see the images. Fig. 1. is taken from https://www.electronicwings.com/storage/PlatformSection/TopicContent/308/description/ESP8266%20WiFi%20interfacing%20with%20Arduino.png . Fig. 2-3 just show you weird AT responses, but a response nonetheless.
TL;DR: ESP8266 returns weird messages for AT commands. Using Arduino Nano. Need help