what can be the starting Point for Bachelor Thesis involving BLE 5.0 devices to be deploy in mesh Network. How the challanges in the Thesis can be address and set as a Goal...
Note: This is related to the following issues:
- https://devzone.nordicsemi.com/f/nordic-q-a/63255/nrf9160-getting-stuck-after-cell-change
- https://devzone.nordicsemi...
Hi, I am Product Manager working for Medical Device Manufacturing company based out of Ireland.
we are in search for a development house / developer who will support us...
I have so many versions of this topic that I now am certain that most of the answers provided are wrong. Since you cannot have so many ways of connecting an external nrf device...
Hi,
This is actually a follow-up to my previous question here: devzone.nordicsemi.com/.../publish-timeout-handler-of-one-model-called-during-publish-timeout-handler-of-another...
Hi Nordic team,
We are working on a design that includes more than 50 peripheral node devices, each capturing sensor data and sending it to a single central receiver. I...
Hi,
I'd like to know how to tune the internal capacitance from the 32MHz crystal.
Specifically, I refered to section 4.12.1.1 Using internal capacitors in the nRF5340...
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...