Hello,
Yesterday, I received a new Power Profiler Kit 2 device directly out of the box, and unfortunately, it is not detected by any PC.
Symptoms: - The green LED blinks...
We are using the nRF5340 and our use case makes full use of all 4 shared peripherals for SPI and TWI as well as SPIM4. We want to add UART over USB and I was able to port...
Hello together, Which configurations or setup on the side of the Nordic nrf9161 DK has to be done to use the DEBUG IN connector for SWD? The board is powered by the 5VIN pin...
Hi,
I am currently making an upgrade og a nRF51422 project that has both BLE. and ANT+ Cycling Power profiles and if I run the old project on an 51822 processor I can see...
Hi,
I am developing for the 54l15 using nrf connect version 2025.5.92 Last Updated 2025-05-15, 10:08:43 and it's starting to seriously frustrate me.
The nRF Connecot for...
Hello community,
I'm currently working on setting up SPI communication between two nRF5340 DK boards , but I'm running into several issues.
SDK Version 2.9.1 : I couldn...
Hello, I just try to migrate our developing project from old parent-child build to sysbuild,
But when I build the project with non-secure cpu (with TFM), I get the <err...
Hi
I am trying to load my shiny new NRF52840 dongle with a simple blinky app using the nRF Connect (v2.4.0) but I get an error stating that the 'Region starting from 0x0...
Hi,
I follow exactly the same as "Interactive mesh provisioning and configuration" and stuck at "Adding a Light Switch client (optional)" part.
Everything looks fine,...
I am working on a J-link command line.
i just want to lock a device after a write a binary file into device.
In j-link there will be option for a unlock a device like...
Hello,
I'm developing a program using nrf52832 DK and SDK V15.
I want to activate the SPI transmission when NRF_RADIO->EVENTS_END occurs using the PPI. I follow the PPI...
I am trying to connect an lcup heart rate sensor which is an analog device . i am using the SAADC example t interface it to the NRF52 board, but iam not getting the expected...
After unplugging the USB, disk initialization fails in usbd_user_ev_handler function function (case: APP_USBD_EVT_STOPPED). If I connect and disconnect a second time, it works...
When using the USB for logging date, I am able to see my file by simply plugging a USB connector; I can also view the contents of the file by double clicking on it. In such...
Hello,
I'm integrating mesh and freeRTOS and having problems with interrupts priorities on both sides. It's a little bit confusing to set the interrupt priority on each...
Hello there,
I am working on the iBeacon project.
I want to get the distance to 50m.
Now it detects 5-10 meters.
Soldermask on antenna
Project inspired:
Thanks...
nrfConnect for MacOS won't allow pairing of a BLE peripheral with a nrf51 based dongle.
nrfConnect Version 2.4.0.
dongle PCA 10031 V1.1.0
Mac OS version 10.11.6
A...
Hello, so I have a central and two peripheral cards that each send their counters to the central. What I want to do is compare each of the two counters. But there's a problem...
Can I use the ble_advertising module for the BLE_GAP_PHY_CODED ? Currently my Coded PHY parameters without the module are defined as:
Following the example at NordicPlayground...
Hi all,
I am working on an application where I have an application MCU and my idea was to use nRF52 as a 'modem' over serial API. The device I am making is supposed to be...