Remote I/O Sensor bus with AT&T flow and M2X cloud

Dependencies:   DHT11 FXOS8700CQ MODSERIAL mbed

Fork of Avnet_ATT_Cellular_IOT by Avnet

Revision:
82:4e608375910a
Parent:
69:5a3414cc7531
--- a/config_me.h	Thu Nov 17 18:21:52 2016 +0000
+++ b/config_me.h	Tue Apr 17 21:29:20 2018 +0000
@@ -26,10 +26,15 @@
 // This is the server's base URL name.  Example "www.google.com"
 // Note that when you Fork a FLOW, it will typically assign  either
 // "run-east.att.io" or "run-west.att.io", so be sure to check this.
+
+//static const char * MY_SERVER_URL       = "run-east.att.io";
 static const char * MY_SERVER_URL       = "run-west.att.io";
 
 // These are FLOW fields from the Endpoints tab:
-#define FLOW_BASE_URL                   "/1e464b19cdcde/774c88d68202/86694923d5bf28a/in/flow"
+//#define FLOW_BASE_URL                   "/f77eac636bc3c/0938084ba00d/02023ad4d9819fc/in/flow"
+
+#define FLOW_BASE_URL                   "/e7029bd26faf8/9acef64eda2d/63a0820330f9994/in/flow"
+//https://run-west.att.io/e7029bd26faf8/9acef64eda2d/63a0820330f9994/in/flow
 #define FLOW_INPUT_NAME                 "/climate"
 
 // Unless you want to use a different protocol, this field should be left as is:
@@ -39,7 +44,7 @@
 // If you only have one devive there then you can just leave this as is.
 // Once your FLOW device has been initialized (Virtual Device Initialize clicked),
 // the Virtual Device will show up in M2X.  This is its "DEVICE SERIAL" field
-#define FLOW_DEVICE_NAME                "vstarterkit001"
+#define FLOW_DEVICE_NAME                "starterkit001"
 
 // This constant defines how often sensors are read and sent up to FLOW
 #define SENSOR_UPDATE_INTERVAL_MS       5000; //5 seconds
@@ -56,7 +61,7 @@
 #define TEMP_HUMIDITY_ACCELEROMETER_GPS                         3
 #define TEMP_HUMIDITY_ACCELEROMETER_PMODSENSORS                 4
 #define TEMP_HUMIDITY_ACCELEROMETER_PMODSENSORS_VIRTUALSENSORS  5
-static int iSensorsToReport = TEMP_HUMIDITY_ACCELEROMETER; //modify this to change your selection
+static int iSensorsToReport = TEMP_HUMIDITY_ONLY; //modify this to change your selection
 
 // This is the APN name for the cellular network, you will need to change this, check the instructions included with your SIM card kit:
 static const char * MY_APN_STR          = "m2m.com.attz";