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

notes.txt

Committer:
colinmeikle
Date:
2015-03-20
Revision:
0:9ab281898a9b

File content as of revision 0:9ab281898a9b:

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