Receiving sensor data from Nodemcu 8266 and to Android code for interfacing

Thread Starter

klamgade

Joined Jul 8, 2016
3
Hi!!
So far I am able to connect android client with nodemcu wifi-server on my home wifi network. And, display the entire result on browser providing the ip address and port of my esp8266(nodemcu) wifi- server as a web page.
However, now i am making my own android app. Here i am able to make a client-server connection. But, I am willing to grab the sensors value resulted (the variable used i.e "t" for temperature as in image below) and displayed on my nodemcu IDE(Esplorer). And, use that value in my android code to display on my own app.

Any ideas or reference to learn related contents with android code would be really appreciable. Thanks a lot in advance!!
 

Attachments

Reloadron

Joined Jan 15, 2015
7,855
I suggest yopu start a new thread and be specific with your question. You want to write an Android App to read an analog signal from an ESP8266 which was programmed using an Arduino IDE? That what you are asking? Then start a new thread and be specific. Now if you just want an Android app to connect with an 8266 look at Blynk.

Ron
 
Top