Hello and thank you for your time,
We have created a board using the nRF54l15 and have used P2.07 & P2.08 for UARTE21 and P2.00 to P2.05 for SPIM20.
UARTE21 and SPIM20...
I noticed that nrf_dfu_flash.c aswell as fds.c both declare m_fs, which collides on compilation.
What is the preferred way to use both modules at the same time, without...
Hello,
I am currently experimenting with bonding and I stumbled over the config CONFIG_BT_BONDING_REQUIRED.
Currently the BLE characteristics of my peripheral do not require...
There is an issue i am dealing with while working with ble stack of nrf52810 with nrf connect 2.7.0.
1) memory status without ble:
2) memory status in an emty project...
Motivation
Very often, while working with Bluetooth LE devices, we encountered a problem having to repeat a sequence of operations to test or demonstrate some functionality. Writing a mobile app every…
With the nRF52840, we released our first System-on-Chip (SoC) with a radio that is capable of running the IEEE 802.15.4 PHY, additionally to Bluetooth 5 (Bluetooth Low Energy), ANT+, and proprietary 2…
A case study on optimizing battery power consumption for CC2538 but can also apply for nRF52 based device - https://medium.com/jumperiot/power-optimization-from-3-to-7-months-on-a-single-charge-56de0c30f062…
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…
I have spent a bit of time recently experimenting with different TLS credential configurations using nRF91-DKs. Eventually I got to the point where I wanted to do things like swap out the certificates…