![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
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/
History
Update all libraries and reform main.cpp
2017-09-05, by Ren Boting [Tue, 05 Sep 2017 11:56:13 +0900] rev 2
Update all libraries and reform main.cpp
Fix a momery overrun bug, moved global variables to local func
2017-04-26, by edamame22 [Wed, 26 Apr 2017 11:20:41 +0900] rev 1
Fix a momery overrun bug, moved global variables to local func
Initial commit
2017-04-13, by edamame22 [Thu, 13 Apr 2017 04:48:11 +0000] rev 0
Initial commit