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/
mbed-client/mbed_lib.json
- Committer:
- Ren Boting
- Date:
- 2017-09-05
- Revision:
- 2:b894b3508057
- Parent:
- 0:29983394c6b6
File content as of revision 2:b894b3508057:
{ "name": "mbed-client", "config": { "event-loop-size": 1024, "reconnection-count": 3, "reconnection-interval": 5, "tcp-keepalive-time": 300, "disable-bootstrap-feature": null, "coap-disable-obs-feature":null, "reconnection-loop": 1, "sn-coap-max-blockwise-payload-size" : 0, "sn-coap-duplication-max-msgs-count": null, "sn-coap-max-incoming-message-size": null, "sn-coap-resending-queue-size-msgs": null, "sn-coap-resending-queue-size-bytes": null }, "macros" : [ "MBED_CLIENT_C_NEW_API" ] }