Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steel1990/bluetoothcar
bluetoothcar
https://github.com/steel1990/bluetoothcar
Last synced: about 1 month ago
JSON representation
bluetoothcar
- Host: GitHub
- URL: https://github.com/steel1990/bluetoothcar
- Owner: steel1990
- Created: 2014-02-17T08:30:24.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-17T08:56:14.000Z (almost 11 years ago)
- Last Synced: 2023-03-23T02:37:42.907Z (almost 2 years ago)
- Language: Java
- Size: 13.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.