Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BufferedSerial C12832 EthernetInterface HTTPClient-SSL LM75B MMA7660 SocketIO-k64f WebSocketClient-ThermostatDemo mbed-rtos mbed picojson
Fork of df-2014-heroku-thermostat-k64f by
README.txt
- Committer:
- ansond
- Date:
- 2013-11-05
- Revision:
- 0:26c48388f725
- Child:
- 6:74c1e9c8c90e
File content as of revision 0:26c48388f725:
Instructions: 1). Complete the “hands-on” exercises first - Required to get setup with an mbed account and the compiler environment 2). Import the “df-2013-minihack-thermostat” project into your mbed project workspace - Be sure to add and make current the “mbed LPC1768” board as the current board to compile to. You can modify the GPS coords and devie name in the same manner that you did in the hands-on session - this will enable you to quickly and easily identify your device on the map 3). Examine Thermostat.cpp in your project - In the top of the file, examine the Mini-hack challenge statement - Follow those instructions to modify the code to create a way to write text from the Heroku webservice A successful implementation will: - Enable you to see your mbed device on the map - Clicking on the device name (its a URL link) you should be able to go to the Devices - page on the website and enter "text" for the message name followed by a text message - after a brief delay, the text message should pop up briefly on the mbed device LCD References: - Project Source: http://mbed.org/teams/MBED_DEMOS/code/df-2013-minihack-thermostat/ - Completed Code: http://mbed.org/teams/MBED_DEMOS/code/df-2013-minihack-thermostat-complete/