Hello Nordic Support,
I am using nRF54L15 with NCS v3.2.3 .
The device is using Legacy Connectable Advertising with Flags and Complete Local Name in the advertising data...
I'm curious about the approach taken in the nRF Connect SDK's location library for cell neighbor scans ( https://github.com/nrfconnect/sdk-nrf/blob/main/lib/location/scan_cellular...
Hi, I am trying to understand the Friend and LPN behaviour. For that I am refering to nRF sample application light" and "light_switch". Below is the setup details: 1. On one...
Hi,
I've been using NRF Cloud without issues (Pro subscription) and I am no longer able to login my NRF Cloud account. I tried changing password and use different type of...
Hi there,
This is a follow up post from my earlier one here about using nRF5340 dk as an I2S master for the purpose of recording sound using a MEMS sensor ICS43434. Here...
Hello,
I am using Bluetooth mesh for a project. I have a central device acting as a provisioner, and node devices that get provisioned as normal through this device. I am...
Hi,
My company has a product that is in production using the nRF5340 SOC. We noted this morning that the product would boot and application code even if the nRF5340's reset...
Hi there, I've a following set:
nPM1300-EK (PCA10152 / 1.3.0 / 2025.18 / Serial no. 10B3B784F5316C68)
nRF Connect v5.2.0
nPM PowerUP v2.2.3
After launching nPM...
Hello,
I’m evaluating whether simultaneous uplink from two ESB nodes is possible on the nRF54L15 DK. The documentation mentions support for up to 8 pipes in a star topology...
Hello,
I am using the ANNA-B112 module with nRF52832 to communicate to an AD5940 AFE using SPI1. I am also communicating with three other sensors using I2C0. This project...
Hi,
We enabled the DFU and sent a new application successfully using the mcumgr command line program, but now we need to do this upgrade process using the host MCU.
...
I am working through an evaluation stage for a new product using nRD52840, possibly updated to nRF54L in the next development phase. The device is based upon Zephyr and being...
I'm getting the warning about CONFIG_BT_CTLR, but I've gone through and changed to HAS_BT_CTLR. I do have the following:
# Maximum Transmission Unit config
CONFIG_BT_GATT_AUTO_UPDATE_MTU...
Hi
I have a nRF52840 setup with external 32 kHz xtal and external 32 MHz xtal, supplied by 3.3V.
I would like the system to be in as low power mode as possible.
Each...
While testing BLE and USB individualy, they seem to work well. When there is simultaneous use, there appear frequent crashes/lock-ups in varius handlers.
BLE used: ble_app_uart...
Hi,
I've got an nRF54L15-DK, and I'm trying to get the sysbuild with mcuboot example working. https://docs.zephyrproject.org/latest/samples/sysbuild/with_mcuboot/README...
Hi,
I would like to repurpose nRFready Smart Remote 3 for nRF52 reference design to use it with the nRF54L15 DK to run BLe channel sounding experiments over this Christmas...
Hi, I am working on Bluetooth of nrf52840 board. I am still learning the SDK and I want to know where can I found the details of error codes, which are considered as 'int...
I need to store just and handful of bytes in flash, some config data. Looking around the forum I've seen recommendation to read and write from/to by using the nvs functionality...