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...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
Hello. We are testing nrf5340 - nrf7002 using the example of blpovisioning. I try to put on/off function using button, but if I reset pcb and turn on, it will connect to wifi...
I have a nRF54L15-PDK kit. I also have the latest v2.9.1 SDK and toolchains installed using the VSCode plugin (also latest).
I use the plugin to create a new application...
Hi Nordic Tech Team,
I am implementing BLE-based FOTA for the application core on an nRF5340 using MCUboot . The update works successfully when using the nRF Connect mobile...
I am an experienced user of the Nordic Distance Measurement Library and I am encountering an issue where the device that is assuming the role of the DM_ROLE_INITIATOR can...
Hi,
SDK:ncs2.6.1. The main program runs in the app core, and the net core is included as a child image. The Bluetooth broadcast is normal when tested at room temperature...
Hello
When following the guidline of a new way to extend boards , VSCode "Add Build Configuration" is blank. Am I doing something wrong or this is not yet supported by...
Hi, I am seeking assistance with a very weird issue encountered while programming an nRF5340 SoC using a custom debugging-PCB using a SEGGER J-Link EDU debugger.
The debugging...
We are developing a system were we rely heavily on the use of LWM2M. Using the provided LWM2M client we normally dont experience any problems at all and are able to establish...
Greetings to everyone.
My name is Toni, I am a beginner. I have a device, which my former colleague left to me, and I can not identify the HWID. How HWID should look like...
Hello,
we are trying to perform FOTA updates with default SLM application based on SDK 2.9.0, but the application always aborts unsuccessfully.
Via AT interface the application...
Hi,
I am currently trying to work with pairing and bonding between the peripheral and Central device.
I am using two nrf52840 dk one as central and the other as peripheral...
Hello Everyone,
Happy New Year !
We would like to evaluate nRF54L15 system off/deep sleep mode current consumption. So we have tried the existing example ( https://github...
Hi,
I have added " config HW_STACK_PROTECTION" in KConfig file of the board.
Is there a way I can check during runtime if the Stack Protection is enabled? Is there any...