How to communicate between microcontroller and android app to display sensor data?

Thread Starter

klamgade

Joined Jul 8, 2016
3
Hi !!

Goal: I have been trying to receive the temperature sensor value outputting on Micro-controller's IDE (like Adruino, LUA) , and use it in my android code as textView to display on my own app ?

So Far : As in picture below, I am able to view the output on a web browser providing the ip address of server (i.e esp8266 microcontroller/wifi-module) . However, I would like to grab that value from server and display on my own android app (client) .

Images of my codes, output and set up are attached below.
 

Attachments

Top