BLE Wiki
Beacon Protocol
- [iBeacon] (Apple, ...) (not yet fully suported) (planed in 3.3 FW)
- [AltBeacon] (BluKii, Gigaset, Hansenhof) (supported in 3.1 FW)
- [Eddystone] (not yet fully suported) (not yet planed)
- [ELA Innovation] Specification_Frames_BLE_03EN.PDF
Beacon dyn Entries
- [UUID]
- [Major]
- [Minor]
- [TX/RSSI]
- [TLM] (Eddystone only) (https://github.com/google/eddystone/tree/master/eddystone-tlm)
- [URL] (Eddystone only) (https://www.kompf.de/tech/eddystoneurl.html)
- [TX/RSSI] (Eddystone only)
PFAL commands:
- SYS.BLE.Select, - select beacon from list
- SYS.BLE.Show,,<"text"> - show info for beacon from list
Dyn.Variables:
- &(BLE.List) - list of beacon names
- &(BLE.List2) - list of beacon MACs
- &(BLE.Name) - values of last registered beacon
- &(BLE.Rssi) - values available after SYS.BLE.eRegister
- &(BLE.MAC)
- &(BLE.UUID)
- &(BLE.Major)
- &(BLE.Minor)
- &(BLE.Released) - name of last released beacon
Config settings:
- BLE.WHITELIST=<None|Public|Name|MAC>