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?
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?
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.