-
Notifications
You must be signed in to change notification settings - Fork 0
Ardrobot Arduino
toddsampson edited this page Mar 11, 2013
·
1 revision
Ardrobot Arduino is a customizable Arduino app that receives commands from, and sends sensor data to, the [Ardrobot Android](Ardrobot Android) app via P2PMQTT.
- Triggers Ardrobot Android application launch as an Android Open Accessory
- Creates P2PMQTT connection with Ardrobot Android
- Receives direction commands from Ardrobot Android
- Converts direction commands into motor/servo movements based on shield & actuators connected to the Arduino device
- Android Open Accessory
- P2PMQTT
- Motor/Servo Libraries
- Split of the Ardrobot Arduino file into multiple libraries to make it easier to manage
- Update code so it can accept all possible commands passed from Ardrobot Android, not just direction
- Create a structured way of passing back sensor data from the Arduino
- Update code based on the sensor data plan to pass back data
- Create a simple web-based application to visually show Arduino shields & connections; and generates custom bot config files for Ardrobot Arduino based on those visualizations.