Your cart is currently empty!
Building OpenThread RCP for the NRF Dongle PCA10059
# Clonegit clone https://github.com/openthread/ot-nrf528xx.gitcd ot-nrf528xxgit submodule update –init # Bootstrap. Skip the following line if you have the GNU Arm Embedded tools installed ./script/bootstrap # Build./script/build nrf52840 USB_trans -DOT_BOOTLOADER=USBarm-none-eabi-objcopy -O ihex build/bin/ot-rcp rcp-pca10059.hex # Produces # If you have openbootloader installed, do a DFU update using CLI or NRF Connect and flash the above file…
NRF52832 ws2812b blinky
Ed Wios on Github has done the hard work: https://github.com/edwios/nRF5_WS2812B go there and grab that repo. Head over to Nordic and grab the SDK 12.1.0 download from hereDirect link (hopefully): https://www.nordicsemi.com/-/media/Software-and-other-downloads/SDKs/nRF5/Binaries/nRF5SDK1210.zip Put the nRF5_WS2182B folder in the ~/examples/ble_peripheral/ folder Open that folder in VSCode and execute the make command via the cli in the ~/pca10040/armgcc/folder,…
