mbed Sensor node for Instrumented Booth over ETH.

Dependencies:   EthernetInterface-1 MaxbotixDriver Presence HTU21D_TEMP_HUMID_SENSOR_SAMPLE Resources SHARPIR mbed-rtos mbed-src WDT_K64F nsdl_lib

Fork of Trenton_Switch_LPC1768_ETH by Demo Team

Files at this revision

API Documentation at this revision

Comitter:
andcor02
Date:
Thu Feb 12 13:15:44 2015 +0000
Parent:
41:212121c1a108
Child:
43:8da94286ea35
Commit message:
ADDED NODE NAMES EWC AND EW

Changed in this revision

node_cfg.h Show annotated file Show diff for this revision Revisions of this file
--- a/node_cfg.h	Wed Feb 11 13:27:24 2015 +0000
+++ b/node_cfg.h	Thu Feb 12 13:15:44 2015 +0000
@@ -9,9 +9,9 @@
 
 //Which Sensors
 #define     NODE_SENSOR_STATION         1       // use K64F platform. Base sensor platform. Includes Microphone, temperature.
-#define     NODE_HEIGHT_STATION         0       // use K64F platform. This include door height sensor
-#define     NODE_KIOSK_STATION          1       // use K64F platform. This includes kiosk presence sensor
-#define     NODE_DOOR_TRIP_STATION      1       // use K64F platform. This includes door tripwire sensor
+#define     NODE_HEIGHT_STATION         1       // use K64F platform. This include door height sensor
+#define     NODE_KIOSK_STATION          0       // use K64F platform. This includes kiosk presence sensor
+#define     NODE_DOOR_TRIP_STATION      0       // use K64F platform. This includes door tripwire sensor
 #define     NODE_PIR_STATION            0       // use K64F platform. This includes pir motion sensor
 
 #define     HEART_BEAT                  1       // For debug...
@@ -46,11 +46,14 @@
 //Ethernet Sensors...
 #define ENDPOINT_TYPE       {"mbed-sensor-Ethernet"}
 
-//#define NODE_NAME                   "mbed-sensor-demo-door"
-#define NODE_NAME                   "mbed-sensor-demo-1"
+//#define NODE_NAME                   "mbed-sensor-demo-1"
 //#define NODE_NAME                   "mbed-sensor-demo-2"
 //#define NODE_NAME                   "mbed-sensor-demo-3"
-//#define NODE_NAME                   "mbed-sensor-demo-4"
+//#define NODE_NAME                   "mbed-sensor-demo-4"  
+//#define NODE_NAME                   "mbed-sensor-demo-5"
+//#define NODE_NAME                   "mbed-sensor-demo-6"  
+#define NODE_NAME                   "mbed-sensor-stairs"  
+//#define NODE_NAME                   "mbed-sensor-reception"
 
 
 #endif //Node comms Type