BLE demo for the Health-Thermometer service.

Dependencies:   BLE_API MaximBLE mbed

Fork of BLE_Thermometer by Bluetooth Low Energy

Changes

RevisionDateWhoCommit message
18:06ad3c1dd186 2016-08-18 enginerd Updated BLE_API and MaximBLE to latest. default tip
17:cc5d7a070eb9 2016-03-03 enginerd Changed application timer to LowPowerTicker. Ticker does not operate in deepsleep().
16:55b5a040dc6e 2016-03-03 enginerd Replaced with MaximBLE library.
15:57860d1cd14d 2015-12-30 andresag Update example to comply with latest BLE API changes.
14:677ef88025b8 2015-09-29 rgrover1 updating underlying libraries.
13:30f6f65629b5 2015-06-20 rgrover1 update to the latest of the underlying libraries.
12:74a45a643722 2015-04-30 rgrover1 updating underlying libraries to v8.0 of Nordic SDK.
11:3aaf4e20ca40 2015-04-20 rgrover1 updating underlying libraries.
10:9a7e23066427 2015-04-01 rgrover1 simplified main.cpp
9:1a82c4463bdd 2015-03-24 rgrover1 updating underlying libraries.
8:63addc0221e7 2014-12-09 mbedAustin Simplified the Example, removed the external Temperature sensor
7:c69ef5148c04 2014-12-09 rgrover1 update underlying libraries.
6:dbddaa71413c 2014-11-05 rgrover1 updating underlying libraries.
5:349c49d015f5 2014-09-30 rgrover1 updating underlying libraries
4:83c07b0e93d6 2014-09-22 rgrover1 updating to 0.2.0 of the BLE_API
3:8733f3e50c84 2014-09-04 rgrover1 use ieee11073_from_float to encode temperature correctly.
2:a34d554282b0 2014-09-03 rgrover1 fix the UUID for the service; needs to be HealthThermometer.; Also enabled debugging. will revert this shortly.
1:2deb859ed1a3 2014-09-02 rgrover1 Updating underlying libraries.
0:d01bde90471b 2014-09-02 rgrover1 Initial attempt at a working heatlh-thermometer