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.

History

Update example to latest BLE API. default tip

2016-01-12, by andresag [Tue, 12 Jan 2016 10:34:34 +0000] rev 10

Update example to latest BLE API.


updating underlying libraries.

2015-09-29, by rgrover1 [Tue, 29 Sep 2015 11:50:28 +0000] rev 9

updating underlying libraries.


updating to the latest of the underlying libraries.;

2015-07-02, by rgrover1 [Thu, 02 Jul 2015 08:44:06 +0000] rev 8

updating to the latest of the underlying libraries.;


switch to new APIs; rename BLEDevice to BLE.

2015-06-20, by rgrover1 [Sat, 20 Jun 2015 23:30:44 +0000] rev 7

switch to new APIs; rename BLEDevice to BLE.


updating to the latest of the underlying libraries.

2015-06-19, by rgrover1 [Fri, 19 Jun 2015 23:42:36 +0000] rev 6

updating to the latest of the underlying libraries.


updating to the latest of mbed sdk

2015-06-12, by rgrover1 [Fri, 12 Jun 2015 22:57:55 +0000] rev 5

updating to the latest of mbed sdk


updating to the latest of the underlying libraries.

2015-06-08, by rgrover1 [Mon, 08 Jun 2015 10:06:29 +0000] rev 4

updating to the latest of the underlying libraries.


switch to the latest of the underlying libraries.

2015-05-18, by rgrover1 [Mon, 18 May 2015 09:08:35 +0000] rev 3

switch to the latest of the underlying libraries.


Updating to the latest of the underlying libraries.;

2015-05-11, by rgrover1 [Mon, 11 May 2015 07:07:00 +0000] rev 2

Updating to the latest of the underlying libraries.;


updating underlying libraries.

2015-03-24, by rgrover1 [Tue, 24 Mar 2015 08:10:57 +0000] rev 1

updating underlying libraries.