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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ In order to send messages to the network, you need to register it on The Things
46
46
47
47
1. Plug your Arduino to your computer
48
48
2. Select the correct `Board` and `Port` on the Arduino IDE menu
49
-
3. Open the first sketch of this repository: [`01_get_deveui`](/01_get_deveui/)
49
+
3. Open the first sketch of this repository: [`mkrwan_01_get_deveui`](/mkrwan_01_get_deveui/)
50
50
4. Update (if needed) the `lora_band region` variable according to your region.
51
51
5. Open the [**serial monitor**](https://www.arduino.cc/en/Guide/Environment#toc12) and upload the sketch to your Arduino.
52
52
6. The serial monitor will print the `Device EUI`, **keep this at hand**.
@@ -63,7 +63,7 @@ In order to send messages to the network, you need to register it on The Things
63
63
64
64
Once the device is registered on the network, we can start sending data:
65
65
66
-
1. Open the second sketch of this repository: [`02_hello_world`](/02_hello_world/)
66
+
1. Open the second sketch of this repository: [`mkrwan_02_hello_world`](/mkrwan_02_hello_world/)
67
67
2. Update (if needed) the `lora_band region` variable according to your region.
68
68
3. On the second tab (`arduino_secrets.h`), paste the `appEui` and `appKey` values for your device. You can copy & paste it verbatim from the bottom of the device page on The Things Network Console (section `EXAMPLE CODE`).
0 commit comments