Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
I have modified the NUS-CDC application for the Dongle so that I can now scan, report available Peripherals, and connect to a specific one. I need to be able to cleanly disconnect...
There are two NUS services here, but only the second one can send data through the RX characteristic. I've checked the source code and nothing has changed. How do I delete...
I have created the nRF Cloud Multiservice Sample application and would like to add WIFI support.
I am using nRF9151 with nRF7002 EK hardware and would like help in adding...
I'm using Zephyr/NCS v2.7.0 with a custom multi-image project based on sysbuild . My top-level project has a sysbuild.conf at the root, and a sysbuild/ folder containing a...
Hi As part of attempting to write code for self testing I'm trying to measure the HFXO frequency using the LFRC (we don have an LFXO) I'm expecting that the measured HFXO...
Hello Nordic Support Team,
I have three queries to make.
Is it possible to force the channel in which the data transmission is happening using nRF52840 DK.
To explain...
Hi,
I recently checked support of MCUBoot validation and from NSIB for nrf54l15. (sdk 3.0.0 and above)
During this, I enabled Signature algo as ecdsa-p256.
And...
Hello,
I am working with the nRF7002 DK board and attempting to use the "Light Bulb Matter" example from Zephyr. I am encountering issues when trying to connect the board...
when I try to build a code for integrating sensor in nRF 5340 dk, this error comes, I tried even after installing cmake manually from the cmake website https://cmake.org/...
Hi
Our present build system on v2.6.1, builds variants of our baseline application using batch files.
It ends up building using west in this way:
The generated...
Hello, we are trying to use the distance measurement module and we are following the sample code from sdv v3.0.2. The build process for nrf5340dk and nrf52840dk works well...
nrf52820 custom board
nRF5_SDK_17.1.0_ddde560
s112_nrf52_7.2.0_softdevice
secure_bootloader_ble_s112_pca10100e
I tried to incorporate ble dfu to my application but...
We are developing a very low power product. In some cases like not getting registered, PSM not being available, ... we want to drop the connection and go to a sleep state...
Hi,Team,
I'm currently using the nrf54l15-dk. I want to set the rtc of the nrf54l15-dk to obtain the timestamp. How should I configure the rtc? Which examples should I refer...
I'm working on an nRF device (S112 SoftDevice) that acts as a connectable peripheral to an iOs central. The application only has data to transfer every 5 minutes, so I'm trying...