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

History

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

2018-04-17, by agaikwad [Tue, 17 Apr 2018 21:29:20 +0000] rev 82

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


Added tag att_cellular_K64_wnc_14A2A_20161117 for changeset d635c0eddd6e

2016-11-17, by root@developer-sjc-cyan-compiler.local.mbed.org [Thu, 17 Nov 2016 18:21:52 +0000] rev 81

Added tag att_cellular_K64_wnc_14A2A_20161117 for changeset d635c0eddd6e


If WNC returns more than 1 IP address, fixed control software to pick just 1 of them instread of all of them. Found a pc.printf replaced with PRINTF. att_cellular_K64_wnc_14A2A_20161117

2016-08-16, by fkellermavnet [Tue, 16 Aug 2016 13:55:59 +0000] rev 80

If WNC returns more than 1 IP address, fixed control software to pick just 1 of them instread of all of them. Found a pc.printf replaced with PRINTF.


Been timing the URL resolve, it can take a long time sometime for the WNC to reply back with an IP or sometimes an error.; ; I increased the timeout for the dns resolve from 15 to 60 seconds. This is one more step toward better.

2016-08-15, by fkellermavnet [Mon, 15 Aug 2016 22:40:14 +0000] rev 79

Been timing the URL resolve, it can take a long time sometime for the WNC to reply back with an IP or sometimes an error.; ; I increased the timeout for the dns resolve from 15 to 60 seconds. This is one more step toward better.


Fixed 2 minor things: 1 more missing .c_str() from cell_modem.cpp and a missing \r\n from some debug output.

2016-08-15, by fkellermavnet [Mon, 15 Aug 2016 21:46:21 +0000] rev 78

Fixed 2 minor things: 1 more missing .c_str() from cell_modem.cpp and a missing \r\n from some debug output.


Fixed some missing \r.; Added report of app version.; Added report of WNC firmware version.;

2016-08-15, by fkellermavnet [Mon, 15 Aug 2016 19:31:14 +0000] rev 77

Fixed some missing \r.; Added report of app version.; Added report of WNC firmware version.;


No change.

2016-08-13, by fkellermavnet [Sat, 13 Aug 2016 18:29:56 +0000] rev 76

No change.


Re-merged in Stefan's branch with Eaddy branch.

2016-08-13, by fkellermavnet [Sat, 13 Aug 2016 17:46:30 +0000] rev 75

Re-merged in Stefan's branch with Eaddy branch.


Merged in latest code from Eaddy. This adds in more checks if the socket disconnects and attempts to reconnect it and also to search for the +CME error condition.

2016-08-13, by fkellermavnet [Sat, 13 Aug 2016 15:08:11 +0000] rev 74

Merged in latest code from Eaddy. This adds in more checks if the socket disconnects and attempts to reconnect it and also to search for the +CME error condition.


Merged in WNC suggestions for: Check for EXTERR and close and reopen the socket if it occurs. If sockopen fails send command to close the socket. Don't use find() on empty strings.

2016-08-12, by fkellermavnet [Fri, 12 Aug 2016 19:47:29 +0000] rev 73

Merged in WNC suggestions for: Check for EXTERR and close and reopen the socket if it occurs. If sockopen fails send command to close the socket. Don't use find() on empty strings.