Difference between revisions of "NRF52840 Thread NCP"
Line 8: | Line 8: | ||
https://www.nordicsemi.com/DocLib/Content/SDK_Doc/Thread_SDK/v2-0-0/index | https://www.nordicsemi.com/DocLib/Content/SDK_Doc/Thread_SDK/v2-0-0/index | ||
− | Download nRF Connect program. | + | ==Install Network Co Processor (NCP) code on nRF52== |
+ | |||
+ | ===Download nRF Connect program.=== | ||
./nrfconnect-2.6.1-x86_64.AppImage | ./nrfconnect-2.6.1-x86_64.AppImage | ||
− | Downloaded the nRF5 SDK for Thread and Zigbee 2.0.0 | + | ===Downloaded the nRF5 SDK for Thread and Zigbee 2.0.0=== |
https://www.nordicsemi.com/Software-and-Tools/Software/nRF5-SDK-for-Thread-and-Zigbee/Download | https://www.nordicsemi.com/Software-and-Tools/Software/nRF5-SDK-for-Thread-and-Zigbee/Download | ||
− | Write the NCP hex file to the dongle. | + | ===Write the NCP hex file to the dongle.=== |
− | Set up the border router on the Pi: | + | ==Set up the border router on the Pi:== |
https://openthread.io/guides/border-router/build | https://openthread.io/guides/border-router/build | ||
git clone https://github.com/openthread/borderrouter | git clone https://github.com/openthread/borderrouter | ||
+ | cd borderrouter | ||
+ | ./script/bootstrap |
Revision as of 01:33, 13 January 2019
Pi Border Router with nRF52840 thread NCP
https://electronut.in/nrf52840-thread/
https://groups.google.com/forum/#!topic/openthread-users/9TFIATWWrxw
https://www.nordicsemi.com/DocLib/Content/SDK_Doc/Thread_SDK/v2-0-0/index
Contents
Install Network Co Processor (NCP) code on nRF52
Download nRF Connect program.
./nrfconnect-2.6.1-x86_64.AppImage
Downloaded the nRF5 SDK for Thread and Zigbee 2.0.0
https://www.nordicsemi.com/Software-and-Tools/Software/nRF5-SDK-for-Thread-and-Zigbee/Download
Write the NCP hex file to the dongle.
Set up the border router on the Pi:
https://openthread.io/guides/border-router/build
git clone https://github.com/openthread/borderrouter cd borderrouter ./script/bootstrap