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: docs/LwM2M_Client/ESP32/ESP32-DevKitCBG96.md
+6-14Lines changed: 6 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,20 +31,12 @@ Integrate your ESP32-based device with Quectel BG96 module to manage it via {{ c
31
31
## Step 3: Add device to {{ coiote_short_name }}
32
32
To connect your ESP32-DevKitC to the {{ coiote_long_name }}, use your access to a {{ coiote_short_name }} installation, or register at {{ coiote_site_link }}/ to get access.
33
33
34
-
To connect the board:
35
-
36
-
0. Log in to {{ coiote_short_name }} and from the left side menu, select **Device Inventory**.
37
-
0. In **Device Inventory**, click **Add device**.
38
-
0. Select the **Connect your LwM2M device directly via the Management server** tile.
39
-

40
-
0. In the **Device credentials** step:
41
-
- In the **Device ID** field, type the endpoint name provided in the IDF menuconfig **Client options**, e.g. `ESP32_test`.
42
-
- In the **Security mode** section, select the **PSK** mode.
43
-
- In the **Key identity** field, type the identity provided in the IDF menuconfig **Client options**, e.g. `ESP32_test`.
44
-
- In the **Key** field, type the `psk` key provided in the IDF menuconfig **Client options**.
0. Click the **Add device** button and **Confirm** in the confirmation pop-up.
47
-
0. In the **Connect your device** step, the server is waiting for the board to connect. You can now start connecting the device.
34
+
To connect the board, log in to the platform and follow [onboarding guide]({{ coiote_device_onboarding_link }}).
48
35
49
36
## Step 4: Flash ESP32-DevKitC
50
37
0. Open the command line interface, go to your project directory, and run `idf.py flash monitor`.
38
+
39
+
40
+
## Next steps
41
+
42
+
If you want to develop your own LwM2M-enabled application based on ESP32, check [Anjay-esp32-client](https://github.com/AVSystem/Anjay-esp32-client) and start prototyping!
Copy file name to clipboardExpand all lines: docs/LwM2M_Client/ESP32/M5Stick.md
+6-14Lines changed: 6 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,20 +58,7 @@ Integrate your ESP32-based device to manage it via {{ coiote_short_name }}.
58
58
59
59
To connect your M5StickC to the {{ coiote_long_name }}, use your access to a {{ coiote_short_name }} installation, or register at {{ coiote_site_link }}/ to get access.
60
60
61
-
To connect the board:
62
-
63
-
0. Log in to {{ coiote_short_name }} and from the left side menu, select **Device Inventory**.
64
-
0. In **Device Inventory**, click **Add device**.
65
-
0. Select the **Connect your LwM2M device directly via the Management server** tile.
66
-

67
-
0. In the **Device credentials** step:
68
-
- In the **Device ID** field, type the endpoint name provided in the `nvs_config.csv`, e.g. `ESP32_test`.
69
-
- In the **Security mode** section, select the **PSK** mode.
70
-
- In the **Key identity** field, type the name provided in the `nvs_config.csv`, e.g. `ESP32_test`.
71
-
- In the **Key** field, type the `psk` key provided in the `nvs_config.csv`.
If you want to develop your own LwM2M-enabled application based on M5Stick, check [Anjay-esp32-client](https://github.com/AVSystem/Anjay-esp32-client) and start prototyping!
Copy file name to clipboardExpand all lines: docs/LwM2M_Client/ESP32/M5StickBG96.md
+6-14Lines changed: 6 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,22 +40,14 @@ Connect the Tx, Rx and GND pins, respectively, to the M5StickC pins selected in
40
40
## Step 3: Add device to {{ coiote_short_name }}
41
41
To connect your M5StickC to the {{ coiote_long_name }}, use your access to a {{ coiote_short_name }} installation, or register at {{ coiote_site_link }}/ to get access.
42
42
43
-
To connect the board:
44
-
45
-
0. Log in to {{ coiote_short_name }} and from the left side menu, select **Device Inventory**.
46
-
0. In **Device Inventory**, click **Add device**.
47
-
0. Select the **Connect your LwM2M device directly via the Management server** tile.
48
-

49
-
0. In the **Device credentials** step:
50
-
- In the **Device ID** field, type the endpoint name provided in the IDF menuconfig **Client options**, e.g. `ESP32BG96`.
51
-
- In the **Security mode** section, select the **PSK** mode.
52
-
- In the **Key identity** field, type the identity provided in the IDF menuconfig **Client options**, e.g. `ESP32BG96`.
53
-
- In the **Key** field, type the `psk` key provided in the IDF menuconfig **Client options**.
0. Click the **Add device** button and **Confirm** in the confirmation pop-up.
56
-
0. In the **Connect your device** step, the server is waiting for the board to connect. You can now start connecting the device.
43
+
To connect the board, log in to the platform and follow [onboarding guide]({{ coiote_device_onboarding_link }}).
57
44
58
45
## Step 4: Flash M5StickC
59
46
60
47
0. Connect the M5Stick board to a USB port of your machine.
61
48
0. Open the command line interface, go to your project directory, and run `idf.py -b 750000 flash monitor`.
49
+
50
+
51
+
## Next steps
52
+
53
+
If you want to develop your own LwM2M-enabled application based on M5Stick, check [Anjay-esp32-client](https://github.com/AVSystem/Anjay-esp32-client) and start prototyping!
Copy file name to clipboardExpand all lines: docs/LwM2M_Client/Nordic/Thingy91.md
+6-18Lines changed: 6 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,24 +89,7 @@ After successful flashing, reboot the board and go to the next step.
89
89
90
90
To connect to {{ coiote_long_name }}, please register at [{{ coiote_site_link }}]({{ coiote_site_link }}/).
91
91
92
-
To connect the board:
93
-
94
-
0. Log in to {{ coiote_short_name }} and from the left side menu, select **Device Inventory**.
95
-
0. In **Device Inventory**, click **Add device**.
96
-
0. Select the **Connect your LwM2M device directly via the Management server** tile.
97
-

98
-
0. In the **Device credentials** step:
99
-
- In the **Endpoint name** field, enter your board endpoint name e.g. `test_device` (remember to set the same name in the [next section](#configure-the-client)).
- In the **Security mode** section, select the **Pre-Shared Key** mode:
102
-
- In the **Key identity** field, type the same name as in the `Endpoint name` field.
103
-
- In the **Key** field, type a shared secret used for the device-server authentication.
104
-
105
-
!!! Note
106
-
This is your password which you create yourself, you will need it in the next steps.
107
-
108
-
0. Click the **Add device** button and **Confirm** in the confirmation pop-up.
109
-
0. While in the **Connect your device** step, follow the [next section](#configure-the-client) to run the client and connect it to the server.
92
+
To connect the board, log in to the platform and follow [onboarding guide]({{ coiote_device_onboarding_link }}).
110
93
111
94
## Configure the Client
112
95
@@ -187,3 +170,8 @@ After configuring the Anjay Client, you can use the **nRF Cloud Location Service
187
170
It can be seen by the following warning: `gps_nrf: GPS was interrupted multiple
188
171
times by the LTE modem when producing a fix`. Anjay is notified by it, enters
189
172
offline mode and reconnects when the first fix is acquired and LTE is enabled back.
173
+
174
+
175
+
## Next steps
176
+
177
+
If you want to develop your own LwM2M-enabled application based on Nordic Thingy:91, check [Anjay-zephyr-client](https://github.com/AVSystem/Anjay-zephyr-client) and start prototyping!
- In the **Security mode** section, select the **PSK (Pre-Shared Key)** mode:
71
-
- In the **Key identity** field, type the same name as in the `Endpoint name` field
72
-
- In the **Key** field, type the shared secret used in the device-server authentication.
73
-
4. Click the **Add device** button and **Confirm** in the confirmation pop-up.
74
-
5. In the **Connect your device** step, follow the [next section](#configuring-the-client) to run the client and connect it to the server.
61
+
To connect the board, log in to the platform and follow [onboarding guide]({{ coiote_device_onboarding_link }}).
75
62
76
63
## Configuring the Client
77
64
@@ -106,3 +93,8 @@ To connect the board:
106
93
107
94
0. Use the `anjay start` command to run the Client.
108
95
0. Go to {{ coiote_short_name }} to check if your device is connected. Click **Next**, then **Go to Summary**, then **Finish**. You should see your device registered.
96
+
97
+
98
+
## Next steps
99
+
100
+
If you want to develop your own LwM2M-enabled application based on Nordic nRF7002 DK, check [Anjay-zephyr-client](https://github.com/AVSystem/Anjay-zephyr-client) and start prototyping!
- In the **Security mode** section, select the **PSK (Pre-Shared Key)** mode:
76
-
- In the **Key identity** field, type the same name as in the `Endpoint name` field
77
-
- In the **Key** field, type the shared secret used in the device-server authentication.
78
-
4. Click the **Add device** button and **Confirm** in the confirmation pop-up.
79
-
5. In the **Connect your device** step, follow the [next section](#configuring-the-client) to run the client and connect it to the server.
66
+
To connect the board, log in to the platform and follow [onboarding guide]({{ coiote_device_onboarding_link }}).
80
67
81
68
## Configuring the Client
82
69
@@ -117,3 +104,8 @@ To connect the board:
117
104
It can be seen by the following warning: `gps_nrf: GPS was interrupted multiple
118
105
times by the LTE modem when producing a fix`. Anjay is notified by it, enters
119
106
offline mode and reconnects when the first fix is acquired and LTE is enabled back.
107
+
108
+
109
+
## Next steps
110
+
111
+
If you want to develop your own LwM2M-enabled application based on Nordic nRF9151 DK, check [Anjay-zephyr-client](https://github.com/AVSystem/Anjay-zephyr-client) and start prototyping!
0 commit comments