ederhernandez
Posts: 1
Joined: Mon May 26, 2014 7:28 pm

gpio port and android

Tue May 27, 2014 8:30 pm

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?

User avatar
joan
Posts: 14936
Joined: Thu Jul 05, 2012 5:09 pm
Location: UK

Re: gpio port and android

Tue May 27, 2014 9:26 pm

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?

riklaunim
Posts: 265
Joined: Tue Apr 22, 2014 7:34 pm

Re: gpio port and android

Tue May 27, 2014 10:43 pm

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.

Return to “Beginners”