|
2 | 2 |
|
3 | 3 | ## Introduction
|
4 | 4 |
|
5 |
| -This smart stove top application application is part of a series of how-to Intel® Internet of Things (IoT) code sample exercises using the Intel® IoT Developer Kit, Intel® Edison board, Intel® IoT Gateway, cloud platforms, APIs, and other technologies. |
| 5 | +This smart stove top application is part of a series of how-to Intel® Internet of Things (IoT) code sample exercises using the Intel® IoT Developer Kit, Intel® Edison development platform, cloud platforms, APIs, and other technologies. |
6 | 6 |
|
7 | 7 | From this exercise, developers will learn how to:<br>
|
8 | 8 |
|
9 | 9 | - Connect the Intel® Edison board or Intel® IoT Gateway, computing platforms designed for prototyping and producing IoT and wearable computing products.<br>
|
10 | 10 | - Interface with the Intel® Edison board or Intel® Arduino/Genuino 101 board IO and sensor repository using MRAA and UPM from the Intel® IoT Developer Kit, a complete hardware and software solution to help developers explore the IoT and implement innovative projects.<br>
|
11 | 11 | - Run this code sample in Intel® XDK IoT Edition, an IDE for creating applications that interact with sensors and actuators, enabling a quick start for developing software for the Intel® Edison board or from the Intel® Galileo board.<br>
|
12 |
| -- Set up a web application server to let users enter the access code to disable the alarm system and store this alarm data using Azure Redis Cache\* from Microsoft\* Azure\*, Redis Store\* from IBM\* Bluemix\*, or ElastiCache\* using Redis\* from Amazon\* Web Services\* (AWS\*), different cloud services for connecting IoT solutions including data analysis, machine learning, and a variety of productivity tools to simplify the process of connecting your sensors to the cloud and getting your IoT project up and running quickly. |
| 12 | +- Set up a web application server to set the target temperature and store this data using Azure Redis Cache\* from Microsoft\* Azure\*, Redis Store\* from IBM\* Bluemix\*, or ElastiCache\* using Redis\* from Amazon Web Services\* (AWS), different cloud services for connecting IoT solutions including data analysis, machine learning, and a variety of productivity tools to simplify the process of connecting your sensors to the cloud and getting your IoT project up and running quickly. |
13 | 13 | - Set up a MQTT-based server using IoT Hub from Microsoft\* Azure\*, IoT from IBM\* Bluemix\*, or IoT from Amazon Web Services\* (AWS), different cloud machine to machine messaging services based on the industry standard MQTT protocol.
|
14 | 14 |
|
| 15 | + |
15 | 16 | ## What it is
|
16 | 17 |
|
17 | 18 | Using an Intel® Edison board, this project lets you create a smart stove top that:<br>
|
@@ -189,8 +190,6 @@ To configure the example for the Arduino\*/Genuino\* 101, add a `platform` key w
|
189 | 190 | }
|
190 | 191 | ```
|
191 | 192 |
|
192 |
| -The DFRobot\* variation of this example does not yet support the Arduino\*/Genuino\* 101. |
193 |
| - |
194 | 193 | To configure the example for the optional Microsoft\* Azure\*, IBM\* Bluemix\*, or AWS data store, add the `SERVER` and `AUTH_TOKEN` keys in the `config.json` file after the required `TARGET_TEMP` key as follows:
|
195 | 194 |
|
196 | 195 | ```
|
|
0 commit comments