Skip to content

Commit 289950f

Browse files
author
committed
Update documentation
1 parent 6421f31 commit 289950f

27 files changed

Lines changed: 195 additions & 387 deletions

File tree

docs/LwM2M_Client/ESP32/ESP32-DevKitCBG96/index.html

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -808,6 +808,13 @@ <h5 class="topLinePageInfo__text">
808808
Step 4: Flash ESP32-DevKitC
809809
</a>
810810

811+
</li>
812+
813+
<li class="md-nav__item">
814+
<a href="#next-steps" class="md-nav__link">
815+
Next steps
816+
</a>
817+
811818
</li>
812819

813820
</ul>
@@ -2764,6 +2771,13 @@ <h5 class="topLinePageInfo__text">
27642771
Step 4: Flash ESP32-DevKitC
27652772
</a>
27662773

2774+
</li>
2775+
2776+
<li class="md-nav__item">
2777+
<a href="#next-steps" class="md-nav__link">
2778+
Next steps
2779+
</a>
2780+
27672781
</li>
27682782

27692783
</ul>
@@ -2826,27 +2840,13 @@ <h2 id="step-2-connect-bg96-module-to-a-esp32-devkitc">Step 2: Connect BG96 modu
28262840
</ol>
28272841
<h2 id="step-3-add-device-to-coiote-iot-dm">Step 3: Add device to Coiote IoT DM<a class="headerlink" href="#step-3-add-device-to-coiote-iot-dm" title="Permanent link">#</a></h2>
28282842
<p>To connect your ESP32-DevKitC to the Coiote IoT Device Management platform, use your access to a Coiote IoT DM installation, or register at https://eu.iot.avsystem.cloud/ to get access.</p>
2829-
<p>To connect the board:</p>
2830-
<ol>
2831-
<li>Log in to Coiote IoT DM and from the left side menu, select <strong>Device Inventory</strong>.</li>
2832-
<li>In <strong>Device Inventory</strong>, click <strong>Add device</strong>.</li>
2833-
<li>Select the <strong>Connect your LwM2M device directly via the Management server</strong> tile.
2834-
<img alt="Add via Mgmt" src="../images/mgmt_tile.png" title="Add via Mgmt" /></li>
2835-
<li>In the <strong>Device credentials</strong> step:<ul>
2836-
<li>In the <strong>Device ID</strong> field, type the endpoint name provided in the IDF menuconfig <strong>Client options</strong>, e.g. <code>ESP32_test</code>.</li>
2837-
<li>In the <strong>Security mode</strong> section, select the <strong>PSK</strong> mode.</li>
2838-
<li>In the <strong>Key identity</strong> field, type the identity provided in the IDF menuconfig <strong>Client options</strong>, e.g. <code>ESP32_test</code>.</li>
2839-
<li>In the <strong>Key</strong> field, type the <code>psk</code> key provided in the IDF menuconfig <strong>Client options</strong>.
2840-
<img alt="Device credentials step" src="../images/add_mgmt_quick.png" title="Device credentials step" /></li>
2841-
</ul>
2842-
</li>
2843-
<li>Click the <strong>Add device</strong> button and <strong>Confirm</strong> in the confirmation pop-up.</li>
2844-
<li>In the <strong>Connect your device</strong> step, the server is waiting for the board to connect. You can now start connecting the device.</li>
2845-
</ol>
2843+
<p>To connect the board, log in to the platform and follow <a href="https://eu.iot.avsystem.cloud/doc/user/getting-started/onboard-your-first-device/">onboarding guide</a>.</p>
28462844
<h2 id="step-4-flash-esp32-devkitc">Step 4: Flash ESP32-DevKitC<a class="headerlink" href="#step-4-flash-esp32-devkitc" title="Permanent link">#</a></h2>
28472845
<ol>
28482846
<li>Open the command line interface, go to your project directory, and run <code>idf.py flash monitor</code>.</li>
28492847
</ol>
2848+
<h2 id="next-steps">Next steps<a class="headerlink" href="#next-steps" title="Permanent link">#</a></h2>
2849+
<p>If you want to develop your own LwM2M-enabled application based on ESP32, check <a href="https://github.com/AVSystem/Anjay-esp32-client">Anjay-esp32-client</a> and start prototyping!</p>
28502850

28512851
<!-- Link to previous and/or next page -->
28522852

docs/LwM2M_Client/ESP32/M5Stick/index.html

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -818,6 +818,13 @@ <h5 class="topLinePageInfo__text">
818818
</ul>
819819
</nav>
820820

821+
</li>
822+
823+
<li class="md-nav__item">
824+
<a href="#next-steps" class="md-nav__link">
825+
Next steps
826+
</a>
827+
821828
</li>
822829

823830
</ul>
@@ -2832,6 +2839,13 @@ <h5 class="topLinePageInfo__text">
28322839
</ul>
28332840
</nav>
28342841

2842+
</li>
2843+
2844+
<li class="md-nav__item">
2845+
<a href="#next-steps" class="md-nav__link">
2846+
Next steps
2847+
</a>
2848+
28352849
</li>
28362850

28372851
</ul>
@@ -2915,23 +2929,7 @@ <h2 id="step-2-configure-the-client-using-an-nvs-partition">Step 2: Configure th
29152929
<p><img alt="Client configuration" src="../images/nvs_config.png" style="float: left;margin-right: 1177px;margin-top: 17px;" title="Client configuration" /></p>
29162930
<h2 id="step-3-add-device-to-coiote-iot-dm">Step 3: Add device to Coiote IoT DM<a class="headerlink" href="#step-3-add-device-to-coiote-iot-dm" title="Permanent link">#</a></h2>
29172931
<p>To connect your M5StickC to the Coiote IoT Device Management platform, use your access to a Coiote IoT DM installation, or register at https://eu.iot.avsystem.cloud/ to get access.</p>
2918-
<p>To connect the board:</p>
2919-
<ol>
2920-
<li>Log in to Coiote IoT DM and from the left side menu, select <strong>Device Inventory</strong>.</li>
2921-
<li>In <strong>Device Inventory</strong>, click <strong>Add device</strong>.</li>
2922-
<li>Select the <strong>Connect your LwM2M device directly via the Management server</strong> tile.
2923-
<img alt="Add via Mgmt" src="../images/mgmt_tile.png" title="Add via Mgmt" /></li>
2924-
<li>In the <strong>Device credentials</strong> step:<ul>
2925-
<li>In the <strong>Device ID</strong> field, type the endpoint name provided in the <code>nvs_config.csv</code>, e.g. <code>ESP32_test</code>.</li>
2926-
<li>In the <strong>Security mode</strong> section, select the <strong>PSK</strong> mode.</li>
2927-
<li>In the <strong>Key identity</strong> field, type the name provided in the <code>nvs_config.csv</code>, e.g. <code>ESP32_test</code>.</li>
2928-
<li>In the <strong>Key</strong> field, type the <code>psk</code> key provided in the <code>nvs_config.csv</code>.
2929-
<img alt="Device credentials step" src="../images/add_mgmt_quick.png" title="Device credentials step" /></li>
2930-
</ul>
2931-
</li>
2932-
<li>Click the <strong>Add device</strong> button and <strong>Confirm</strong> in the confirmation pop-up.</li>
2933-
<li>In the <strong>Connect your device</strong> step, the server is waiting for the board to connect. You can now start connecting the device.</li>
2934-
</ol>
2932+
<p>To connect the board, log in to the platform and follow <a href="https://eu.iot.avsystem.cloud/doc/user/getting-started/onboard-your-first-device/">onboarding guide</a>.</p>
29352933
<h2 id="step-4-flash-the-board-and-run-device">Step 4: Flash the board and run device<a class="headerlink" href="#step-4-flash-the-board-and-run-device" title="Permanent link">#</a></h2>
29362934
<p>Connect the M5Stick board to a USB port of your machine and open ESP-IDF command line application.</p>
29372935
<p>Use pre-built binaries to flash the board and provide credentials by flashing the NVS partition binary.</p>
@@ -3037,6 +3035,8 @@ <h3 id="schedule-upgrade-in-coiote-iot-dm">Schedule upgrade in Coiote IoT DM<a c
30373035
<img alt="Current firware" src="../images/current_firmware.png" title="Current firware" /></p>
30383036
</li>
30393037
</ol>
3038+
<h2 id="next-steps">Next steps<a class="headerlink" href="#next-steps" title="Permanent link">#</a></h2>
3039+
<p>If you want to develop your own LwM2M-enabled application based on M5Stick, check <a href="https://github.com/AVSystem/Anjay-esp32-client">Anjay-esp32-client</a> and start prototyping!</p>
30403040

30413041
<!-- Link to previous and/or next page -->
30423042

docs/LwM2M_Client/ESP32/M5StickBG96/index.html

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,13 @@ <h5 class="topLinePageInfo__text">
796796
Step 4: Flash M5StickC
797797
</a>
798798

799+
</li>
800+
801+
<li class="md-nav__item">
802+
<a href="#next-steps" class="md-nav__link">
803+
Next steps
804+
</a>
805+
799806
</li>
800807

801808
</ul>
@@ -2764,6 +2771,13 @@ <h5 class="topLinePageInfo__text">
27642771
Step 4: Flash M5StickC
27652772
</a>
27662773

2774+
</li>
2775+
2776+
<li class="md-nav__item">
2777+
<a href="#next-steps" class="md-nav__link">
2778+
Next steps
2779+
</a>
2780+
27672781
</li>
27682782

27692783
</ul>
@@ -2830,28 +2844,14 @@ <h2 id="step-2-connect-bg96-module-to-a-m5stickc">Step 2: Connect BG96 module to
28302844
</ul>
28312845
<h2 id="step-3-add-device-to-coiote-iot-dm">Step 3: Add device to Coiote IoT DM<a class="headerlink" href="#step-3-add-device-to-coiote-iot-dm" title="Permanent link">#</a></h2>
28322846
<p>To connect your M5StickC to the Coiote IoT Device Management platform, use your access to a Coiote IoT DM installation, or register at https://eu.iot.avsystem.cloud/ to get access.</p>
2833-
<p>To connect the board:</p>
2834-
<ol>
2835-
<li>Log in to Coiote IoT DM and from the left side menu, select <strong>Device Inventory</strong>.</li>
2836-
<li>In <strong>Device Inventory</strong>, click <strong>Add device</strong>.</li>
2837-
<li>Select the <strong>Connect your LwM2M device directly via the Management server</strong> tile.
2838-
<img alt="Add via Mgmt" src="../images/mgmt_tile.png" title="Add via Mgmt" /></li>
2839-
<li>In the <strong>Device credentials</strong> step:<ul>
2840-
<li>In the <strong>Device ID</strong> field, type the endpoint name provided in the IDF menuconfig <strong>Client options</strong>, e.g. <code>ESP32BG96</code>.</li>
2841-
<li>In the <strong>Security mode</strong> section, select the <strong>PSK</strong> mode.</li>
2842-
<li>In the <strong>Key identity</strong> field, type the identity provided in the IDF menuconfig <strong>Client options</strong>, e.g. <code>ESP32BG96</code>.</li>
2843-
<li>In the <strong>Key</strong> field, type the <code>psk</code> key provided in the IDF menuconfig <strong>Client options</strong>.
2844-
<img alt="Device credentials step" src="../images/add_mgmt_quick.png" title="Device credentials step" /></li>
2845-
</ul>
2846-
</li>
2847-
<li>Click the <strong>Add device</strong> button and <strong>Confirm</strong> in the confirmation pop-up.</li>
2848-
<li>In the <strong>Connect your device</strong> step, the server is waiting for the board to connect. You can now start connecting the device.</li>
2849-
</ol>
2847+
<p>To connect the board, log in to the platform and follow <a href="https://eu.iot.avsystem.cloud/doc/user/getting-started/onboard-your-first-device/">onboarding guide</a>.</p>
28502848
<h2 id="step-4-flash-m5stickc">Step 4: Flash M5StickC<a class="headerlink" href="#step-4-flash-m5stickc" title="Permanent link">#</a></h2>
28512849
<ol>
28522850
<li>Connect the M5Stick board to a USB port of your machine.</li>
28532851
<li>Open the command line interface, go to your project directory, and run <code>idf.py -b 750000 flash monitor</code>.</li>
28542852
</ol>
2853+
<h2 id="next-steps">Next steps<a class="headerlink" href="#next-steps" title="Permanent link">#</a></h2>
2854+
<p>If you want to develop your own LwM2M-enabled application based on M5Stick, check <a href="https://github.com/AVSystem/Anjay-esp32-client">Anjay-esp32-client</a> and start prototyping!</p>
28552855

28562856
<!-- Link to previous and/or next page -->
28572857

-60.5 KB
Binary file not shown.
-29.2 KB
Binary file not shown.

docs/LwM2M_Client/Nordic/Thingy91/index.html

Lines changed: 17 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -738,6 +738,13 @@ <h5 class="topLinePageInfo__text">
738738
Next Steps
739739
</a>
740740

741+
</li>
742+
743+
<li class="md-nav__item">
744+
<a href="#next-steps_1" class="md-nav__link">
745+
Next steps
746+
</a>
747+
741748
</li>
742749

743750
</ul>
@@ -2872,6 +2879,13 @@ <h5 class="topLinePageInfo__text">
28722879
Next Steps
28732880
</a>
28742881

2882+
</li>
2883+
2884+
<li class="md-nav__item">
2885+
<a href="#next-steps_1" class="md-nav__link">
2886+
Next steps
2887+
</a>
2888+
28752889
</li>
28762890

28772891
</ul>
@@ -2970,35 +2984,7 @@ <h2 id="flash-the-binaries">Flash the binaries<a class="headerlink" href="#flash
29702984
<p>After successful flashing, reboot the board and go to the next step.</p>
29712985
<h2 id="connect-to-the-lwm2m-server">Connect to the LwM2M Server<a class="headerlink" href="#connect-to-the-lwm2m-server" title="Permanent link">#</a></h2>
29722986
<p>To connect to Coiote IoT Device Management platform, please register at <a href="https://eu.iot.avsystem.cloud/">https://eu.iot.avsystem.cloud</a>.</p>
2973-
<p>To connect the board:</p>
2974-
<ol>
2975-
<li>Log in to Coiote IoT DM and from the left side menu, select <strong>Device Inventory</strong>.</li>
2976-
<li>In <strong>Device Inventory</strong>, click <strong>Add device</strong>.</li>
2977-
<li>Select the <strong>Connect your LwM2M device directly via the Management server</strong> tile.
2978-
<img alt="Add via Mgmt" src="../images/mgmt_tile.png" title="Add via Mgmt" /></li>
2979-
<li>
2980-
<p>In the <strong>Device credentials</strong> step:</p>
2981-
<ul>
2982-
<li>In the <strong>Endpoint name</strong> field, enter your board endpoint name e.g. <code>test_device</code> (remember to set the same name in the <a href="#configure-the-client">next section</a>).
2983-
<img alt="Device credentials step" src="../images/add_mgmt_quick.png" title="Device credentials step" /></li>
2984-
<li>In the <strong>Security mode</strong> section, select the <strong>Pre-Shared Key</strong> mode:<ul>
2985-
<li>In the <strong>Key identity</strong> field, type the same name as in the <code>Endpoint name</code> field.</li>
2986-
<li>
2987-
<p>In the <strong>Key</strong> field, type a shared secret used for the device-server authentication.</p>
2988-
<div class="admonition note">
2989-
<p class="admonition-title">Note</p>
2990-
<p>This is your password which you create yourself, you will need it in the next steps.</p>
2991-
</div>
2992-
</li>
2993-
</ul>
2994-
</li>
2995-
</ul>
2996-
</li>
2997-
<li>
2998-
<p>Click the <strong>Add device</strong> button and <strong>Confirm</strong> in the confirmation pop-up.</p>
2999-
</li>
3000-
<li>While in the <strong>Connect your device</strong> step, follow the <a href="#configure-the-client">next section</a> to run the client and connect it to the server.</li>
3001-
</ol>
2987+
<p>To connect the board, log in to the platform and follow <a href="https://eu.iot.avsystem.cloud/doc/user/getting-started/onboard-your-first-device/">onboarding guide</a>.</p>
30022988
<h2 id="configure-the-client">Configure the Client<a class="headerlink" href="#configure-the-client" title="Permanent link">#</a></h2>
30032989
<ol>
30042990
<li>
@@ -3065,6 +3051,8 @@ <h2 id="next-steps">Next Steps<a class="headerlink" href="#next-steps" title="Pe
30653051
times by the LTE modem when producing a fix</code>. Anjay is notified by it, enters
30663052
offline mode and reconnects when the first fix is acquired and LTE is enabled back.</p>
30673053
</div>
3054+
<h2 id="next-steps_1">Next steps<a class="headerlink" href="#next-steps_1" title="Permanent link">#</a></h2>
3055+
<p>If you want to develop your own LwM2M-enabled application based on Nordic Thingy:91, check <a href="https://github.com/AVSystem/Anjay-zephyr-client">Anjay-zephyr-client</a> and start prototyping!</p>
30683056

30693057
<!-- Link to previous and/or next page -->
30703058

-51.5 KB
Binary file not shown.
-29.2 KB
Binary file not shown.

docs/LwM2M_Client/Nordic/nRF7002DK/index.html

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,13 @@ <h5 class="topLinePageInfo__text">
760760
Configuring the Client
761761
</a>
762762

763+
</li>
764+
765+
<li class="md-nav__item">
766+
<a href="#next-steps" class="md-nav__link">
767+
Next steps
768+
</a>
769+
763770
</li>
764771

765772
</ul>
@@ -2844,6 +2851,13 @@ <h5 class="topLinePageInfo__text">
28442851
Configuring the Client
28452852
</a>
28462853

2854+
</li>
2855+
2856+
<li class="md-nav__item">
2857+
<a href="#next-steps" class="md-nav__link">
2858+
Next steps
2859+
</a>
2860+
28472861
</li>
28482862

28492863
</ul>
@@ -2914,27 +2928,7 @@ <h4 id="part-3-compiling-the-example">Part 3: Compiling the example<a class="hea
29142928
</ol>
29152929
<h2 id="connect-to-the-lwm2m-server">Connect to the LwM2M Server<a class="headerlink" href="#connect-to-the-lwm2m-server" title="Permanent link">#</a></h2>
29162930
<p>To connect to Coiote IoT Device Management platform, please register at <a href="https://eu.iot.avsystem.cloud">https://eu.iot.avsystem.cloud</a>.</p>
2917-
<p>To connect the board:</p>
2918-
<ol>
2919-
<li>Log in to Coiote IoT DM and from the left side menu, select <strong>Device Inventory</strong>.</li>
2920-
<li>In <strong>Device Inventory</strong>, click <strong>Add device</strong>.</li>
2921-
<li>Select the <strong>Connect your LwM2M device directly via the Management server</strong> tile.
2922-
<img alt="Add via Mgmt" src="../images/mgmt_tile.png" title="Add via Mgmt" /><ol>
2923-
<li>In the <strong>Device credentials</strong> step:<ul>
2924-
<li>In the <strong>Device ID</strong> enter your board endpoint name, e.g. <code>test_device</code>.
2925-
<img alt="Device credentials step" src="../images/add_mgmt_quick.png" title="Device credentials step" /></li>
2926-
<li>In the <strong>Security mode</strong> section, select the <strong>PSK (Pre-Shared Key)</strong> mode:<ul>
2927-
<li>In the <strong>Key identity</strong> field, type the same name as in the <code>Endpoint name</code> field</li>
2928-
<li>In the <strong>Key</strong> field, type the shared secret used in the device-server authentication.</li>
2929-
</ul>
2930-
</li>
2931-
</ul>
2932-
</li>
2933-
<li>Click the <strong>Add device</strong> button and <strong>Confirm</strong> in the confirmation pop-up.</li>
2934-
<li>In the <strong>Connect your device</strong> step, follow the <a href="#configuring-the-client">next section</a> to run the client and connect it to the server.</li>
2935-
</ol>
2936-
</li>
2937-
</ol>
2931+
<p>To connect the board, log in to the platform and follow <a href="https://eu.iot.avsystem.cloud/doc/user/getting-started/onboard-your-first-device/">onboarding guide</a>.</p>
29382932
<h2 id="configuring-the-client">Configuring the Client<a class="headerlink" href="#configuring-the-client" title="Permanent link">#</a></h2>
29392933
<ol>
29402934
<li>With the board still connected to a serial port interface, open a serial communication program.</li>
@@ -2972,6 +2966,8 @@ <h2 id="configuring-the-client">Configuring the Client<a class="headerlink" href
29722966
</li>
29732967
<li>Go to Coiote IoT DM to check if your device is connected. Click <strong>Next</strong>, then <strong>Go to Summary</strong>, then <strong>Finish</strong>. You should see your device registered.</li>
29742968
</ol>
2969+
<h2 id="next-steps">Next steps<a class="headerlink" href="#next-steps" title="Permanent link">#</a></h2>
2970+
<p>If you want to develop your own LwM2M-enabled application based on Nordic nRF7002 DK, check <a href="https://github.com/AVSystem/Anjay-zephyr-client">Anjay-zephyr-client</a> and start prototyping!</p>
29752971

29762972
<!-- Link to previous and/or next page -->
29772973

docs/LwM2M_Client/Nordic/nRF9151DK/index.html

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -736,6 +736,13 @@ <h5 class="topLinePageInfo__text">
736736
Configuring the Client
737737
</a>
738738

739+
</li>
740+
741+
<li class="md-nav__item">
742+
<a href="#next-steps" class="md-nav__link">
743+
Next steps
744+
</a>
745+
739746
</li>
740747

741748
</ul>
@@ -2844,6 +2851,13 @@ <h5 class="topLinePageInfo__text">
28442851
Configuring the Client
28452852
</a>
28462853

2854+
</li>
2855+
2856+
<li class="md-nav__item">
2857+
<a href="#next-steps" class="md-nav__link">
2858+
Next steps
2859+
</a>
2860+
28472861
</li>
28482862

28492863
</ul>
@@ -2919,27 +2933,7 @@ <h4 id="part-3-compiling-the-example">Part 3: Compiling the example<a class="hea
29192933
</ol>
29202934
<h2 id="connect-to-the-lwm2m-server">Connect to the LwM2M Server<a class="headerlink" href="#connect-to-the-lwm2m-server" title="Permanent link">#</a></h2>
29212935
<p>To connect to Coiote IoT Device Management platform, please register at <a href="https://eu.iot.avsystem.cloud">https://eu.iot.avsystem.cloud</a>.</p>
2922-
<p>To connect the board:</p>
2923-
<ol>
2924-
<li>Log in to Coiote IoT DM and from the left side menu, select <strong>Device Inventory</strong>.</li>
2925-
<li>In <strong>Device Inventory</strong>, click <strong>Add device</strong>.</li>
2926-
<li>Select the <strong>Connect your LwM2M device directly via the Management server</strong> tile.
2927-
<img alt="Add via Mgmt" src="../images/mgmt_tile.png" title="Add via Mgmt" /><ol>
2928-
<li>In the <strong>Device credentials</strong> step:<ul>
2929-
<li>In the <strong>Device ID</strong> enter your board endpoint name, e.g. <code>test_device</code>.
2930-
<img alt="Device credentials step" src="../images/add_mgmt_quick.png" title="Device credentials step" /></li>
2931-
<li>In the <strong>Security mode</strong> section, select the <strong>PSK (Pre-Shared Key)</strong> mode:<ul>
2932-
<li>In the <strong>Key identity</strong> field, type the same name as in the <code>Endpoint name</code> field</li>
2933-
<li>In the <strong>Key</strong> field, type the shared secret used in the device-server authentication.</li>
2934-
</ul>
2935-
</li>
2936-
</ul>
2937-
</li>
2938-
<li>Click the <strong>Add device</strong> button and <strong>Confirm</strong> in the confirmation pop-up.</li>
2939-
<li>In the <strong>Connect your device</strong> step, follow the <a href="#configuring-the-client">next section</a> to run the client and connect it to the server.</li>
2940-
</ol>
2941-
</li>
2942-
</ol>
2936+
<p>To connect the board, log in to the platform and follow <a href="https://eu.iot.avsystem.cloud/doc/user/getting-started/onboard-your-first-device/">onboarding guide</a>.</p>
29432937
<h2 id="configuring-the-client">Configuring the Client<a class="headerlink" href="#configuring-the-client" title="Permanent link">#</a></h2>
29442938
<ol>
29452939
<li>With the board still connected to a serial port interface, open a serial communication program.</li>
@@ -2983,6 +2977,8 @@ <h2 id="configuring-the-client">Configuring the Client<a class="headerlink" href
29832977
times by the LTE modem when producing a fix</code>. Anjay is notified by it, enters
29842978
offline mode and reconnects when the first fix is acquired and LTE is enabled back.</p>
29852979
</div>
2980+
<h2 id="next-steps">Next steps<a class="headerlink" href="#next-steps" title="Permanent link">#</a></h2>
2981+
<p>If you want to develop your own LwM2M-enabled application based on Nordic nRF9151 DK, check <a href="https://github.com/AVSystem/Anjay-zephyr-client">Anjay-zephyr-client</a> and start prototyping!</p>
29862982

29872983
<!-- Link to previous and/or next page -->
29882984

0 commit comments

Comments
 (0)