Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • Nothing happens with that code serial monitor blank, what should I have the serial monitor set to when trying to send commands? Commented Dec 22, 2017 at 19:23
  • I recommend 9600. You probably won't see anything at first. But after a reset you should see your responses. To test responses send the following command: AT, you should get OK bad. Commented Dec 22, 2017 at 19:28
  • After I reset I only get " ⸮ ⸮ ⸮⸮ " in the serial monitor nothing happens when trying AT Commented Dec 22, 2017 at 19:32
  • The two other problems i can only think of is using other resistors than 1k and a different voltage than 3.3 volt.. Commented Dec 22, 2017 at 19:58
  • Try another library, because I just tested yours and it doesn't work for me as well. github.com/itead/ITEADLIB_Arduino_WeeESP8266 Commented Dec 22, 2017 at 21:31