Dreamforce 2015 BLE-based mDS HeartRate Monitor Endpoint

Dependencies:   GroveEarbudSensor mbed mbedConnectorInterface mbedEndpointNetwork_BLE

Committer:
ansond
Date:
Mon Sep 07 04:52:10 2015 +0000
Revision:
53:d22af3b91e4c
Parent:
0:6b414fe5f8db
updates and tweaks for static location option and android 5.x

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ansond 0:6b414fe5f8db 1 This project requires the use of a BLE UART-UDP proxy.
ansond 0:6b414fe5f8db 2
ansond 0:6b414fe5f8db 3 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.
ansond 0:6b414fe5f8db 4
ansond 0:6b414fe5f8db 5 Android: https://github.com/ansondtx20/UART_UDP_PROXY
ansond 0:6b414fe5f8db 6 iOS: https://github.com/ansondtx20/UART_UDP_PROXY_iOS
ansond 0:6b414fe5f8db 7
ansond 0:6b414fe5f8db 8 Credit:
ansond 0:6b414fe5f8db 9 Both the Android and iOS applications above are derived works from the Nordic Semi nRF_UART sample code.