Skip to content

Commit 3e7e648

Browse files
committed
Update of README.md files concerning security mode
1 parent 873118a commit 3e7e648

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

examples/1_send_data/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ This example shows how to send some sample data (device uptime) to Live Objects
77
First of all, be sure that you installed the required libraries and generated an API key mentioned in the main README file, then:
88
1. Open "1_send_data.ino" sketch using Arduino IDE
99
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
1112

1213

1314
## Verify

examples/2_simple_parameters/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Parameters give you ability to configure your device over the air from Live Obje
88
First of all, be sure that you installed the required libraries and generated an API key mentioned in the main README file, then:
99
1. Open "2_simple_parameters.ino" sketch using Arduino IDE
1010
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
1213

1314

1415
## Verify

examples/3_Parameter_with_callback/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ This is how callback function will look like:<br>
1616
First of all, be sure that you installed the required libraries and generated an API key mentioned in the main README file, then:
1717
1. Open "3_parameter_with_callback.ino" sketch using Arduino IDE
1818
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
2021

2122

2223
## Verify

examples/4_Simple_command/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ In this example we will use command to make Arduino onboard LED blink.
1111
First of all, be sure that you installed the required libraries and generated an API key mentioned in the main README file, then:
1212
1. Open "4_simple_command.ino" sketch using Arduino IDE
1313
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
1516

1617
## Verify
1718
**Is device online:**<br>

examples/5_Command_with_arguments/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ In this example we will use command to make Arduino onboard LED blink. Unlike in
1111
First of all, be sure that you installed the required libraries and generated an API key mentioned in the main README file, then:
1212
1. Open "5_simple_command.ino" sketch using Arduino IDE
1313
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
1516

1617
## Verify
1718
**Is device online:**<br>

0 commit comments

Comments
 (0)