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/

Committer:
Ren Boting
Date:
Tue Sep 05 11:56:13 2017 +0900
Revision:
2:b894b3508057
Parent:
0:29983394c6b6
Update all libraries and reform main.cpp

Who changed what in which revision?

UserRevisionLine numberNew contents of line
edamame22 0:29983394c6b6 1 {
edamame22 0:29983394c6b6 2 "name": "mbed-client-mbedtls",
edamame22 0:29983394c6b6 3 "version": "3.0.3",
edamame22 0:29983394c6b6 4 "description": "Mbedtls specific implementation, which can be used by mbed client",
edamame22 0:29983394c6b6 5 "keywords": [
edamame22 0:29983394c6b6 6 "mbed-client-mbedtls"
edamame22 0:29983394c6b6 7 ],
edamame22 0:29983394c6b6 8 "author": "Antti Kauppila",
edamame22 0:29983394c6b6 9 "repository": {
edamame22 0:29983394c6b6 10 "url": "git@github.com:ARMmbed/mbed-client-mbedtls.git",
edamame22 0:29983394c6b6 11 "type": "git"
edamame22 0:29983394c6b6 12 },
edamame22 0:29983394c6b6 13 "homepage": "https://github.com/ARMmbed/mbed-client-mbedtls",
edamame22 0:29983394c6b6 14 "license": "Apache-2.0",
edamame22 0:29983394c6b6 15 "dependencies": {
edamame22 0:29983394c6b6 16 "mbedtls": "^2.0.0"
edamame22 0:29983394c6b6 17 },
edamame22 0:29983394c6b6 18 "targetDependencies": {}
edamame22 0:29983394c6b6 19 }