I have a digital microphone chip, it has the CLK, DATA, LR_SEL three pins, now I will pick up the three pin nrf5283 three pin is as follows: CLK connectionI2S_CONFIG_SCK_PIN...
Hello, Nordic Team, I'm embedded designer from Russia, discovered your amazing wireless MCU NRF52832. I looked through your SDK and peripheral drivers, and unfortunately found...
Thanks Stefan. The zip file making and updating steps work perfectly for me, if I follow your steps and make it from your stock pre-built "dfu_test_app_hrm_s132.hex". My question...
Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
Hi,
The URL below does not have the DNs number for v2.9.2, but is it the same as for v2.9.0 and v2.9.1?
https://docs.nordicsemi.com/bundle/comp_matrix_nrf54l15/page/COMP...
I attempted to use nRF52840 for multi-connection data interaction, but whenever I was debugging, I always encountered the problem of being unable to establish a connection...
Dear Nordic Semiconductor Team and Community Members,
I am currently working on an nRF54L05 project where I aim to use only the primary slot in MCUboot due to memory constraints...
SDK: nRF Connect SDK v3.0.2
DK: nRF54L15-DK
Sample: spi_flash
default:
mspi-max-frequency = < DT_FREQ_M ( 8 )>;
If I change it to 32, it will printf these...
Hello,
I’m wondering if there is already a project or if one is planned to create a debugger based on the nRF5340.
Currently, we use the DK to flash and debug custom PCBs...
Hey Team,
I'm trying to flash the audio application on our custom PCB, this PCB follows the interfaces of the nrf5340 audio dk. Previously on lower SDK versions (2.7-2.9...
Hi
It seems that the default minium DTLS handshake timeout is about 1 second. That means, there is a retransmission if a response isn't received within this timeout. In...
Hi all,
nrf54l15dk,v3.0.1,peripheral_uart demo and no changes have been made.
Then add the following content to prj.conf
sysbuild.conf
mcuboot.conf
Finally...
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 am writing data from wav file to w25q128jv and i got error -22 at some offset while writing. i tried many config but it seems the problem is not solved, does anyone have...
Iam implementing FATFS with USB mass storage on external flash(QSPI). it already having developed dfu in internal flash
***********build errors******************
...
I would like to do a FOTA using bluetooth and external flash memory on nrf52840 board. I am also using sdk 2.9.1 The issue i am currently facing is I get the below when i...
We are currently working on a custom modem firmware update. For this, we would like to use the CBO file you provided. Updating the segments with the CBO file is working so...
Hello,
I am testing the RF range of a BLE application based on PAwR (Periodic Advertsing with response) in coded PHY (S8) with SDK 2.9.0.
In order to test the robustness...