Dreamforce 2015 BLE-based mDS HeartRate Monitor Endpoint

Dependencies:   GroveEarbudSensor mbed mbedConnectorInterface mbedEndpointNetwork_BLE

Revision:
48:7f6d4f9cadd0
Parent:
47:5e57fdac6765
Child:
49:1588c1faba50
--- a/main.cpp	Sun Aug 30 05:39:19 2015 +0000
+++ b/main.cpp	Tue Sep 01 15:24:55 2015 +0000
@@ -50,7 +50,8 @@
 #define MY_NSP_DOMAIN                           "dfbridgeXX"            // replace "XX" with your number
 
 // Customization Example: My custom NSP IPv4 address and NSP CoAP port 
-uint8_t my_nsp_address[NSP_IP_ADDRESS_LENGTH] = {129,41,134,39};     // bluemix vm v2.4
+//uint8_t my_nsp_address[NSP_IP_ADDRESS_LENGTH] = {129,41,134,39};     // bluemix vm v2.4
+uint8_t my_nsp_address[NSP_IP_ADDRESS_LENGTH] = {129,41,134,116};     // bluemix vm v2.3
 int my_nsp_coap_port                          = 5683;
 
 // called from the Endpoint::start() below to create resources and the endpoint internals...