Difference between revisions of "BLEServicesReader"
From AMTech WikiDocs
(Created page with "generic bluetooth services and characteristics reader") |
|||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | === BLEServicesReader === | |
+ | Bridge BLE services and characteristics reads to IoT DAP protocol. | ||
+ | *leverages BLE GATT ([https://www.safaribooksonline.com/library/view/getting-started-with/9781491900550/ch04.html Generic Attribute Profile]) standard | ||
+ | *services and characteristics can be configuring setting bleReadServiceCharacteristics | ||
+ | **Service id and name | ||
+ | **Characteristics id, name and type | ||
+ | [[File:BLEServices-config.png|950px||thumbnail|center|BLEServicesReader GATT configuration]] | ||
+ | |||
+ | *Edge Intelligence | ||
+ | **Discover beacons and read the services with the frequency set to bleServicesReadFrequency property. | ||
+ | **Read services and characteristics set to bleReadServiceCharacteristics property | ||
+ | **Discover devices with advertise type set to bleDeviceLocalName property | ||
+ | *Placeholders (See [[Sensor%27s_network#Placeholders_substitution|Placeholders]]) | ||
+ | ** None | ||
+ | *Produced observations (see /amtech/linkeddata/types/composite/observation) | ||
+ | **/amtech/linkeddata/types/composite/observation/bLEServicesRead | ||
+ | *Commands (see /amtech/linkeddata/types/composite/observation) | ||
+ | **/None |
Latest revision as of 17:40, 20 July 2017
BLEServicesReader
Bridge BLE services and characteristics reads to IoT DAP protocol.
- leverages BLE GATT (Generic Attribute Profile) standard
- services and characteristics can be configuring setting bleReadServiceCharacteristics
- Service id and name
- Characteristics id, name and type
- Edge Intelligence
- Discover beacons and read the services with the frequency set to bleServicesReadFrequency property.
- Read services and characteristics set to bleReadServiceCharacteristics property
- Discover devices with advertise type set to bleDeviceLocalName property
- Placeholders (See Placeholders)
- None
- Produced observations (see /amtech/linkeddata/types/composite/observation)
- /amtech/linkeddata/types/composite/observation/bLEServicesRead
- Commands (see /amtech/linkeddata/types/composite/observation)
- /None