How to install nRF Utill on Ubuntu

Nrfutil is a command-line utility developed by Nordic Semiconductor that helps users manage and interact with Nordic’s nRF devices, especially during firmware development, flashing, DFU (Device Firmware Update), and key management operations. In order to use Zephyr to develop firmware for an NRF microcontroller unit (MCU), Zephyr must first be installed. As it is a […]

How to install NRF Command line tools on Ubuntu

If this error looks familiar to you, probably after installing zephyr and setting west environment you forget about last step which is nrf tools. In this article I will show you how to manually install „nRF Command Line Tools” on linux systems. The nRF Command Line Tools is a necessary tool for development, programming and […]