How to directly send analog values to an android application without cloud

Hi,
I am new to Photon and using the tutorials, I was able to send data to an android application involving Particle Cloud. But my I wish to transfer data using the Photon’s inbuilt wifi module, to my mobile app, while connecting to the mobile’s hotspot. I chose photon for this application due to its small size. Does anyone have an idea to do this?

You can use TCPClient or UDP

1 Like

I shall check those methods and get back. Thank You