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:
sam_grove
Date:
Mon Jun 16 18:38:48 2014 +0000
Parent:
12:160f28111a34
Child:
14:4775c2432e90
Commit message:
Update nsdl_lib

Changed in this revision

nanoservice_client_1_12.lib Show diff for this revision Revisions of this file
nsdl_lib.lib Show annotated file Show diff for this revision Revisions of this file
nsdl_run.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/nanoservice_client_1_12.lib	Sun Jun 15 17:39:07 2014 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://mbed.org/users/zdshelby/code/nanoservice_client_1_12/#14a9b0f4b9d6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nsdl_lib.lib	Mon Jun 16 18:38:48 2014 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/teams/Sensinode/code/nsdl_lib/#76bbf3374796
--- a/nsdl_run.cpp	Sun Jun 15 17:39:07 2014 +0000
+++ b/nsdl_run.cpp	Mon Jun 16 18:38:48 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"};