Page 1 of 1
gpio port and android
Posted: Tue May 27, 2014 8:30 pm
by ederhernandez
I am designing an application in eclipse and I need to change a single GPIO output port raspberry pi pressing a button on the application, my question is how to communicate with raspberry android, could you help me?
Re: gpio port and android
Posted: Tue May 27, 2014 9:26 pm
by joan
ederhernandez wrote:I am designing an application in eclipse and I need to change a single GPIO output port raspberry pi pressing a button on the application, my question is how to communicate with raspberry android, could you help me?
Possibly.
What is raspberry android?
Re: gpio port and android
Posted: Tue May 27, 2014 10:43 pm
by riklaunim
You can use web interface - a simple server running on the Pi to which Android application will send HTTP requests with some specific content (change pin X to Y etc.). Or similar network solution.