Hi, i am connecting a ESP12s(same as 8266) to a UNO through SoftwareSerial.
Few weeks ago, i have already connected them together successfully,
AT with response ,connect wifi, check firmware versions stuffs
However, few weeks later, i try to use AT command , it fails. No response , can't connect to wifi.
I am using the same setup,Tried all different baud rate, but it just doesn't work.
The only response i can get from the serial monitor is when i press the RST button on the module, then outputs gibberish characters.
zoomkat:
Lose wiring connections might be something to look into
Tried already, seems not working. But now i figure out what those gibberish characters shown when i press the RST button. Still can't use AT command. What's happening!?
Ronneychu:
Hi, i am connecting a ESP12s(same as 8266) to a UNO through SoftwareSerial.
Few weeks ago, i have already connected them together successfully,
AT with response ,connect wifi, check firmware versions stuffs
However, few weeks later, i try to use AT command , it fails. No response , can't connect to wifi.
I am using the same setup,Tried all different baud rate, but it just doesn't work.
The only response i can get from the serial monitor is when i press the RST button on the module, then outputs gibberish characters.
Please help! Whats going on?
If you have a ESP-12, why are you using an Arduino ?
.
ESP8266 needs robust 3.3V 1A power supply
ESP8266 defaults to 115200 and the SoftwareSerial does not work well if at all at 115200.