This is an example of BLE GATT Client, which receives broadcast data from BLE_Server_BME280 ( a GATT server) , then transfers values up to mbed Device Connector (cloud).
Please refer details about BLEClient_mbedDevConn below. https://github.com/soramame21/BLEClient_mbedDevConn
The location of required BLE GATT server, BLE_Server_BME280, is at here. https://developer.mbed.org/users/edamame22/code/BLE_Server_BME280/
Revisions of main.cpp
Revision | Date | Message | Actions |
---|---|---|---|
2:b894b3508057 | 2017-09-05 | Update all libraries and reform main.cpp | File Diff Annotate |
1:8950e6a891df | 2017-04-26 | Fix a momery overrun bug, moved global variables to local func | File Diff Annotate |
0:29983394c6b6 | 2017-04-13 | Initial commit | File Diff Annotate |