Demo Glucose Service

Dependencies:   BLE_API mbed nRF51822

Fork of BLE_HeartRate by Bluetooth Low Energy

BLE_Glucose_demo implements the Glucose Service which enables a collector device to connect and interact with.

There is a brief sample code edited with Android Studio for demo this BLE_Glucose_demo example, and it is public on github, everyone can clone it by this URL: https://github.com/Marcomissyou/BluetoothLeGlucose.git. It is convenient for you to development your BLE idea.

There is also provided apk file so you can download and install it directly then demo this code, but make sure your Android phone supports Bluetooth 4.0. /media/uploads/Marcomissyou/bleglucoseservice.apk

Revisions of main.cpp

Revision Date Message Actions
30:3dc9e6f2bc8c 2014-07-04 remove the battery-level and device-information services File  Diff  Annotate
29:76d865c718a6 2014-07-04 HRM demo now works with the nordic Android App (nRFToolBox) File  Diff  Annotate
28:bdfc8cc53f0b 2014-07-04 add the battery level server to the HRM demo File  Diff  Annotate
27:97adf2b76b9c 2014-07-03 add 16-bit UUIDs to the advertising payload; this is cosmetic File  Diff  Annotate
26:e6ad33b227c6 2014-07-03 add deviceInformationService to the basic HRM demo File  Diff  Annotate
22:299658c5fa3c 2014-06-12 simplify demo to only contain the heart-rate service File  Diff  Annotate
20:58bff62d0f7a 2014-06-11 remove un-necessary callbacks from the demo File  Diff  Annotate
19:1713b11694ea 2014-06-11 make use of the new GattService constructor which takes in an array of pointers to Characteristics File  Diff  Annotate
18:8a2e313f49cb 2014-06-11 GattServer::addService() automatically sets initial value for characteristics File  Diff  Annotate
17:583b765af55f 2014-06-11 remove an un-used global variable File  Diff  Annotate
16:f3361e20642d 2014-06-11 minor white-space diffs having to do with coding style File  Diff  Annotate
15:7ba28817e31e 2014-06-10 move ble_init() to the beginning of main() File  Diff  Annotate
13:3ca2045597e7 2014-06-10 minor updates to comment headers File  Diff  Annotate
11:1d9aafee4984 2014-06-10 use a ticker to schedule a periodicCallback() instead of a busy-wait loop File  Diff  Annotate
10:2436164b692e 2014-06-10 reverting to BLEDevice (from BLEPeripheral) File  Diff  Annotate
9:5d693381e883 2014-06-10 make console output optional File  Diff  Annotate
8:49d8ee0aac11 2014-06-10 remove ticker; consumes un-necessary power; also added a satic const File  Diff  Annotate
7:daab8ba5139e 2014-06-10 Update to using the latest versions of the underlying APIs and waitForEvent() to reduce power consumption. File  Diff  Annotate
5:b0baff4a124f 2014-05-29 use accessor methods to get handle for characteristics File  Diff  Annotate
4:12890f3c62eb 2014-05-21 removing un-necessary nordic-specific hardware initialization from the demo File  Diff  Annotate
3:24e2b056d229 2014-05-21 white space diffs; using uncrustify File  Diff  Annotate
0:87a7fc231fae 2014-03-31 First commit of HRM example for the BLE API (using nRF51822 native mode drivers) File  Diff  Annotate