-
Notifications
You must be signed in to change notification settings - Fork 12
/
mkdocs.yml
210 lines (202 loc) · 12.1 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
site_name: IoT Developer Zone
theme:
name: material
custom_dir: overrides
logo: assets/images/logo.svg
favicon: assets/favicon/favicon-32x32.png
features:
- navigation.tabs
- content.code.annotate
- content.code.copy
markdown_extensions:
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.tabbed
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- toc:
permalink: "#"
plugins:
- search
- git-revision-date-localized
- redirects:
redirect_maps:
'IoT_quick_start/Device_onboarding.md': 'Coiote_IoT_DM/Onboarding/connect.md'
'Anjay_integrations/Getting_started.md': 'LwM2M_Client/Getting_started.md'
'Anjay_integrations/RaspberryPi_integration/Implementing_LwM2M_objects_on_RaspberryPi.md': 'Demo_Projects/Implementing_LwM2M_objects_on_RaspberryPi.md'
'Coiote_IoT_DM/Quick_Start/Connect_device_quickstart.md': 'Coiote_IoT_DM/Onboarding/connect.md'
'Coiote_IoT_DM/Quick_Start/Visualize_device_data.md': 'Coiote_IoT_DM/Visualize_data.md'
'Coiote_IoT_DM/User_Interface/Device_onboarding.md': 'Coiote_IoT_DM/Onboarding/connect.md'
'Coiote_IoT_DM/User_Interface/Dashboard.md': 'Coiote_IoT_DM/Visualize_data.md'
'Coiote_IoT_DM/User_Interface/Device_Center.md': 'Coiote_IoT_DM/Device_Center.md'
'Anjay_integrations/RaspberryPi_integration/RaspberryPi-Pico-W.md': 'LwM2M_Client/RaspberryPi/RaspberryPi-Pico-W.md'
'Azure_IoT_Integration_Guide/Configure_integration_templates/Azure_integration_templates.md': 'Cloud_integrations/Azure_IoT/Configure_integration_templates/Azure_integration_templates.md'
- macros:
include_yaml:
- templates/default.yaml
hooks:
- main.py
google_analytics:
- UA-25246208-6
- auto
nav:
- 'Getting Started':
- 'index.md'
- 'quickstart.md'
- Join Discord Community: https://discord.avsystem.com/
- 'LwM2M Client':
- 'LwM2M_Client/Getting_started.md'
- 'Raspberry Pi boards':
- 'LwM2M_Client/RaspberryPi/RaspberryPi-Pico-W.md'
- 'STMicroelectronics':
- 'LwM2M_Client/STMicroelectronics/Building_LwM2M_applications/Building_LwM2M_applications_with_I-CUBE-Anjay.md'
- 'LwM2M_Client/STMicroelectronics/STM32L496G-DISCOBG96.md'
- 'LwM2M_Client/STMicroelectronics/B-L462E-CELL1-TYPE1SC.md'
- 'LwM2M_Client/STMicroelectronics/B-L475E-IOT01A.md'
- 'LwM2M_Client/STMicroelectronics/B-U585I-IOT02A-BG96.md'
- 'LwM2M_Client/STMicroelectronics//Runtime_certificate.md'
- 'Nordic':
- 'LwM2M_Client/Nordic/Thingy91.md'
- 'LwM2M_Client/Nordic/nRF9160DK.md'
- 'LwM2M_Client/Nordic/nRF7002DK.md'
- 'LwM2M_Client/Nordic/Device_Provisioning.md'
- 'LwM2M_Client/Nordic/Runtime_certificate.md'
- 'ESP32':
- 'LwM2M_Client/ESP32/M5Stick.md'
- 'LwM2M_Client/ESP32/M5StickBG96.md'
- 'LwM2M_Client/ESP32/ESP32-DevKitCBG96.md'
- 'OpenThread':
- 'LwM2M_Client/OpenThread/Adding_device.md'
- 'LwM2M_Client/OpenThread/OTBR_with_svetovid.md'
- 'Coiote IoT DM':
- 'Introduction': 'Coiote_IoT_DM/introduction.md'
- 'Cloud integration tutorials':
- 'Data Integration Center':
- InfluxDB: 'Coiote_IoT_DM/Cloud_integrations/Device_Integration_Center/influx.md'
- Datacake: 'Coiote_IoT_DM/Cloud_integrations/Device_Integration_Center/datacake.md'
- GraphQL: 'Coiote_IoT_DM/Cloud_integrations/Device_Integration_Center/graphql.md'
- Slack: 'Coiote_IoT_DM/Cloud_integrations/Device_Integration_Center/slack.md'
- Atlas: 'Coiote_IoT_DM/Cloud_integrations/Device_Integration_Center/atlas.md'
- 'Azure IoT Hub':
- 'Coiote_IoT_DM/Cloud_integrations/Azure_IoT_Hub/Upgrading_firmware.md'
- 'Coiote_IoT_DM/Cloud_integrations/Azure_IoT_Hub/Perform_Read_Write.md'
- 'Coiote_IoT_DM/Cloud_integrations/Azure_IoT_Hub/Perform_Execute.md'
- 'Coiote_IoT_DM/Cloud_integrations/Azure_IoT_Hub/Set_an_Observation.md'
- 'Azure IoT Central':
- 'Coiote_IoT_DM/Cloud_integrations/Azure_IoT_Central/Set_an_Observation.md'
- Video tutorials:
- How to simply onboard and provision IoT devices?: 'Coiote_IoT_DM/Coiote_videos/How_to_simply_onboard_and_provision_IoT_devices.md'
- How to remotely configure IoT devices?: 'Coiote_IoT_DM/Coiote_videos/How_to_remotely_configure_IoT_devices.md'
- How to perform secure Over-the-Air (OTA) updates? (nRF9160 DK): 'Coiote_IoT_DM/Coiote_videos/How_to_perform_secure_Over-the-Air_updates.md'
- How to remotely monitor IoT devices and diagnose issues?: 'Coiote_IoT_DM/Coiote_videos/How_to_remotely_monitor_IoT_devices_and_diagnose_issues.md'
- What types of IoT data are collected and stored in the Coiote?: 'Coiote_IoT_DM/Coiote_videos/What_types_of_IoT_data_are_collected_and_stored_in_the_Coiote.md'
- 'API documentation':
- 'Overview':
- 'Coiote_IoT_DM/API_documentation/Overview/About_Coiote_API.md'
- 'Coiote_IoT_DM/API_documentation/Overview/Getting_access.md'
- 'Coiote_IoT_DM/API_documentation/Overview/Using_the_API.md'
- 'Guides':
- How to make basic onboarding: 'Coiote_IoT_DM/API_documentation/Guides/Basic_onboarding.md'
- How to create a domain and add users: 'Coiote_IoT_DM/API_documentation/Guides/Create_a_domain_and_add_users.md'
- How to make firmware upgrade (FOTA): 'Coiote_IoT_DM/API_documentation/Guides/Make_firmware_upgrade.md'
- How to send data outside the application with event handlers: 'Coiote_IoT_DM/API_documentation/Guides/Send_data_outside_application.md'
- How to use Device monitoring: 'Coiote_IoT_DM/API_documentation/Guides/Use_device_monitoring.md'
- API reference: 'Coiote_IoT_DM/API_documentation/api_reference.md'
- 'Release Notes':
- 2024:
- 'Coiote_IoT_DM/Release_Notes/v2024.5.0.md'
- 'Coiote_IoT_DM/Release_Notes/v2024.4.0.md'
- 'Coiote_IoT_DM/Release_Notes/v2024.3.0.md'
- 'Coiote_IoT_DM/Release_Notes/v2024.2.0.md'
- 'Coiote_IoT_DM/Release_Notes/v2024.1.0.md'
- 2023:
- 'Coiote_IoT_DM/Release_Notes/v2023.34.0.md'
- 'Coiote_IoT_DM/Release_Notes/v2023.33.md'
- 'Coiote_IoT_DM/Release_Notes/v2023.32.md'
- 'Coiote_IoT_DM/Release_Notes/v2023.31.md'
- 'Coiote_IoT_DM/Release_Notes/v2023.30.0.md'
- 'Coiote_IoT_DM/Release_Notes/v2023.29.md'
- 'Coiote_IoT_DM/Release_Notes/v2023.28.md'
- 'Coiote_IoT_DM/Release_Notes/v2023.27.md'
- 'Coiote_IoT_DM/Release_Notes/v2023.26.1.md'
- 'Coiote_IoT_DM/Release_Notes/v2023.25.2.md'
- 'Coiote_IoT_DM/Release_Notes/v2023.24.0.md'
- 'Coiote_IoT_DM/Release_Notes/v2023.22.0.md'
- 'Coiote_IoT_DM/Release_Notes/v2023.19.0.md'
- 'Coiote_IoT_DM/Release_Notes/v2023.17.0.md'
- 'Coiote_IoT_DM/Release_Notes/v2023.16.0.md'
- 'Coiote_IoT_DM/Release_Notes/v2023.15.0.md'
- 'Coiote_IoT_DM/Release_Notes/v2023.14.0.md'
- 'Coiote_IoT_DM/Release_Notes/v2023.12.0.md'
- 'Coiote_IoT_DM/Release_Notes/v2023.11.0.md'
- 'Coiote_IoT_DM/Release_Notes/v2023.10.0.md'
- 'Coiote_IoT_DM/Release_Notes/v2023.9.0.md'
- 'Coiote_IoT_DM/Release_Notes/v2023.7.0.md'
- 'Coiote_IoT_DM/Release_Notes/v2023.6.0.md'
- 'Coiote_IoT_DM/Release_Notes/v2023.5.0.md'
- 'Coiote_IoT_DM/Release_Notes/v2023.4.0.md'
- 'Coiote_IoT_DM/Release_Notes/v2023.3.0.md'
- 2022:
- 'Coiote_IoT_DM/Release_Notes/v2022.27.0.md'
- 'Coiote_IoT_DM/Release_Notes/v2022.26.0.md'
- 'Coiote_IoT_DM/Release_Notes/v2022.25.20.md'
- 'Coiote_IoT_DM/Release_Notes/v2022.24.14.md'
- 'Coiote_IoT_DM/Release_Notes/v2022.23.11.md'
- 'Coiote_IoT_DM/Release_Notes/v2022.22.0.md'
- 'Coiote_IoT_DM/Release_Notes/v2022.21.6.md'
- 'Coiote_IoT_DM/Release_Notes/v2022.20.4.md'
- 'Coiote_IoT_DM/Release_Notes/v2022.19.2.md'
- 'Coiote_IoT_DM/Release_Notes/v2022.18.3.md'
- 'Coiote_IoT_DM/Release_Notes/v2022.17.0.md'
- 'Coiote_IoT_DM/Release_Notes/v2022.16.0.md'
- 'Coiote_IoT_DM/Release_Notes/v2022.13.5.md'
- 'Coiote_IoT_DM/Release_Notes/v2022.9.2.md'
- 'Coiote_IoT_DM/Release_Notes/v2022.8.2.md'
- 'Coiote_IoT_DM/Release_Notes/v2022.7.3.md'
- 'Coiote_IoT_DM/Release_Notes/v2022.5.3.md'
- 'Coiote_IoT_DM/Release_Notes/v2022.3.2.md'
- 2021:
- 'Coiote_IoT_DM/Release_Notes/v2021.24.5.md'
- 'Coiote_IoT_DM/Release_Notes/v2021.23.0.md'
- 'Coiote_IoT_DM/Release_Notes/v2021.22.1.md'
- 'Demo Projects':
- 'Demo_Projects/Tracking_tutorial.md'
- CO2 office sensor: https://www.hackster.io/ferre111/iot-solution-for-co2-measurement-in-the-office-f3b213
- 'Demo_Projects/Edge_Impulse_demo.md'
- 'Demo_Projects/Implementing_LwM2M_objects_on_RaspberryPi.md'
- 'Demo_Projects/Air_quality_monitoring_tutorial.md'
- 'LwM2M Academy':
- 'Welcome': 'academy/index.md'
- Module 1 - Introduction to LwM2M:
- Theory Module 1: 'academy/module1.md'
- Exercise 1 - Connect the RPI to a LwM2M Server: 'academy/exercise1.md'
- Module 2 - Getting started:
- Theory Module 2: 'academy/module2.md'
- Exercise 2A - Analyze Mandatory Objects: 'academy/exercise2a.md'
- Exercise 2B - Pre-Shared Key: 'academy/exercise2b.md'
- Module 3 - Building applications:
- Theory Module 3: 'academy/module3.md'
- Exercise 3A - Implement Time Object: 'academy/exercise3a.md'
- Exercise 3B - Implement Temperature Object: 'academy/exercise3b.md'
- Module 4 - Device management:
- Theory Module 4: 'academy/module4.md'
- Exercise 4A - Read & Observe: 'academy/exercise4a.md'
- Exercise 4B - LwM2M Send: 'academy/exercise4b.md'
- Module 5 - Firmware updates:
- Theory Module 5: 'academy/module5.md'
- Exercise 5 - Implement Firmware Update: 'academy/exercise5.md'
- Graduation Project: 'academy/gradproject.md'
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/extra.js
extra:
analytics:
provider: google
property: G-XXXXXXXXXX