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

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

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).