template for an actuator service
Dependencies: BLE_API mbed nRF51822
Demo for an Actuator Service
To help you create your own BLE services, we've created a series of service templates. The *actuator service template* demonstrates the use of a read-write characteristic to control a LED through a phone app.
The template covers:
1. Setting up advertising and connection states.
2. Assigning UUIDs to the service and its characteristic.
3. Creating an input characteristic: read-write, boolean. This characteristic offers control of the LED.
4. Constructing a service class and adding it to the BLE stack.
Revisions of BLE_API.lib
Revision | Date | Message | Actions |
---|---|---|---|
8:0f145b25ab0b | 2015-07-02 | updating to the latest of the underlying libraries.; | File Diff Annotate |
7:c9271599ec5f | 2015-06-20 | switch to new APIs; rename BLEDevice to BLE. | File Diff Annotate |
6:fca54d71d10e | 2015-06-19 | updating to the latest of the underlying libraries. | File Diff Annotate |
4:16e8c289c99e | 2015-06-08 | updating to the latest of the underlying libraries. | File Diff Annotate |
3:0395bba5c202 | 2015-05-18 | switch to the latest of the underlying libraries. | File Diff Annotate |
2:af5b41b44aff | 2015-05-11 | Updating to the latest of the underlying libraries.; | File Diff Annotate |
1:a84c3717aa5e | 2015-03-24 | updating underlying libraries. | File Diff Annotate |
0:ed5c53845de7 | 2015-02-18 | a simple demo driving an LED through a BLE service | File Diff Annotate |