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:
edamame22
Date:
Thu Apr 13 04:48:11 2017 +0000
Revision:
0:29983394c6b6
Initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
edamame22 0:29983394c6b6 1 # files for linux builds
edamame22 0:29983394c6b6 2
edamame22 0:29983394c6b6 3 # ignore linux test application
edamame22 0:29983394c6b6 4 test/lwm2mtestapplication/*
edamame22 0:29983394c6b6 5 test/lwm2m/*
edamame22 0:29983394c6b6 6 coverage/*
edamame22 0:29983394c6b6 7 results/*