https://github.com/plusk01/ble-shooter
Bluetooth LE controlled missile shooter
https://github.com/plusk01/ble-shooter
Last synced: 8 months ago
JSON representation
Bluetooth LE controlled missile shooter
- Host: GitHub
- URL: https://github.com/plusk01/ble-shooter
- Owner: plusk01
- Created: 2014-12-21T19:33:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-10T18:34:44.000Z (over 10 years ago)
- Last Synced: 2025-01-21T14:14:09.671Z (over 1 year ago)
- Language: Objective-C
- Size: 6.32 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
BLE Shooter
===========
This project came from wanting to learn how to build an iPhone app and the Bluetooth LE protocol. I had an existing autonomous missile shooter that I hacked the Adafruit Bluefruit module into.
### iOS Objective-C App ###
Based off of the Adafruit [Bluefruit LE Connect](https://github.com/adafruit/Bluefruit_LE_Connect) iOS app, Version 1.3; which uses the Adafruit [Bluefruit LE](http://www.adafruit.com/products/1697), which is a nRF8001 Breakout board.
--------------------------------------------------------------------------------------------------
### Arduino C++ Code ###
The Arduino code simply waits for instructions from the iOS app through the bluetooth module and then controls the hardware accordingly.
--------------------------------------------------------------------------------------------------
### Demo ###
See a demo video [here](http://youtu.be/vqHWxgjiyA8).
See pictures [here](https://github.com/plusk01/ble-shooter/tree/master/extra).