![](/media/cache/profiles/debfdc81854eac26ec993b55a659c6e1.jpg.50x50_q85.jpg)
BLE beacon code designed to be remotely compiled by the ble-scanner-station-demo code. https://github.com/BlackstoneEngineering/ble-scanner-station-demo
Dependencies: BLE_API mbed nRF51822
Fork of BLE_GAP_Example by
This code is meant to be used as a target for remote compilation. Users can pass in the NAME variable to change the broadcast name of the beacon being compiled.
This program is meant to be used in conjunction with the NodeJS ble-scanner-station-demo webapp and the remote compile api JS webapp.
The NodeJS ble-scanner-station-demo will display a webpage like the following. The Orange text will be replaced with the name of the beacon. For more details see the repo page
History
Updated NAME so it can be updated via remote compile service
2016-04-29, by mbedAustin [Fri, 29 Apr 2016 21:48:37 +0000] rev 17
Updated NAME so it can be updated via remote compile service
Modified code to change name of beacon to be dependent on NAME define.;
2016-04-25, by mbedAustin [Mon, 25 Apr 2016 19:59:12 +0000] rev 16
Modified code to change name of beacon to be dependent on NAME define.;
Add missing license information to source code.
2016-01-12, by andresag [Tue, 12 Jan 2016 12:00:16 +0000] rev 15
Add missing license information to source code.
Update example to latest BLE API.
2016-01-12, by andresag [Tue, 12 Jan 2016 11:58:24 +0000] rev 14
Update example to latest BLE API.
removed whitespace and ran code linter/cleanup
2015-04-02, by mbedAustin [Thu, 02 Apr 2015 21:16:43 +0000] rev 13
removed whitespace and ran code linter/cleanup
fixed small issue with API change
2015-04-02, by mbedAustin [Thu, 02 Apr 2015 18:30:02 +0000] rev 12
fixed small issue with API change
updated the libraries
2015-04-02, by mbedAustin [Thu, 02 Apr 2015 17:19:16 +0000] rev 11
updated the libraries
updated library that was causing a conflict
2015-03-18, by mbedAustin [Wed, 18 Mar 2015 21:02:22 +0000] rev 10
updated library that was causing a conflict
updated library revisions
2015-03-18, by mbedAustin [Wed, 18 Mar 2015 20:09:36 +0000] rev 9
updated library revisions
Added comments and disconnection callback option
2015-03-17, by mbedAustin [Tue, 17 Mar 2015 19:45:19 +0000] rev 8
Added comments and disconnection callback option