Chat freely about anything...

User avatar
By Wan
#57556 Hi,

I'm kind a newbie in using this ESP8266 and Android Studio.

Is it possible from ESP8266 send the analog data to Android Studio. Currently I'm stuck at this point and don't have any idea on how this works. Really appreciate if anyone could give me some ideas on how to settle this problem.

Thank you in advance.
User avatar
By villTech
#57603 You can create a tcp client android application:
http://www.myandroidsolutions.com/2012/ ... Bs8morEnCQ

program your esp8266 as tcp server. Arduino ide has a tcp example for esp8266. Or you can just use the Webserver example.

From there, your android should be able to communicate with your esp8266
User avatar
By Wan
#58572
martinayotte wrote:AndroidStudio is a framework to develop some Android application.
Yes, you can develop an Android application that will do some HttpURLConnections to a ESP8266 WebServer by pulling some JSON formatted data.


Hello sir,

Thank you for the reply. Do you have any website that can show me the example of project so that I can do some reference. Tried to search in the net but couldn't find.