An open API service indexing awesome lists of open source software.

https://github.com/openthread/ot-nrf528xx

OpenThread on Nordic nRF528xx examples.
https://github.com/openthread/ot-nrf528xx

openthread

Last synced: about 1 year ago
JSON representation

OpenThread on Nordic nRF528xx examples.

Awesome Lists containing this project

README

          

[![Build][ot-gh-action-build-svg]][ot-gh-action-build]

[ot-gh-action-build]: https://github.com/openthread/ot-nrf528xx/actions?query=workflow%3ABuild+branch%3Amain+event%3Apush
[ot-gh-action-build-svg]: https://github.com/openthread/ot-nrf528xx/workflows/Build/badge.svg?branch=main&event=push

---

# OpenThread on Nordic NRF528xx Example

This repo contains example platform drivers for [Nordic Semiconductor nRF52840 SoC][nrf52840], [Nordic Semiconductor nRF52833 SoC][nrf52833] and [Nordic Semiconductor nRF52811 SoC][nrf52811].

[nrf52840]: https://www.nordicsemi.com/Products/Low-power-short-range-wireless/nRF52840
[nrf52833]: https://www.nordicsemi.com/Products/Low-power-short-range-wireless/nRF52833
[nrf52811]: https://www.nordicsemi.com/Products/Low-power-short-range-wireless/nRF52811

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

- [OpenThread on nRF52840 examples][nrf52840-page]
- [OpenThread on nRF52833 examples][nrf52833-page]
- [OpenThread on nRF52811 examples][nrf52811-page]

[nrf52840-page]: src/nrf52840/README.md
[nrf52833-page]: src/nrf52833/README.md
[nrf52811-page]: src/nrf52811/README.md

# Contributing

We would love for you to contribute to OpenThread and help make it even better than it is today! See our [Contributing Guidelines](https://github.com/openthread/openthread/blob/main/CONTRIBUTING.md) for more information.

Contributors are required to abide by our [Code of Conduct](https://github.com/openthread/openthread/blob/main/CODE_OF_CONDUCT.md) and [Coding Conventions and Style Guide](https://github.com/openthread/openthread/blob/main/STYLE_GUIDE.md).

# License

OpenThread is released under the [BSD 3-Clause license](https://github.com/openthread/ot-nrf528xx/blob/main/LICENSE). See the [`LICENSE`](https://github.com/openthread/ot-nrf528xx/blob/main/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:

- Bugs and feature requests pertaining to the Nordic NRF528xx example — [submit to the openthread/ot-nrf528xx Issue Tracker](https://github.com/openthread/ot-nrf528xx/issues)
- OpenThread bugs and feature requests — [submit to the OpenThread Issue Tracker](https://github.com/openthread/openthread/issues)
- Community Discussion - [ask questions, share ideas, and engage with other community members](https://github.com/openthread/openthread/discussions)