I currently am using a nRF9160DK. I want to have the nrf52840 on it scan for BLE devices and return the device count and then send this over UART to the nrf9160.
How can...
Hello everyone, I'm trying to perform a device firmware update using the buttonless service on nRF52DK with SDK v17.1.0 and Softdevice S132.
I can connect correctly to my...
Hi,
I started evaluate actinius_icarus/nrf9160 board and create a new project copy secure_mqtt_sensor_actuator, I choose actinius_icarus/nrf9160 and despite an exclamation...
I have noticed that Port 2 (Pin 2.xx) GPIO interrupts do not seem to work as expected. Interrupts are not detected, whereas on the other ports they are.
Looking at:
...
Hello,
I am using nRF Connect v2.6.0 and nrf52832 for product development.
I have implemented MCUmgr callbacks to check the DFU status, as shown in the code snippet...
This blog post provides step-by-step instruction on running Door Lock example from the CHIP repository. It demonstrates how with help of the mobile phone, commission accessory to the network using Bluetooth…
Hello everyone,
5 years ago, FruityMesh was open sourced as the first connection-based Bluetooth Low Energy mesh network based on the nRF52 series. Now, after constant development at our Mway headquarter…
The nRF9160 is an exciting addition to Nordic's lineup of processors and radios. Ever since the announcement of a Nordic cellular product, I was chomping at the bit to dive in. And boy, did I get that…
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…