This is the Arduino code for the AISRobot.
The basic setup is that we use the built-in SoftwareSerial class to handle the bluetooth connection and then on the Android side we basically send numbers to the robot and based on the numbers we do different operations as seen in the actual code.
If you want to edit this repo please fork it and create a new branch