I have tested it with ITEAD with arduino mega and Arduino uno available library link is given below.
In this i have used SDK 0.18 and 0.22 version and latest version 2.0.1 but it does not respond to any of the command from MCU whereas it is working fine with usb to serial converter using terminal.
I have used the bidirectional level shifter also between Arduino and ESP8266 .
Supply current rating is also 1A.
So i want to know that whether how could i can make it work using the Other MCU apart from terminal.
I have searched lot of place,but i did not find any satisfactory answer and applied all the approaches to make it work.I have used ESP8266 SDK version 2.0.1 latest with STM32F401,STM32F407 .But it does not respond to AT Command with STM32 or any other microcontroller.
I have tested it with ITEAD with arduino mega and Arduino uno available library link is given below.
In this i have used SDK 0.18 and 0.22 version and latest version 2.0.1 but it does not respond to any of the command from MCU whereas it is working fine with usb to serial converter using terminal.
I have used the bidirectional level shifter also between Arduino and ESP8266 .
Supply current rating is also 1A.
So i want to know that whether how could i can make it work using the Other MCU apart from terminal.
I have searched lot of place,but i did not find any satisfactory answer and applied all the approaches to make it work.
Thanks for the quick reply. I am attaching written representation of how i connected and i have checked it and it is ok only TX----RX and RX----TX of arduino and esp8266.
I am also seeing 1 more thing in terminal that for every small letter case the string coming from esp8266 is gibberish while capital letter words are ok.
I have used 115200 to communicate with AT command from the ESP8266 and In this code i have checked with 115200,9600,38400,1200,2400,4800 all baudrate with the code i shared.
With terminal i only used the 115200 and i will attach the response that i got from the ESP8266.There is no issue from the Terminal At commands
With terminal i only used the 115200 and i will attach the response that i got from the ESP8266.There is no issue from the Terminal At commands
Excuse me but that output doesn't look like "no issue" to me. There are a lot of strange characters in the output that shouldn't be there. If the connection to the Mega is as bad as this I understand that the sketch does not work.