Skip to content

WoutervanHoof/ot-nrf528xx

 
 

Repository files navigation

Build


This repository is a fork of the openthread example repository for the nrf528xx. Its main purpose is to allow easy compilation of the example ot-cli or ot-rcp projects for the nrf52833 and nrf52840 with my fork of openthread which allows to include a MUD URL with each device. This URL gets included in the MLE parent request as was the proposal of MUDThread.

Build

To enable the MUD functionality, call the build script with the following two additional cmake option flags.

./script/build nrf52833 USB_trans -DOT_MUDTHREAD=ON -DOT_MUD_URL="https://mud.url./mud"
./script/build nrf52840 USB_trans -DOT_MUDTHREAD=ON -DOT_MUD_URL="https://mud.url./mud"

OpenThread on Nordic NRF528xx Example

This repo contains example platform drivers for Nordic Semiconductor nRF52840 SoC, Nordic Semiconductor nRF52833 SoC and Nordic Semiconductor nRF52811 SoC.

To learn more about building and running the examples please check:

Contributing

We would love for you to contribute to OpenThread and help make it even better than it is today! See our Contributing Guidelines for more information.

Contributors are required to abide by our Code of Conduct and Coding Conventions and Style Guide.

License

OpenThread is released under the BSD 3-Clause license. See the LICENSE file for more information.

Please only use the OpenThread name and marks when accurately referencing this software distribution. Do not use the marks in a way that suggests you are endorsed by or otherwise affiliated with Nest, Google, or The Thread Group.

Need help?

OpenThread support is available on GitHub:

About

OpenThread on Nordic nRF528xx examples.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 83.2%
  • CMake 11.3%
  • Shell 5.5%