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.

Required fields*

6
  • 1
    "SoftwareSerial esp8266(0, 1); // RX, TX" you can't do that without breaking the serial monitor - whatever tutorial you are following is dead wrong. Those pins are the hardware serial, you need to move your ESP to some other pins. Commented May 6, 2018 at 3:41
  • 1
    Possible duplicate of cannot read from softwareserial which covers the pin conflict mistake you have repeated here. Commented May 6, 2018 at 3:46
  • i change it to (10, 11) sir.. but still no data.. Commented May 6, 2018 at 4:06
  • 1
    Try some basic ESP8266 examples before your worry about the whole Android integration problem. Until you've proved your ESP8266 is connected and working, this has far too many parts to debug. Commented May 6, 2018 at 4:10
  • do you use Arduino Uno WiFi? you did tag the question with it Commented May 6, 2018 at 5:20