NiusThread
Thread (OpenThread) IPv6 mesh networking on the ArduinoNRF nRF52840's native 2.4 GHz radio.
Установка
Последняя опубликованная версия- Скачайте архив — реестр отдает его уже проверенным.
- В Arduino IDE выберите «Скетч → Подключить библиотеку → Добавить .ZIP библиотеку».
- Укажите скачанный файл — библиотека появится в списке доступных.
SHA-256:2db1f83f3cd03d9d91ac666515042c44b8f846019d312f3b59f3ff49beb4ce2cNiusThread-0.1.2-2db1f83f.zipОписание
A full OpenThread FTD stack (vendored, with mbedtls) running on a bare-metal IEEE 802.15.4 driver for the nRF52840's own RADIO peripheral - no SoftDevice, no external module, no nrfx. Form or join a Thread mesh with four calls (begin / setNetwork / start / process), then talk IPv6/UDP across it - or use the built-in CoAP layer (onCoapGet/onCoapPost/coapPost/coapGet) for resource-style control. The dataset and frame counters persist in flash, so nodes re-attach by themselves after a reboot. The complete official OpenThread C API stays available through Thread.instance(). Hardware-verified: two-node mesh (Leader + Child to Router), UDP multicast and CoAP LED control confirmed over the air, settings persistence across reset. Requires the ArduinoNRF board package.