You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: color-match-game/javascript/README.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,15 @@ This Color Match Game application is part of a series of how-to Intel® Internet
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
-
- 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>
10
+
- Interface with the Intel® Edison board or Arduino 101\* (branded Genuino 101\* outside the U.S.) 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 Intel® IoT Gateway.<br>
12
12
- Set up a web application server to let users play the color matching game using their web browser.
13
13
14
14
## What it is
15
15
16
-
Using an Intel® Edison or or Intel® IoT Gateway, this project lets you create a color match game.<br>
16
+
Using an Intel® Edison board or or Intel® IoT Gateway, this project lets you create a color match game.<br>
17
17
- a UI of the game is exposed through an embedded server, providing with buttons for color matching as well as a "start game" button<br>
18
-
- when starting the game, for each level a sequence of colors is displayed on the RGB LCD screen of the Intel® Edison board or Arduino 101\* (branded Genuino 101\* outside the U.S.). The player needs to click on the corresponding buttons on the website.
18
+
- when starting the game, for each level a sequence of colors is displayed on the RGB LCD screen of the Intel® Edison board or Arduino 101\* (branded Genuino 101\* outside the U.S.) board. The player needs to click on the corresponding buttons on the website.
19
19
- for each level the sequence has one more color.<br>
20
20
- when a user clicks a color, the same color is displayed on the RGB LCD screen.<br>
21
21
- different tones are played when user clicks on color buttons.
@@ -28,7 +28,7 @@ Description goes here...
28
28
29
29
Grove\* Starter Kit containing:
30
30
31
-
1. Intel® Edison board with an Arduino-compatible breakout board or Intel® IoT Gateway with a Arduino 101
31
+
1. Intel® Edison board with an Arduino\*compatible breakout board or Intel® IoT Gateway with a Arduino 101\* (branded Genuino 101\* outside the U.S.) board
You must install the Intel® XDK on the Intel® IoT Gateway, by following the directions on the above link, under the section "Connecting to the Intel® XDK".
117
117
118
-
The Arduino\*/Genuino\*101 needs to have the Firmata\* firmware installed. If you have IMRAA installed on your gateway, this will be done automatically. Otherwise, install the StandardFirmata or ConfigurableFirmata sketch manully on to your Arduino\*/Genuino\*101.
118
+
The Arduino 101\* (branded Genuino 101\*outside the U.S.) board needs to have the Firmata\* firmware installed. If you have IMRAA installed on your gateway, this will be done automatically. Otherwise, install the StandardFirmata or ConfigurableFirmata sketch manully on to your Arduino 101\* (branded Genuino 101\*outside the U.S.) board.
119
119
120
-
You will also need to configure the `config.json` in the example to use the Arduino\*/Genuino\*101. See the section "Configuring the example" below.
120
+
You will also need to configure the `config.json` in the example to use the Arduino 101\* (branded Genuino 101\*outside the U.S.) board. See the section "Configuring the example" below.
121
121
122
122
## Configuring the example
123
123
124
124
To configure the example for the Intel® Edison board, just leave the `platform` key in the `config.json` set to `edison`.
125
125
126
-
To configure the example for the Arduino\*/Genuino\*101, change the `platform` key to the value `firmata` in the `config.json`, as follows:
126
+
To configure the example for the Arduino 101\* (branded Genuino 101\*outside the U.S.), change the `platform` key to the value `firmata` in the `config.json`, as follows:
0 commit comments