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/
Diff: mbed-client/mbed-client-classic/README.md
- Revision:
- 0:29983394c6b6
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed-client/mbed-client-classic/README.md Thu Apr 13 04:48:11 2017 +0000 @@ -0,0 +1,10 @@ +ARM mbed Client Classic +======================= + +This repository contains ARM mbed Client Classic. You should not use this repo directly. This repo is the mbed +Client team's working area and we publish the official, tested versions as part of [mbed Client](https://github.com/ARMmbed/mbed-client). + +If you want to see an example application - a better starting point would be the [mbed OS example client](https://github.com/ARMmbed/mbed-os-example-client). + + +