Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/steel1990/bluetoothcar

bluetoothcar
https://github.com/steel1990/bluetoothcar

Last synced: about 1 month ago
JSON representation

bluetoothcar

Awesome Lists containing this project

README

        

bluetoothcar
===
bluetoothcar is a bluetooth car solution with arduino and phonegap.

You can use your smart phone to control you arduino car with bluetooth.

## Files
`/arduino/car/car.ino` is the car's arduino code,it depend on [AFMotor](https://github.com/adafruit/Adafruit-Motor-Shield-library) module.

`/phonegap/` is the folder of smart phone controller app.

`/phonegap/run.sh` is the shell script can run the android controller app in a phone.

`/phonegap/platforms/android/bin/CarController-debug.apk` is the android controller app, you can install it in your phone.