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:
30:b74aa0729b07
Parent:
28:908a6f58aa7f
Child:
32:c957a1948ac1
--- a/node_cfg.h	Fri Dec 05 14:31:36 2014 +0000
+++ b/node_cfg.h	Fri Dec 05 16:45:56 2014 +0000
@@ -9,17 +9,17 @@
 
 //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_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
 
 
 /*************** NODE PROFILE CONFIGURATION  *****************/
 
-#define NODE_SHORT_ADDRESS                                    4
-#define NODE_MAC_ADDRESS        {0,0,6,0x02,0x00,0x00,0x09,0x01}
-#define NODE_NAME                       "mbed-sensor-station-eth"
+#define NODE_SHORT_ADDRESS                                    5
+#define NODE_MAC_ADDRESS        {0,0,6,0x02,0x00,0x00,0x09,0x02}
+#define NODE_NAME                       "mbed-sensor-station-height"
 
 
 #define ENDPOINT_TYPE       {"mbed-device"}