To Be Deploy
Dependencies: BLE_API mbed nRF51822 X_NUCLEO_IDB0XA1
Fork of BLE_EddystoneBeacon_Serviceprod by
Revision 38:9bc868ab9c21, committed 2017-12-21
- Comitter:
- rjrahul25
- Date:
- Thu Dec 21 07:07:45 2017 +0000
- Parent:
- 37:acd9b4823178
- Commit message:
- To Be Deploy
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r acd9b4823178 -r 9bc868ab9c21 main.cpp --- a/main.cpp Tue Oct 17 06:21:39 2017 +0000 +++ b/main.cpp Thu Dec 21 07:07:45 2017 +0000 @@ -55,8 +55,15 @@ } /* Set UID and TLM frame data */ - const UIDNamespaceID_t uidNamespaceID = {0x87, 0x4c, 0x88, 0xb2, 0x4e, 0xb5, 0x4a, 0xda, 0xb0, 0x52}; - const UIDInstanceID_t uidInstanceID = {0x33, 0x92, 0xd0, 0x34, 0xaf, 0xdb}; +// const UIDNamespaceID_t uidNamespaceID = {0x87, 0x4c, 0x88, 0xb2, 0x4e, 0xb5, 0x4a, 0xda, 0xb0, 0x52}; +// const UIDInstanceID_t uidInstanceID = {0x33, 0x92, 0xd0, 0x34, 0xaf, 0xdb}; + // 4a69a7bc-d501-11e7-9296-cec278b6b50a + // 05c46e98-d502-11e7-9296-cec278b6b50a + // a06b252c-d502-11e7-9296-cec278b6b50a + // c4253934-d503-11e7-9296-cec278b6b50a + const UIDNamespaceID_t uidNamespaceID = {0xc4, 0x25, 0x39, 0x34, 0xd5, 0x03, 0x11, 0xe7, 0x92, 0x96}; + const UIDInstanceID_t uidInstanceID = {0xce, 0xc2, 0x78, 0xb6, 0xb5, 0x0a}; + uint8_t tlmVersion = 0x00; /* Initialize a EddystoneBeaconConfig service providing config params, default URI, and power levels. */ @@ -76,6 +83,7 @@ eddyServicePtr->onTLMBeaconTemperatureUpdate(tlmBeaconTemperatureCallback); /* Start Eddystone in config mode */ + //eddyServicePtr->startBeaconService(0, 20, 0); eddyServicePtr->startBeaconService(0, 20, 0); }