Transmitting data from Android to Nao Robot
Hello everyone,
I am now developing a system which consists of Nao robot and a VR headset with an Android phone. What I am trying to do now is getting yaw and pitch values using accelerometer of Android phone and transmitting those values to Nao robot so that when I move my head to right, Nao will do the same.
For this purpose, I have to somehow send data from Android phone to Nao robot. The first thing that came into my mind is developing a simple web app in PC and send data to Nao when a new data arrived.
My question is that is there any better way to send data from Android to Nao Robot? Notice that, latency is an important factor for me.
Thanks in advance!