zephyr/samples/net/openthread/ncp
Marek Porwisz 311dd73517 samples: openthread: remove redundant configuration options
Some of the settings are no longer needed in the sample as OpenThread
configuration manages it by itself.

Signed-off-by: Marek Porwisz <marek.porwisz@nordicsemi.no>
2020-06-30 07:48:08 -04:00
..
src net: openthread: Add NCP sample 2020-03-25 08:37:16 +02:00
CMakeLists.txt samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
Kconfig net: openthread: Add NCP sample 2020-03-25 08:37:16 +02:00
overlay-tri-n4m-br.conf net: openthread: Add config for NRF52840 DK OpenThread NCP 2020-06-17 08:57:55 +03:00
overlay-usb-nrf-br.conf net: openthread: Add config for NRF52840 DK OpenThread NCP 2020-06-17 08:57:55 +03:00
prj.conf samples: openthread: remove redundant configuration options 2020-06-30 07:48:08 -04:00
README.rst net: openthread: Add NCP sample 2020-03-25 08:37:16 +02:00
sample.yaml net: openthread: Add NCP sample 2020-03-25 08:37:16 +02:00

.. _ncp-sample:

OpenThread NCP
##############

Overview
********

OpenThread NCP allows building a Thread Border Router. The code in this
sample is only the MCU target part of a complete Thread Border Router.
The Linux tools from https://openthread.io/guides/border-router
(especially wpantund and wpanctl) are required to get a complete Thread
Border Router.

The source code for this sample application can be found at:
:zephyr_file:`samples/net/openthread/ncp`.

Building and Running
********************

Build the OpenThread NCP sample application like this:

.. zephyr-app-commands::
   :zephyr-app: samples/net/openthread/ncp
   :board: <board to use>
   :conf: <config file to use>
   :goals: build
   :compact:

There are configuration files for different boards and setups in the
ncp directory:

- :file:`prj.conf`
  Generic config file, normally you should use this.

- :file:`overlay-tri-n4m-br.conf`
  This is an overlay for the dedicated Thread Border Router hardware
  https://www.tridonic.com/com/en/products/net4more-borderROUTER-PoE-Thread.asp.
  The board support is not part of the Zephyr repositories, but the
  product is based on NXP K64 and AT86RF233. This file can be used as an
  example for a development set-up based on development boards.