Beacon demo for the BLE API using the nRF51822 native mode drivers
Dependencies: BLE_API mbed nRF51822
Fork of BLE_iBeacon by
History
c
2015-04-15, by dragosIQ [Wed, 15 Apr 2015 14:01:40 +0000] rev 62
c
update underlying libraries.
2015-03-27, by rgrover1 [Fri, 27 Mar 2015 13:05:52 +0000] rev 61
update underlying libraries.
updating underlying libraries.
2015-03-24, by rgrover1 [Tue, 24 Mar 2015 08:08:38 +0000] rev 60
updating underlying libraries.
reduce advertising frequency to 1hz
2015-02-17, by rgrover1 [Tue, 17 Feb 2015 09:40:14 +0000] rev 59
reduce advertising frequency to 1hz
remove some unnecessary comments.
2015-02-16, by rgrover1 [Mon, 16 Feb 2015 09:50:59 +0000] rev 58
remove some unnecessary comments.
adding a const qualifier to a global variable.
2015-02-16, by rgrover1 [Mon, 16 Feb 2015 09:33:34 +0000] rev 57
adding a const qualifier to a global variable.
changed example code for clarity
2015-02-14, by mbedAustin [Sat, 14 Feb 2015 04:53:29 +0000] rev 56
changed example code for clarity
simplified iBeacon based on the iBeaconService
2015-02-13, by rgrover1 [Fri, 13 Feb 2015 16:44:04 +0000] rev 55
simplified iBeacon based on the iBeaconService
Changed default MajorNumber MinorNumber to decimal numbers instead of hex numbers because most smartphone applications display decimal not hex
2015-02-12, by mbedAustin [Thu, 12 Feb 2015 22:43:20 +0000] rev 54
Changed default MajorNumber MinorNumber to decimal numbers instead of hex numbers because most smartphone applications display decimal not hex
Updated BLE_API library and mbed library, added iBeaconService.h and altered main.cpp to reflect the use of iBeaconService.h accordingly
2015-02-12, by mbedAustin [Thu, 12 Feb 2015 22:36:55 +0000] rev 53
Updated BLE_API library and mbed library, added iBeaconService.h and altered main.cpp to reflect the use of iBeaconService.h accordingly