Greetings,
when trying to compile simple GPIO configuration for NRF5340, the compile fails with:
In file included from C:/Apps/NordicSemiconductor/SDKs/v2.7.0/zephyr/include...
We are using a Nordic 52840 along with an NPM1300 power manager and rely on Nordic's algorithm (via nrf_fuel_gauge_init and nrf_fuel_gauge_process ) to calculate the battery...
So I've been trying out the nRF9161DK, and had a lot of problems creating builds with the included samples. Mostly CMAKE errors.
Guess I'm missing some basic knowledge here...
Al over these example programs there are all these messages like
LOG_INF ( "Filters matched. Address: %s connectable: %d " ,
addr , connectable );
How do you actually...
Im trying to get SAADC to continuously sample using internal timer but im getting couple of samples and then it stops, tried everything but I'm obviously forgetting something...
Introduction
With nRF5 SDK v14.0.0, we have significantly refactored the Command Line Interface (CLI) module to make it more useful and user friendly.
The new CLI has the following features:
Support…
Introduction
I would like to introduce simple source code that supporting NUS profile and pairing. Most of you will choose the proprietary profile to make your own application which is not provided by…
As you probably know having a build environment, you can replicate and deploy with ease has the potential to save a lot of R&D time. If you can also control its versioning so you would be able to "get…
One of the samples available in the nRF Connect SDK is the Secure Partition Manager, which is required to run applications in the nonsecure domain of the CPU. The sample uses the SPM library available in…
Scope
The goal of this tutorial is to set-up your own custom Bluetooth Low Energy service on an nRF5340 acting in a peripheral role. We will set up a new Bluetooth LE project from scratch. The finished…
Purpose
When creating a mesh network with many nodes, it can take a while to provision each node, especially using PyACI. An alternative is to use a static provisioner that provisions the nodes automatically…
What is the difference between SDK and Softdevice? How can we select SDK and Softdevice versions? Do the SoC, SDK, and Softdevice have version compatibility problems? How can we understand the SDK directory…