Demo starter application to connect WiGo to NSP and expose on-board sensors

Dependencies:   NVIC_set_all_priorities cc3000_hostdriver_mbedsocket mbed nsdl_lib TEMT6200 TSI Wi-Go_eCompass_Lib_V3 WiGo_BattCharger

This is the mbed project for the IoT World Hackathon event, June 17th and 18th in Palo Also.

The setup instructions for participants are at the Setup page of this wiki:

http://mbed.org/teams/MBED_DEMOS/code/IoT_World_Hackathon_WiGo_NSP_Demo/wiki/Setup-Guide-for-the-IoT-World-Hackathon

Files at this revision

API Documentation at this revision

Comitter:
michaeljkoster
Date:
Tue Jun 17 06:07:24 2014 +0000
Parent:
13:92847e20c246
Child:
15:6a0acd1c2e00
Commit message:
setup NSP address for hackathon

Changed in this revision

nsdl_run.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/nsdl_run.cpp	Mon Jun 16 18:38:48 2014 +0000
+++ b/nsdl_run.cpp	Tue Jun 17 06:07:24 2014 +0000
@@ -27,8 +27,8 @@
 
 // NSP configuration
 /* Change this IP address to that of your NanoService Platform installation */
-//static const char* NSP_ADDRESS = "192.168.1.220"; /* Arndale board running NSP on local network for Hackathon */ 
-static const char* NSP_ADDRESS = "217.140.101.20"; /* public mbed demo server */ 
+static const char* NSP_ADDRESS = "192.168.1.220"; /* Arndale board running NSP on local network for Hackathon */ 
+//static const char* NSP_ADDRESS = "217.140.101.20"; /* public mbed demo server */ 
 static const int NSP_PORT = 5683;
 char endpoint_name[24] = "mbed-";
 uint8_t ep_type[] = {"mbed_device"};