simple weather app that uses sensor and forecast data from opeanweather.org . The results are shown on TFT and published on Thingspeak. (there may be some of my charts at https://thingspeak.com/channels/26357) This was built to show using k64F ethernet capabilities for K64F roadtest at http://www.element14.com/community/groups/roadtest (there will be a write there shortly)

Dependencies:   DHT EthernetInterface HTTPClient NTPClient SDFileSystem SPI_TFT_ILI9341 TFT_fonts mbed-rtos mbed picojson

Revision:
0:9ab281898a9b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/notes.txt	Fri Mar 20 14:24:06 2015 +0000
@@ -0,0 +1,11 @@
+Errors during get :
+need http://
+needed to increase buffer size (added BUF_SIZE)
+
+TFT
+need to move CS from PTA0
+
+JSON parsing, stopped get working when addional buffer used for parsing.
+Must be memory related, remove JSOn if simlar happens, easy to parse without library
+
+error6 with DHT, crc error. Can ignore as it's intermittent