I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
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...
Hello.
I'm having issues with a custom design board using NRF52832_QFAA SOC.
This is the snippet of the schematic design that my group created:
This board uses internal...
Hi Team,
I’m using the nRF5340 Development Kit, and in our project, we have a custom slave device that communicates over QSPI. We’d like to interface this custom device...
Hi NRF team,
I am working on a patient monitoring system where we have used a stereo microphone. I am using the LC3 compression method and the Zephyr PDM microphone driver...
Hi, I previously wrote about an unexpected behaviour which I've made a diagram for below. It's relatively simple though, the COMP watches a voltage and fires a toggle event...
Hello,
We are developing a system that have the nRF5340 as a part of several MCUs, and we want to be able to upgrade both cores.
According to this: DFU for the nRF5340...
Hi All, I have a question regarding modem DECT phy API. There is a function nrf_modem_dect_phy_event_handler_set(nrf_modem_dect_phy_event_handler_t handler). I'd like to know...
I'm having trouble porting my project from the older SDK (2.6.0) to the new SDK.
I thought the most straightforward way to do that would be to start with a sample project...
Certainly! Here’s a clear, natural English version of your email:
Dear Specialist,
I would like to better understand the two variables used in the SDK for calculating...
When selecting the ACLK frequency of 11.2896 mhz and a sample rate of 48khz, zephyr panics with the error "division by zero". The culprit is find_suitable_clock(). Posted...
We are working on a prototype of nrf9151 with various sensors and nrf54L15. Our schematics designer says U13 (TCK106AG) may not be needed. Please let us know its use. regards...
I am implementing sha256 with hash message bigger than or equal to 8KB. I tried with nrf54l15dk_nrf54l15_cpuapp target, and it's working fine but if I try with nrf54l15dk_nrf54l15_cpuapp_ns...
dear all,
We are fighting with a problem that defied every effort to solve it so far, so we are asking for help. Our custom board is based on the nrf5340 SoC connected via...
hi,
im using nrf5340 controller (central) to get measurement reading from multiple medical instruments (peripheral) simultaneously. everything work as expected. however...