SDK: 3.0, nRF54L15
I have modified the clusters using ZAP tool (west zap-gui). When I tried to built, I get the below error:
1. I used Matter door lock sample and the...
Hello, I'm developing on an application which requires to catch high speed, variable size and bursty (~0.5 Mbit/s) data from a sensor connected to a nRF9161DK trough a UART...
If I try to compile any of the WIFI examples for the Thingy91x I get a RAM overflow error. The only exception to this is the WIFI scanning example. If I build these for any...
Ok so this is an interesting one.
When I got a new PCB with a MDBT42Q module containing NRF52832 I flashed it for the first time (program and softdevice) all the code works...
Hi, I have started development on nrf52840 .
I want to use BLE as a Peripheral . Can you please suggest me which example I can use for sending characteristics and add my...
Hi everyone, I have questions like this: I'm using experimental_lpn example when I want to connect to the friend node when I get request timeout. As far as I know when the...
We're thinking of attaching a battery in the manufacturing process but they may not be programmed right away. Do empty nRF52 modules go into sleep mode when there is no program...
Hi
how to connect one peripheral to two central and after connection established sent the data to both central?
I am using nrf52, soft device 132 .
i am able to make...
Hi!
The nrf5340 PDK I've purchased does not have a mounted "nRF USB" (J3) port, only the debug (J2) port.
Is it possible to do raw USB communication with the USBD driver...
Dear Sir.
I am using the Timer of nRF916 .
In a simple project the timer is working fine ( see attached code ).
A buzzer is connected to PWM output pin 12.
I can...
Dear Sir.
Attached a code .
It takes about 20 seconds from power on until the Blue Led is On.
The timing of the Blue Led is about 2 sec , as in the code.
Commenting...
Hello
I use sdk v17 and nRF52DK. I want to use mpu6050 sensor in the example of ble_app_uart. SDK provides a driver for mpu6050, but I am not good enough to use it.
https...
Hi, I'm a beginner with these Nordic DKs. I'm just trying to connect it to my computer and get familiar with the hardware and firmware. However, when I plug in the DK via...
i want to store and retrieve data in flash. i followed steps as in the sdk infocenter but i am not getting the interrupt after fs_store(). Actually return value of fs_store...
Hi,
In my current project based on SDK 15.3 and sd140, I am using nrf52840 in both peripheral and central devices. I need to be able to maintain 10 concurrent connections...
Hi i am using the nRF52dk and i am trying to control a bldc can anyone help me to guide in how i can generate a pwm to get a sin wave
best regards Nikolai
Currently I want to build the light_switch examples from the nrf5_SDK_for_Mesh_v4.2.0 on my nrf52840 dev board but this gives the following error "boards.h: No such file or...
Hi,
I am working on a project of throughput data from sensors to my central via nrf52805 through a notifying service (SDK16.0.0).
Symptom description
We have app from...