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

Revision:
38:9066ab490386
Parent:
36:bb8c769065de
Child:
40:b2e9bc654ca1
--- a/node_cfg.h	Tue Dec 16 12:26:35 2014 +0000
+++ b/node_cfg.h	Thu Dec 18 08:55:33 2014 +0000
@@ -9,11 +9,12 @@
 
 //Which Sensors
 #define     NODE_SENSOR_STATION         1       // use K64F platform. Base sensor platform. Includes Microphone, temperature.
-#define     NODE_HEIGHT_STATION         1       // use K64F platform. This include door height sensor
+#define     NODE_HEIGHT_STATION         0       // 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      1       // use K64F platform. This includes door tripwire 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...
 
 /*************** NODE PROFILE CONFIGURATION  *****************/
 
@@ -45,8 +46,8 @@
 //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-door"
+#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"