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: examples/1_send_data/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,8 @@ This example shows how to send some sample data (device uptime) to Live Objects
7
7
First of all, be sure that you installed the required libraries and generated an API key mentioned in the main README file, then:
8
8
1. Open "1_send_data.ino" sketch using Arduino IDE
9
9
2. Replace ```const char SECRET_LIVEOBJECTS_API_KEY[]="...";``` in arduino_secrets.h with API key you generated
10
-
3. Upload *1_send_data.ino* sketch to your Arduino MKR NB 1500 board
10
+
3. In ```lo.setSecurity()``` select security mode using ```TLS``` or ```NONE``` according to board abilities shown in **Compatibility** point in main **README.md**
11
+
4. Upload *1_send_data.ino* sketch to your Arduino MKR NB 1500 board
Copy file name to clipboardExpand all lines: examples/2_simple_parameters/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@ Parameters give you ability to configure your device over the air from Live Obje
8
8
First of all, be sure that you installed the required libraries and generated an API key mentioned in the main README file, then:
9
9
1. Open "2_simple_parameters.ino" sketch using Arduino IDE
10
10
2. Replace ```const char SECRET_LIVEOBJECTS_API_KEY[]="...";``` in arduino_secrets.h with API key you generated
11
-
3. Upload *2_simple_parameters.ino* sketch to your Arduino MKR NB 1500 board
11
+
3. In ```lo.setSecurity()``` select security mode using ```TLS``` or ```NONE``` according to board abilities shown in **Compatibility** point in main **README.md**
12
+
4. Upload *2_simple_parameters.ino* sketch to your Arduino MKR NB 1500 board
Copy file name to clipboardExpand all lines: examples/3_Parameter_with_callback/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,8 @@ This is how callback function will look like:<br>
16
16
First of all, be sure that you installed the required libraries and generated an API key mentioned in the main README file, then:
17
17
1. Open "3_parameter_with_callback.ino" sketch using Arduino IDE
18
18
2. Replace ```const char SECRET_LIVEOBJECTS_API_KEY[]="...";``` in arduino_secrets.h with API key you generated
19
-
3. Upload *3_parameter_with_callback.ino* sketch to your Arduino MKR NB 1500 board
19
+
3. In ```lo.setSecurity()``` select security mode using ```TLS``` or ```NONE``` according to board abilities shown in **Compatibility** point in main **README.md**
20
+
4. Upload *3_parameter_with_callback.ino* sketch to your Arduino MKR NB 1500 board
Copy file name to clipboardExpand all lines: examples/4_Simple_command/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,8 @@ In this example we will use command to make Arduino onboard LED blink.
11
11
First of all, be sure that you installed the required libraries and generated an API key mentioned in the main README file, then:
12
12
1. Open "4_simple_command.ino" sketch using Arduino IDE
13
13
2. Replace ```const char SECRET_LIVEOBJECTS_API_KEY[]="...";``` in arduino_secrets.h with API key you generated
14
-
3. Upload *4_simple_command.ino* sketch to your Arduino MKR NB 1500 board
14
+
3. In ```lo.setSecurity()``` select security mode using ```TLS``` or ```NONE``` according to board abilities shown in **Compatibility** point in main **README.md**
15
+
4. Upload *4_simple_command.ino* sketch to your Arduino MKR NB 1500 board
Copy file name to clipboardExpand all lines: examples/5_Command_with_arguments/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,8 @@ In this example we will use command to make Arduino onboard LED blink. Unlike in
11
11
First of all, be sure that you installed the required libraries and generated an API key mentioned in the main README file, then:
12
12
1. Open "5_simple_command.ino" sketch using Arduino IDE
13
13
2. Replace ```const char SECRET_LIVEOBJECTS_API_KEY[]="...";``` in arduino_secrets.h with API key you generated
14
-
3. Upload *5_simple_command.ino* sketch to your Arduino MKR NB 1500 board
14
+
3. In ```lo.setSecurity()``` select security mode using ```TLS``` or ```NONE``` according to board abilities shown in **Compatibility** point in main **README.md**
15
+
4. Upload *5_simple_command.ino* sketch to your Arduino MKR NB 1500 board
0 commit comments