Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
In our development using NCS-2.6.1 it is desirable to have logs using BT NUS.
"Serial Bluetooth Terminal" android application is used. Logs are having corruption.
Looks...
Is there any documentation around the process to disable the Debug Access Port on a nRF54L device in software (not nrfutil)?
The nRF52840 has this nice documentation page...
Hello,
I am working with the DWM3001CDK (nRF52833 + DW3110) using SDK 17.1.0 . I have successfully compiled and flashed the DTM example.
I am trying to use nRF Connect...
Hello,
We are developing nRF5340 SoC and is currently using Thingy53 as our reference design, our NCS version is v3.0.2.
So far, we've been able to use dfu-util tool to...
Hello,
Context : I use the nrf52dk with nrf connect for vscode and nrf connect for smartphone (android last version). I use the last version of everything.
My code to...
Hello, I just try to migrate our developing project from old parent-child build to sysbuild,
But when I build the project with non-secure cpu (with TFM), I get the <err...
I am trying to set up a w25q128 using SPI with a nrf5340 on a custom board and had a few questions. I have used DevAcademy as a reference as I do eventually want to set up...
Deasr staff,
we are going to design some nrf52833 board wich will be updated by SWD debugger. Could you please send the item part for basic configuration about Mouser...
I want to use spio of nrf52811 soc using nrf connect sdk 2.7.0 version with vs code.
I am trying to get spi devicetree specifications using
struct spi_dt_spec spispec...
I was wondering how I can update my current code (see below) to reuse a single socket for multiple HTTPS requests, rather than opening and closing a socket for each HTTPS...
Hi, I have issue where the slot 1 image seems stuck. It can not be erased, confirmed, or swapped in the state that it is currently on. When I click erase, the error bad state...
Background : To set up a Matter ICD (Internet Connectivity Device) and Thread as a SSD (Sleepy End Device). Here are the detailed settings:
Currently, the Matter over...
I have v3.0.0 SDK currently . I am using nrf54L15DK . Do we have any sample code for checking AOA and AOD of the advertisements from the peripheral devices.
I could find...
Hello Nordic team,
I would like to automatically patch the merged.hex file each time I build my project. I’ve attempted to use extra_post_build in CMakeLists.txt , but my...