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

Committer:
colinmeikle
Date:
Fri Mar 20 14:24:06 2015 +0000
Revision:
0:9ab281898a9b
this is a simple weather app that displays the weather on TFT and publishes results on thingspeak. This was built for K64F roadtest http://www.element14.com/community/groups/roadtest

Who changed what in which revision?

UserRevisionLine numberNew contents of line
colinmeikle 0:9ab281898a9b 1 Errors during get :
colinmeikle 0:9ab281898a9b 2 need http://
colinmeikle 0:9ab281898a9b 3 needed to increase buffer size (added BUF_SIZE)
colinmeikle 0:9ab281898a9b 4
colinmeikle 0:9ab281898a9b 5 TFT
colinmeikle 0:9ab281898a9b 6 need to move CS from PTA0
colinmeikle 0:9ab281898a9b 7
colinmeikle 0:9ab281898a9b 8 JSON parsing, stopped get working when addional buffer used for parsing.
colinmeikle 0:9ab281898a9b 9 Must be memory related, remove JSOn if simlar happens, easy to parse without library
colinmeikle 0:9ab281898a9b 10
colinmeikle 0:9ab281898a9b 11 error6 with DHT, crc error. Can ignore as it's intermittent