Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BLE_API mbed nRF51822 X_NUCLEO_IDB0XA1
Fork of BLE_iBeacon by
Revision 44:71ff94cd9c1d, committed 2014-09-22
- Comitter:
- rgrover1
- Date:
- Mon Sep 22 10:31:24 2014 +0000
- Parent:
- 43:b5dc3241fc91
- Child:
- 45:2b9e4c7c2f84
- Commit message:
- updating to 0.2.0 of the BLE_API
Changed in this revision
--- a/BLE_API.lib Tue Sep 02 16:09:59 2014 +0000 +++ b/BLE_API.lib Mon Sep 22 10:31:24 2014 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/teams/Bluetooth-Low-Energy/code/BLE_API/#ca826083980e +http://mbed.org/teams/Bluetooth-Low-Energy/code/BLE_API/#620d28e7a1ba
--- a/main.cpp Tue Sep 02 16:09:59 2014 +0000
+++ b/main.cpp Mon Sep 22 10:31:24 2014 +0000
@@ -40,7 +40,7 @@
/*
* The Beacon payload (encapsulated within the MSD advertising data structure)
* has the following composition:
- * 128-Bit UUID = E2 0A 39 F4 73 F5 4B C4 A1 2F 17 D1 AD 07 A9 61
+ * 128-Bit UUID = 01 12 23 34 45 56 67 78 89 9A AB BC CD DE EF F0
* Major/Minor = 0000 / 0000
* Tx Power = C8
*/
@@ -48,8 +48,8 @@
0x4C, 0x00,
0x02,
0x15,
- 0xE2, 0x0A, 0x39, 0xF4, 0x73, 0xF5, 0x4B, 0xC4,
- 0xA1, 0x2F, 0x17, 0xD1, 0xAD, 0x07, 0xA9, 0x61,
+ 0x01, 0x12, 0x23, 0x34, 0x45, 0x56, 0x67, 0x78,
+ 0x89, 0x9a, 0xab, 0xbc, 0xcd, 0xde, 0xef, 0xf0,
0x00, 0x00,
0x00, 0x00,
0xC8
--- a/mbed-src.lib Tue Sep 02 16:09:59 2014 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -http://mbed.org/users/mbed_official/code/mbed-src/#1f0269907d8b
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Mon Sep 22 10:31:24 2014 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/552587b429a1 \ No newline at end of file
--- a/nRF51822.lib Tue Sep 02 16:09:59 2014 +0000 +++ b/nRF51822.lib Mon Sep 22 10:31:24 2014 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/teams/Nordic-Semiconductor/code/nRF51822/#e861f2041469 +http://mbed.org/teams/Nordic-Semiconductor/code/nRF51822/#b3680699d9a4
