This Android project connects to, and controls, a very basic robot built with Arduino.
This project was written by Andreas Göransson and David Cuartielles for a book called Android Open Accessory Programming with Arduino.
- Clone this repository to your development machine
- From the Eclipse menu, select New -> Project
- In the dialog, expand Android and select Android Project From Existing code
- Browse to the cloned repository root folder on your machine
- Click Finish
- Right-click the Basic Robot project in your Package Explorer and select Properties
- Set the Build Target to be Google APIs version 12
- Click OK