Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
Hello, Nordic Team!
I'm evaluating the nRF54L15 for a Matter-based product and need clarity on OTA update requirements. After reviewing the documentation and forum posts...
Nordic published a great blog in 2022: "Comparing range with Bluetooth Low Energy of the nRF21540 DK and the nRF52840 DK." It clearly explains the range capabilities of the...
Hi,
We are facing a critical power consumption issue in our nRF52-based Zephyr application , where some devices randomly enter a high-power consumption state (~80+ µA) instead...
Hello,
This PR was closed without action:
https://github.com/nrfconnect/sdk-nrf/pull/16889
It says " you can always re-open " but the creator (my colleague) was unable...
Hi,
USB CDC EPOUT stops working as the USB incoming traffic data rate increases. The symptoms of this issue align with the Errata 199. The workaround for Errata 199 is...
Dear Nordic Team!
We are struggling with a fatal error occurring during boot phase before entering the application main. When setting the baud rate of UART2 to 38400 or...
Hi,
Two month ago I have test nRF21540 and nRF54L15, they cannot word with each other.
However, I notice these days updated with
https://docs.nordicsemi.com/bundle...
Hello,
I am trying to use the nRF21540 in nRF54L15, I notice document metion
I am wondering what is the difference between PPIB and DPPIC. What does appropriate...
hello, I encountered a problem using SPIS to communicate on nrf54l15
Environment: NRF54L15, NCS2.8.0
When using SPIS for SPI communication, you must first write empty...
We are using nRF Connect SDK 2.9.1, Zephyr. The hardware used is a nrf52840dk, rev2.
We have a proprietary protocol that is running concurrently with BLE and uses MPSL API...
Hi everyone
I am using the nRF9160 DK board with the VS nRF Connect extension. I am stuck at lesson 7 exercise 1 of the Cellular IoT Fundamentals lesson.
Up to this lesson...
hi support team,
i want running chat demo in mesh fold in ncs2.9.0, but it doesn't support thingy53 natively. so i ported some of the file from light to chat demo. you can...