Skip to content

Commit

Permalink
Restyled by prettier-markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Jun 9, 2022
1 parent 3f6cf24 commit a8884d9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
13 changes: 7 additions & 6 deletions docs/guides/openthread_border_router_pi.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ released by Google is an open-source implementation of the Thread Border Router.

## Tutorials

Follow the [CodeLab tutorial on openthread.io](https://openthread.io/codelabs/openthread-border-router)
to set up your OpenThread Border Router on a Raspberry Pi 3 or Raspberry Pi 4 device.
Ubuntu and debian hosts are also supported.
The CodeLab uses Nordic Semiconductor's nRF52840 DK as the Border Router RCP
device.
Follow the
[CodeLab tutorial on openthread.io](https://openthread.io/codelabs/openthread-border-router)
to set up your OpenThread Border Router on a Raspberry Pi 3 or Raspberry Pi 4
device. Ubuntu and debian hosts are also supported. The CodeLab uses Nordic
Semiconductor's nRF52840 DK as the Border Router RCP device.

- See [this guide](./openthread_rcp_nrf_dongle.md) for configuring the
nRF52840 Dongle as an RCP device.
- See [this guide](https://www.silabs.com/documents/public/application-notes/an1256-using-sl-rcp-with-openthread-border-router.pdf)
- See
[this guide](https://www.silabs.com/documents/public/application-notes/an1256-using-sl-rcp-with-openthread-border-router.pdf)
for creating Silicon Labs RCP devices.
10 changes: 6 additions & 4 deletions docs/guides/openthread_rcp_nrf_dongle.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ Once programmed, the dongle can be used for

## Requirements

You need to set up the [nRF Connect SDK](https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/index.html)
You need to set up the
[nRF Connect SDK](https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/index.html)
to build and program the OpenThread Radio Co-Processor to the nRF52840 Dongle.
Read the [nRF Connect SDK Getting started](https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/getting_started.html)
Read the
[nRF Connect SDK Getting started](https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/getting_started.html)
documentation for more information.

## Building and programming the RCP firmware onto an nRF52840 Dongle

After you set up the nRF Connect SDK, follow the steps
in the [Configuring a radio co-processor](https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_thread_tools.html#configuring-a-radio-co-processor)
After you set up the nRF Connect SDK, follow the steps in the
[Configuring a radio co-processor](https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_thread_tools.html#configuring-a-radio-co-processor)
section for the nRF52840 Dongle (USB transport).

0 comments on commit a8884d9

Please sign in to comment.