I noticed that through apply_old_config.h configuration values like NRFX_CLOCK_ENABLED in sdk_config.h simply get overriden by the old CLOCK_ENABLED, so that there is no point...
I have designed and built a custom nRF52840 board and I’m experiencing difficulties programming it via SWD using an nRF52840 DK (version 2.0.1). When I connect my custom board...
Hi
I have a beacon sending out some data, and I have already finish the TX side, I also want to have a RX side to receive the data, in addition, as there are many other...
Hello,
I am setting up a board configuration for my custom board and trying to get a bluetooth sample (heart rate profile) to compile using the board configuration.
...
Hello,
I am developing a mesh solution when the nrf52840 USB dongle will act as an observer.
I am using the mesh sensor observer sample. I am able to build and flash...
The SDK software architecture has been hugely changed since SDK v13.0. With adding SDH to SDK, it provides SDH API to
Enabling the SoftDevice and its event interrupt.
Disabling the SoftDevice.
Receiving…
The Bluetooth SIG released an errata for the 4.2 and 5.0 versions of Bluetooth specification on July 23rd relating to a potential vulnerability with the pairing procedures.
For Bluetooth low energy; this…
The Thingy:52 IoT Sensor Kit is a fancy development board that combines the nRF52832 SoC, a handful of sensors and user interface components, and a rechargeable battery. Although the Thingy is available…
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…