Avnet AT&T IoT Starter Kit demo for Pubnub

Dependencies:   FXOS8700CQ mbed

Revisions of config_me.h

Revision Date Message Actions
35:d0d86a2bcdb3 2016-08-30 First version that works both for publish and subscribe. There are some issues, needs more testing, but, it works. File  Diff  Annotate
31:d7c386d2e95a 2016-07-20 Make TEMP_HUMIDITY_ONLY the default again for the sensors. File  Diff  Annotate
30:48b43538e98b 2016-07-20 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. File  Diff  Annotate
23:d6ceeb6d85ed 2016-07-13 Added text to config_me. Also moved the sensor update definition there. File  Diff  Annotate
21:d0038d14ee7c 2016-07-13 Cleaned up config_me.h a little and added some comments for the user variables. More comments need to be added. Cleaned up some of my unused debug code at the bottom of main(). File  Diff  Annotate
15:61df4a452d38 2016-07-13 Added JSON parsing and displaying the LED color File  Diff  Annotate
13:df9c49662797 2016-07-12 TEMP_HUMIDITY only is the default File  Diff  Annotate
12:7c94ec5069dc 2016-07-12 Fixed GET string format and added 3 options for the sensors to be read. File  Diff  Annotate
11:e6602513730f 2016-07-12 Fixed I2C issues. ; a) Removed stop between HTS221 address and read; b) The latest MBED uses the slave address differently from the legacy. Stick with the old for now and fixed the HTS221 address to BF instead of 5F.; c) Made I2C definitions externs. File  Diff  Annotate
4:f83bedd9cab4 2016-07-11 Added a sensors file that will write the FRDM-K64F motion sensor and the values from the SiLabs PMOD into a structure. File  Diff  Annotate
2:0e2ef866af95 2016-07-10 Adding in WNC code from Fred File  Diff  Annotate