Are there any up to date samples for running BLE on nRF9160 development kit? I've tried building the following sample: https://github.com/nRFCloud/lte-gateway/tree/main for...
Hi
The TWI driver has a twi_clear_bus() function but the TWIM does not.
I'm getting an I2C error, and need to do I2C soft reset. I'm doing this manually at moment but...
I am logged into my nRF Cloud account and have a nrf9151-DK provisioned and added to a group and want to do a FOTA upgrade as in the Nordic Developer Academy course: "nRF...
Hello,
I am looking about something similiar which I was able to find for IEEE 802.15.4:
https://docs.nordicsemi.com/bundle/errata_nRF52840_EngB/page/ERR/nRF52840/EngineeringB...
I recently completed a field-upgrade path from an nRF5 SDK 17.1 application (with the legacy Secure DFU bootloader) to a fresh NCS-based firmware stack, while preserving user...
Hello,
We are currently evaluating BLE Gateway (CIS, BIS) development using the nRF5340 Audio DK.
We would like to ask whether bidirectional CIS streaming is officially...
Hello everyone, I need to attach a QSPI memory to an NRF54L15 module. I am led to believe that this should be supported out of the box but cannot understand how to use the...
Hello everyone,
I am working on a project where I need maximum range and TX power, since my Bluetooth device will be implanted the signal is strongly attenuated I need maximum...
Hi,
We are evaluating the NRF9151 for live tracking purposes. While testing with the nRF9151-DK we noticed the we had tracking fallouts using AT#XGPS=1,1,1 both during driving...
Hi everyone,
After the latest update of the nRF Connect SDK plugin for VS Code (2025.4.106), we've seen this pop-up appear. We are using v1.8.0 and now we are not able to...
Assume the nRF21540 used as a front end for nRF52840. When the nRF21540 module is in power down mode can it pass the signal without significant loss? If yes what is insertion...
Hello,
I've searched a good amount of online content, but I cannot publicly find a good enough reference design for the nrf52840-DK, natively compatible with Kicad.
...
Now I can use LIBUARTE to receive data from MCU, but have a trouble: it can't receive a whole packet sometime,and return it with 2 parts.
UARTE : 115200/8/1
receive buffer...
Hi Support Team
I installed the NCS V3.1.0 just now. But there was an issue of west: unknown command "build" for the NCS V3.1.0 when I built a sample. Many thanks.
Hi,
I'd like to raise this issue I am having with the v3.0.1 sdk wherein the final build stages I get the message attached
I am using the Lesson 9 exercise 5 sample...
I am trying both v3.0.0 and v3.0.2 SDK; the board I am using is the nRF9160DK, version 1.1.0. There are 4 scenarios:
1) Run on Linux (minicom or Serial Terminal) following...
Hi Support Team
Our product have a CD 4kv and AD 8kv ESD test, but the samples reset on AD 8kv close to the USB, the reset register show it is nRESET PIN reset.
add an...
I'm having several problems with the Intermediate course, L2_e2. In Step 3 it says that there is 'a bug in coredump_gdbserver.py that causes a crash if building with optimized...
I need to use a nrfx timer in order for some GPIO timing, but can't get past the simple examples declaring an instance. For testing I'm just using the 54L15DK.
I was using...
Hi,
I would like to create a UART on the nRF54L15 DK, but currently it seems that only the pins bound to CONFIG_UART_CONSOLE (P1.04 / P1.05) are working as below Output...