Hope this is not a duplicate post
I have an ESP8266 on ESP-01 board mounted on a Wifi shield on Arduino UNO
I am following quick getting started guide: https://www.instructables.com/id/Gettin ... 66-ESP-01/
All powered up OK. Then wasted 3 days going nowhere!
When I send any AT command from Arduino IDE comms monitor via UNO, I get "ERROR" response.
When I reboot the ESP-01 board by grounding the RST pin, I get a strange response:
First I get "garbage" - a few hundred characters like "là| Œ lì b|�‚ì’s“bŒ bŒónnžlno". This looks like baud rate issue to me?
The second line looks fine "Ai-Thinker Technology Co. Ly" This indicates baud rate ok?
Anyone with ideas?
- Why the weird message on reboot?
- Why the "ERROR" message in response to all AT commands?
Thanks