-
Notifications
You must be signed in to change notification settings - Fork 84
/
mkdocs.yml
311 lines (303 loc) · 11.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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
# Copyright (c) 2016-2023 Makerdiary
#
# SPDX-License-Identifier: Apache-2.0
# Project information
site_name: nRF52840 MDK USB Dongle
site_url: https://wiki.makerdiary.com/nrf52840-mdk-usb-dongle
site_author: makerdiary
site_description: >-
The documentation offers all you need to start developing with nRF52840 MDK USB Dongle.
# Repository
repo_name: makerdiary/nrf52840-mdk-usb-dongle
repo_url: https://github.com/makerdiary/nrf52840-mdk-usb-dongle
edit_uri: ""
#edit_uri: edit/main/docs
# Copyright
copyright: 'Copyright © 2016-2023 <a href="https://makerdiary.com" target="_blank">makerdiary</a>'
# Configuration
theme:
name: material
custom_dir: docs/.overrides
features:
# - announce.dismiss
- content.code.annotate
- content.code.copy
# - content.tabs.link
- content.tooltips
# - header.autohide
# - navigation.expand
- navigation.indexes
- navigation.instant
- navigation.prune
# - navigation.sections
- navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.tracking
- navigation.footer
- search.highlight
- search.share
- search.suggest
- toc.follow
# - toc.integrate
palette:
- scheme: default
primary: custom
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: custom
toggle:
icon: material/weather-sunny
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
favicon: assets/favicon.png
icon:
logo: logo
# Announcement bar
announcement: ""
# Home page
home:
hero:
title: A small, low-cost USB Dongle designed with nRF52840
description: >-
nRF52840 MDK USB Dongle is a small, low-cost USB Dongle that supports Bluetooth 5.4,
Bluetooth mesh, Thread, Zigbee, 802.15.4, ANT and 2.4 GHz proprietary protocols.
It's shipped with the UF2 Bootloader, supports Bluetooth LE/802.15.4 packet sniffer
with Wireshark, and has PCBA and w/Case options to meet various scenarios.
image: assets/images/nrf52840dongle-hero.png
button_primary:
label: Quick Start
link: getting-started
button_secondary:
label: Buy Now
link: purchase
multicolumn:
id: everything-you-would-expect
heading: Everything you would expect
columns:
- icon: nordic-chip
title: Designed with nRF52840
description: >-
Designed with the nRF52840 SoC with a rich set of peripherals and features, supporting Bluetooth 5.4,
Bluetooth mesh, Thread, Zigbee, 802.15.4, ANT and 2.4 GHz proprietary protocols.
- icon: uf2-icon
title: Built-in UF2 Bootloader
description: >-
Shipped with UF2 Bootloader that allows you to flash your firmware by just dragging and dropping
.uf2 file onto the flash drive without using an external programmer.
- icon: usb-dongle
title: PCBA & w/Case available
description: >-
PCBA and w/Case options are available to meet various scenarios. The PCBA is cost-effective for development
and the w/Case option provides protection and ease of use for production.
- icon: material/cast-connected
title: Sniffer with Wireshark
description: >-
Support Bluetooth LE/802.15.4 packet sniffer with Wireshark, which can help the developer to identify and
fix issues by allowing a view of what is happening on-air.
- icon: material/link-box-variant
title: Built on Open Source
description: >-
Supported by many popular open-source projects, like Nordic Semi's nRF Connect SDK, Zephyr RTOS,
OpenSK FIDO2 Authenticator, MicroPython, CircuitPython, TinyGo and much more.
- icon: material/file-document-check
title: Well documented
description: >-
We offer an extensive set of documentation such as getting started and developer guides that can help you save
big by reducing development effort and build your prototypes in a very short time.
news:
id: what-is-new
heading: What's new
viewall: blog
posts:
- title: Introducing nRF Connect SDK
excerpt: >-
nRF Connect SDK is a scalable and unified software development kit for building products based on
Nordic Semiconductor's wireless devices.
cover: blog/introducing-nrf-connect-sdk/cover.png
url: blog/introducing-nrf-connect-sdk
date: 2023-08-09
readtime: 6
- title: Building your own OpenSK firmware
excerpt: >-
This guide demonstrates how to build your own OpenSK firmware using GitHub Codespaces. This way will
simplify the complex development environment and get the firmware quickly.
cover: blog/building-your-own-opensk-firmware/cover.png
url: blog/building-your-own-opensk-firmware
date: 2023-08-08
readtime: 4
- title: Documentation Updated
excerpt: >-
We are excited to announce that Documentation v2.0.0 is now available! There are many updates in this
version that we hope you'll like, such as nRF Connect SDK support.
cover: blog/documentation-updated/cover.png
url: blog/documentation-updated
date: 2023-08-07
readtime: 3
# Plugins
plugins:
- search
- blog:
blog_dir: blog
post_date_format: medium
pagination_per_page: 6
pagination_keep_content: true
post_url_format: "{slug}"
post_readtime_words_per_minute: 128
categories: false
archive: false
# - git-revision-date-localized
- minify:
minify_html: true
- redirects:
redirect_maps:
'nrf5-sdk.md': 'guides/ncs/index.md'
'OTBR.md': 'guides/ncs/samples/thread/coprocessor.md'
'opensk/index.md': 'guides/opensk/index.md'
'thread-sniffer.md': 'guides/nrf802154-sniffer/index.md'
'how-to-buy.md': 'purchase.md'
# TODO: Support Chinese
# - i18n:
# default_language: en
# languages:
# en: English
# zh: 简体中文
# Customization
extra:
generator: false
analytics:
provider: google
property: !ENV GOOGLE_ANALYTICS_KEY
social:
- icon: fontawesome/brands/shopify
link: https://makerdiary.com
- icon: fontawesome/brands/github
link: https://github.com/makerdiary
- icon: fontawesome/brands/twitter
link: https://twitter.com/makerdiary
- icon: fontawesome/brands/discourse
link: https://community.makerdiary.com
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@makerdiary
- icon: fontawesome/solid/blog
link: https://blog.makerdiary.com
- icon: fontawesome/brands/medium
link: https://medium.com/makerdiary
- icon: fontawesome/solid/envelope
link: mailto:[email protected]
extra_css:
- assets/stylesheets/extra.css
# Extensions
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:materialx.emoji.twemoji
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: makerdiary
repo: nrf52840-mdk-usb-dongle
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
# Page tree
nav:
- Home: index.md
- Product:
- Introduction: introduction.md
- Hardware description: hardware.md
- Purchase: purchase.md
- Revision history: revision-history.md
- License: LICENSE.md
- Getting Started:
- Quick Start Guide: getting-started.md
- Programming:
- programming/index.md
- Using UF2 Bootloader: programming/uf2boot.md
- Using DAPLink Firmware: programming/daplink.md
- Using Pitaya-Link Debug Probe: programming/pitaya-link.md
- Resources: resources.md
- Contributing: CONTRIBUTING.md
- Developer Guides:
- nRF Connect SDK:
- guides/ncs/index.md
- Setting up the environment: guides/ncs/setup.md
- Building and running the first sample: guides/ncs/building.md
- Samples:
- Hello World: guides/ncs/samples/hello_world.md
- Blinky: guides/ncs/samples/blinky.md
- Button: guides/ncs/samples/button.md
- ADC: guides/ncs/samples/adc.md
- USB Device:
- USB HID Mouse: guides/ncs/samples/usb/hid_mouse.md
- USB Mass Storage: guides/ncs/samples/usb/mass.md
- NFC:
- Launch App: guides/ncs/samples/nfc/launch_app.md
- Text record: guides/ncs/samples/nfc/text_record.md
- URI record: guides/ncs/samples/nfc/uri_record.md
- Writable NDEF message: guides/ncs/samples/nfc/writable_ndef_msg.md
- Bluetooth Low Energy:
- Beacon: guides/ncs/samples/ble/beacon.md
- Observer: guides/ncs/samples/ble/observer.md
- Peripheral: guides/ncs/samples/ble/peripheral.md
- Peripheral LBS: guides/ncs/samples/ble/peripheral_lbs.md
- Peripheral HIDS keyboard: guides/ncs/samples/ble/peripheral_hids_keyboard.md
- Peripheral HIDS mouse: guides/ncs/samples/ble/peripheral_hids_mouse.md
- NUS shell transport: guides/ncs/samples/ble/shell_bt_nus.md
- Thread:
- CLI: guides/ncs/samples/thread/cli.md
- CoAP: guides/ncs/samples/thread/coap.md
- Co-processor: guides/ncs/samples/thread/coprocessor.md
- Zigbee:
- Lighting: guides/ncs/samples/zigbee/lighting.md
- NCP: guides/ncs/samples/zigbee/ncp.md
- Shell: guides/ncs/samples/zigbee/shell.md
- nRF Sniffer for Bluetooth LE:
- guides/ble-sniffer/index.md
- Installation: guides/ble-sniffer/installation.md
- Running the nRF Sniffer: guides/ble-sniffer/running-sniffer.md
- nRF Sniffer usage: guides/ble-sniffer/usage.md
- Common sniffing actions: guides/ble-sniffer/actions.md
- nRF Sniffer for 802.15.4:
- guides/nrf802154-sniffer/index.md
- Installation: guides/nrf802154-sniffer/installation.md
- Configuring Wireshark: guides/nrf802154-sniffer/configuring.md
- Capturing data with the nRF Sniffer: guides/nrf802154-sniffer/capturing.md
- Inspecting captured data: guides/nrf802154-sniffer/inspecting-data.md
- OpenSK FIDO2 Authenticator:
- guides/opensk/index.md
- Getting Started: guides/opensk/getting-started.md
- Building OpenSK Firmware: guides/opensk/building.md
- Blog:
- blog/index.md
- Discussions: https://github.com/makerdiary/nrf52840-mdk-usb-dongle/discussions