Dreamforce 2015 BLE-based mDS HeartRate Monitor Endpoint

Dependencies:   GroveEarbudSensor mbed mbedConnectorInterface mbedEndpointNetwork_BLE

README-FIRST.md

Committer:
ansond
Date:
2015-09-07
Revision:
53:d22af3b91e4c
Parent:
0:6b414fe5f8db

File content as of revision 53:d22af3b91e4c:

This project requires the use of a BLE UART-UDP proxy.

The proxy will allow the user to bind the mbed BLE device to the proxy whereby the proxy will bridge UDP traffic on its behalf. 

    Android:  https://github.com/ansondtx20/UART_UDP_PROXY
    iOS: https://github.com/ansondtx20/UART_UDP_PROXY_iOS

Credit:
    Both the Android and iOS applications above are derived works from the Nordic Semi nRF_UART sample code.