Dreamforce 2015 BLE-based mDS HeartRate Monitor Endpoint

Dependencies:   GroveEarbudSensor mbed mbedConnectorInterface mbedEndpointNetwork_BLE

Revision:
1:3ad5d55e1cc7
Parent:
0:6b414fe5f8db
Child:
2:9d7c4bad311e
--- a/main.cpp	Thu Mar 05 18:24:04 2015 +0000
+++ b/main.cpp	Wed Mar 11 20:27:40 2015 +0000
@@ -63,7 +63,7 @@
 //int my_nsp_coap_port                          = 26395;          // www.ansonworks.com:27164
 
 // Customization Example: My custom NSP IPv6 address and NSP CoAP port
-uint8_t my_nsp_address[NSP_IP_ADDRESS_LENGTH] = {10,1,0,26}; 
+uint8_t my_nsp_address[NSP_IP_ADDRESS_LENGTH] = {192,168,1,150}; 
 int my_nsp_coap_port                          = 5683;
 
 // called from the Endpoint::start() below to create resources and the endpoint internals...