-
Notifications
You must be signed in to change notification settings - Fork 0
1.2 HOP Beacon (LwM2M)
OMA Beacons
-
They are programmed as U mode. Always connected
-
Location object is fixed and now correctly stores the information
-
Devices send 5 different advertisement by default (it's possible configure 3 of them and disable 2 of them). You can use Eddystone Validation Tool and other tools to check the advertisements
- iBeacon ID (modificable in 9797/0/4 ) - ID automatically created using the a prefix and mac information
- Eddystone URL (modificable in 9797/0/15 ) - Can be disabled by writing 00 in the resource - Configured with www.nokia.com URL
- Eddystone UID (modificable in 9797/0/16 ) - Can be disabled by writing 00 in the resource - ID automatically created using the a prefix and mac information
- Eddystone TLM - Can't be disabled - Contains Temperature, battery in mv, ...
- HOP Dynamic Advertisement - Can't be disabled - Contains Temperature, Humidity, ...
-
Button close to SHT21 causes interrupts for the "IPSO Digital Input"
-
Red LED can be managed through the "IPSO Digital Output"
iBeacon UID - Editable on resource Editable on resource /9797/0/4 Eddystone URL (www.simobil.com) Editable on resource /9797/0/15 This advertisement can be disabled with a write operation with value '00' on the resource. Modification example: The current advertisement was configured by using a write operation over the resource /9797/0/15 with the value '0201040303AAFE0E16AAFE10DC0073696D6F62696C07'. Eddystone UID Editable on resource /9797/0/16 This advertisement can be disabled with a write operation with value '00' on the resource. Additionally to these 3 configurable advertisements, devices will also send Eddystone TLM advertisements by default. This means in total 4 different advertisements are interspersed by the beacon.
You can check the advertisements with applications such as the official Eddystone validation tool of google (APK file attached in the email since application is not available in Google Play) or any other smartphone application (Physical Web, iBeaconDetector, ...). Note: some applications such as iBeaconDetector are not capable to well-manage several advertisements from a unique device.