In my project, my master controller need to scan devices through custom uuid.
One problem is that in ble_advertising_init, I can only add 16bits uuid and type of which is...
Hello, I hope someone on this forum can bring some clarification light and knowledge to me.
Background We have developed a remote-control system with several peripheral...
I am working on scanning and connecting to an iPhone device in NRF52840dk, but I am not able to receive my iPhone while scanning. If there are any different ways, please let...
Hello,
I'm using nrf52840 DK to test 1khz tone. The nRF Connect SDK version is v2.6.0.
I put a pcm raw data array of 1khz tone in the code and used i2s write to send the...
I am currently working w/ a project that utilizes TrustedZone and PSA Protected Storage to read/write to internal flash that's accessible only in the secure partition (I'm...
The first generation of wireless PC accessories to achieve widespread success (the ones that shipped with a dongle in the box) adopted 2.4GHz radios because these radios offered the optimal trade-off between…
Writing a BLE firmware can now be done with a few lines of code. The code example bellow is all you need to write for a non-connectable BLE firmware that advertise a counter value every second in the…
Hello
I wrote a tutorial on using the nrF52 Development Kit with Keil MDK.
www.keil.com/appnotes/docs/apnt_308.asp
This document features essential debugging capabilities of the nrF52 series.
ETM Instruction…
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…