Avnet AT&T IoT Starter Kit demo for Pubnub

Dependencies:   FXOS8700CQ mbed

History

Fixed "gobbling" of the last character in received message (from the subscribe transaction); default tip

2016-08-31, by sveljko [Wed, 31 Aug 2016 18:04:30 +0000] rev 36

Fixed "gobbling" of the last character in received message (from the subscribe transaction);


First version that works both for publish and subscribe. There are some issues, needs more testing, but, it works.

2016-08-30, by sveljko [Tue, 30 Aug 2016 22:02:03 +0000] rev 35

First version that works both for publish and subscribe. There are some issues, needs more testing, but, it works.


Fixed the char to be * char myJsonResponse[512];;

2016-07-23, by stefanrousseau [Sat, 23 Jul 2016 01:10:53 +0000] rev 34

Fixed the char to be * char myJsonResponse[512];;


Changed sock read so it clears out the return data string upon call. If data is obtained then it puts it in the cleared string. Changed sock read so that it returns how many bytes/chars it received from the read.

2016-07-21, by fkellermavnet [Thu, 21 Jul 2016 15:26:42 +0000] rev 33

Changed sock read so it clears out the return data string upon call. If data is obtained then it puts it in the cleared string. Changed sock read so that it returns how many bytes/chars it received from the read.


replaced incorrect usage of string data() with correct c_str().

2016-07-21, by fkellermavnet [Thu, 21 Jul 2016 01:51:59 +0000] rev 32

replaced incorrect usage of string data() with correct c_str().


Make TEMP_HUMIDITY_ONLY the default again for the sensors.

2016-07-20, by stefanrousseau [Wed, 20 Jul 2016 15:46:26 +0000] rev 31

Make TEMP_HUMIDITY_ONLY the default again for the sensors.


Changed the motion sensor instantiation from static to dynamic inside the function that uses it. This is needed because the WNC on the shield corrupts the I2C bus during initialization.

2016-07-20, by stefanrousseau [Wed, 20 Jul 2016 04:01:03 +0000] rev 30

Changed the motion sensor instantiation from static to dynamic inside the function that uses it. This is needed because the WNC on the shield corrupts the I2C bus during initialization.


Changed proximity to value instead of string

2016-07-16, by stefanrousseau [Sat, 16 Jul 2016 17:35:15 +0000] rev 29

Changed proximity to value instead of string


comment cleanup

2016-07-15, by JMF [Fri, 15 Jul 2016 13:17:26 +0000] rev 28

comment cleanup


Removed now merged in file that mbed automatically added that I didn't see on last commit.

2016-07-13, by fkellermavnet [Wed, 13 Jul 2016 20:12:49 +0000] rev 27

Removed now merged in file that mbed automatically added that I didn't see on last commit.