HoT with iBeacon
Dependencies: microbit-iBeacon
Fork of BTW_Eddystone_Solution1 by
Beacon Hands-on-Training solution code using Eddystone URL and iBeacon formats.
Libraries microbit-iBeacon -> microbit-dal-iBeacon
Includes classes for Eddystone and iBeacon. Eddystone only supports URL and UID formats, not TLM.
Revision 12:3c732fa25692, committed 2017-11-17
- Comitter:
- bluetooth_kyo
- Date:
- Fri Nov 17 19:12:58 2017 +0000
- Parent:
- 11:6505399afe76
- Commit message:
- change comment to say dashes instead of spaces.
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 6505399afe76 -r 3c732fa25692 main.cpp --- a/main.cpp Tue Oct 17 21:11:43 2017 +0000 +++ b/main.cpp Fri Nov 17 19:12:58 2017 +0000 @@ -26,7 +26,7 @@ // proximity UUID MSB first const uint8_t iBeaconProximityUUIDraw[] = { 0x01, 0xD9, 0xC8, 0x00, 0x45, 0xF3, 0x40, 0x24, 0x93, 0xB0, 0xB0, 0xCD, 0x4A, 0x50, 0x2A, 0xF7 -}; // 01D9C800-45F3-4024-93B0-B0CD4A502AF7 use this UUID including spaces in mobile application +}; // 01D9C800-45F3-4024-93B0-B0CD4A502AF7 use this UUID including dashes in mobile application const UUID iBeaconProximityUUID(iBeaconProximityUUIDraw); const int16_t iBeaconMajor = 1234; const int16_t iBeaconMinor = 5678;