Hi
We are using the CMakePresets.json file for different variations of our firmware. Since the latest update (2025.4.106) the build configuration interface changed a bit...
Hello,
I recently bought a Thingy91x; before that, I was using a Thingy91. I activated it and successfully programmed the Hello nRF Cloud firmware via the Quick Start in...
Hi All,
Previous last two times I opened my project in VS Code it displayed a deprecation notice complaining about SDK and toolchain versions. My plan was to address it...
Hey,
I’m currently evaluating DECT NR+ using two nRF9151 DKs with the nRF Connect SDK v2.9.0.
According to the ETSI specification (ETSI TS 103 636-4 V2.1.1), the Physical...
We urgently need to add support for Band 40 (B40) to our product. Our use case is very specific, and as far as we understand, the NRF91 currently does not support B40. We...
i just rebuilt the code in the beacon_advertiser.zip file attach to this issue for the NRF52232....
the code runs as expected, though consumes about 200uA when sleeping...
We are currently working on a project based on Enhanced ShockBurst (ESB) and would like to use Front-End Module (FEM) support with the nRF21540.
In your Enhanced ShockBurst...
Hello -
We are developing some low power code on the nRF52840-DK, using SDK 15.3.0 on FreeRTOS. I noticed that in the port_cmsys_systick.c file, in the vPortSuppressTicksAndSleep...
I am building a prototype that will use the nrf52840, with limited space. Would making a small pcb antenna or using a chip antenna be better and what is the setup needed for...
Hi,
I would like to measure the voltage generated by a Thermoelectric generator. The voltage vary between -250mV and 250mV depending on the temperature gradient.
If...
I'm looking for alternative xtal's (mhz + rtc) for use on boards where space is very limited.
Silego's GreenCLK3 looks like a great option, though that one is right now...
hi,
I want to use the Bluetooth Low Energy in nRF Connect for desktop. But I have no DK or dongle.
When I use my own development board and the MCU is nRF 52832, it can...
Hi
I am wondering how to choose among different logger mechanisms available in nRF SDK v16.0.
I noticed that some examples doesn't use any logger at all (e.g. blinky...
SDK: 15.3.0 Device: EYSHJNZWZ (nRF52832)
I have cleared the WDT with "nrf_drv_wdt_channel_feed". I want to make sure it is cleared. Which register can be used to confirm...
Hi I am using Keil ARM with JLINK to debug the NRF52832. I can download the flash on the PCBA but when I try to debug step-by step, it only runs on the assembly window but...
Hello ...
Implementing an app for both nRF51822 and nRF52810 and need a long-term clock with 100 Hz counter frequency to timestamp sensor events. By long-term, I mean at...
HI,
I've been looking at the nRF52811 registers for AoA/AoD, and decided to try and at least get CTE enabled on the basic Nordic uart app. I found this post:
https://devzone...
Hello. In acrording to:
How the bridge exchange information between mesh network and mobile device
The bridge using Nordic UART Service to conduct the command/response...
Struggling with a similar problem that has been popping up for many users. I am already stuck on setting up ncs where installation of pygit2 is failing. I managed to alleviate...
There is an SPIM unexpected interrupt issue which I have replicated in a totally bare-bones piece of code using no Nordic library drivers. In my bare-bones SPI code I get...
hi
im trying to program my nrf9160 using nRF connect 3.3.0 (with latest programming tool).I have jlink 6.56a installed
ive been occasionally able to wipe the nrf9160...
Hi at all,
I'm developing a Zigbee router device that implement a level control client cluster (ID 0008).
This cluster should be able to generate commands to server side...