Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
I am using the nrf52840 in QFAA package, and the external DMIC example receives audio data through the PDM interface. I noticed that the official documentation mentions support...
Hello,
We have been testing/validating sQSPI on nRF54L15.
We tested the sQSPI on two versions of our nRF54L15DK (0.9.2 and 0.9.3).
We are using this sample app: https...
Hello. I have one question.
When configuring RAM with the nRF5 SDK + SoftDevice, if I get the following error: APP_RAM_START=0x20006000 --------------------------------...
Hi,
I'm trying to program the nRF52840 Dongle (PCA10059, 2.1.1, 2023.26). I modified the Bluetooth: Central UART sample to use USB instead of UART and built it for the dongle...
I need to use one IO port of the nrf52832. This IO can not only detect the ECG signal but also achieve system off wake-up. The ECG signal is a PWM signal with a duty cycle...
I managed to somehow semi-brick an nrf52840. I've all but got the system/project working and wrote some instructions on how to install VSC with the appropriate toolchain and...
We are using the NRFJPROG ver 10.24.2 (JLINK Commander ver 8.92) to connect with our NRF52840 target. It fails to connect, here is the log entries:
[2025-Dec-10 17:05:02...
Chip : nRF52833 QIAA
Environment : Visual Code + nRF Connect for VC Code V 2025.8.654 NCS V3.1.0
I am hoping somebody could assist us with a problem we are having achieving...
I'm new-ish to nRF Connect (2025.9). Getting going on a nRF5340-DK. It seems that I can manage flash layout either through the device tree or Partition Manager. We want to...
We are working on an nrf54l15dk board but want to log directly to the nrf flash memory (instead of the ext flash) - which we are doing successfully. In Zephyr we have logging...
I am trying to create a L2CAP CoC between a nRF52840 SoC using nRF5 SDK version 15.3.0 and a Pixel 3 XL running Android 12 without the use of GATT. Currently I use GAP for...
I'm currently trying to port some software to the nrf52840 dongle, and it works great, if I do not activate NVS.
As soon as I activate NVS, then the dongle shows no lifesigns...
Hi,
in https://github.com/nrfconnect/sdk-zephyr/blob/ncs-v3.2.0/lib/os/clock.c i think an include to properly resolve CLOCK_REALTIME or
CLOCK_MONOTONIC is missing, if...
I’m working on a prototype based on the nRF5340 Audio DK, starting from the included nrf5340_audio application (NCS v3.1.1). The goal is to support multiple simultaneous Bluetooth...
Hello,
I would like to ask about LTE-M communication latency when using nRF9151-DK. I am using a TCP connection to transfer data read from another device via UART (MTU=1500...