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 DevZone!
All samples with Application Event Manager (CAF, nRF Desktop) has simple main function like that:
Main thread has terminated after executing and main...
Hello,
Current Situation
We are working with an nRF5340 device running nRF Connect SDK v2.7.99-cs2 . BLE security is configured for Just Works pairing (Security Mode 1...
Dear Nordic Team,
I am using NRF54L15 on NRF54 DK board and when trying to use/activate any other UART other than UART20 (e.g. UART21, UART22, UART00) on my project, every...
Hello, I've been developing an nRF52840 on a custom PCB for ~1 month now, and my environment was working previously. After updating my version of Jlink and installing other...
Hello.
I'm using nrf9151 with nRF Connect SDK v3.1.1 and Zephyr v4.1.99, modem firmware v2.0.2 I try to implement the full modem update. After downloading the "firmware...
Hello,
I can no longer use AT commands on my nRF9161 DK development board.
It used to work perfectly, but I don't know what happened.
I had previously completed the...
Hello,
I wanted to see if it is possible to move provisioned devices between team IDs in the NRF cloud. Right now I am using a nrf9151 to connect to the cloud. Once the...
Hello,
I am using Nordic nRF Connect SDK v3.1.1 and nRF5340DK board.
My project is based on the project: GitHub - nordic-auko/nRF5-ble-timesync-demo: nRF52 clock synchronization...
Hello,
I'm looking for more information on the soon to be released S145 softdevice for use with the NRF connect baremetal option for NRF54L. Will S145 support BLE PaWR and...
Hello, I'm using an nRF7002 with an nRF5340 host processor to detect and process WiFi beacon packets in monitor mode. I've encountered an issue where the nRF7002 appears to...
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...
I am designing a battery-powered mobile device.
Previously, I was using Reg0 in DCDC mode, but I added an external 2.0V DCDC with higher efficiency (low Iq) and decided...
Hi!
I would like to know if anyone has any idea when we will hear more about the future products compatible with the new Bluetooth Core 6.2 specifications, as this will...
Backround: We are planning to use TF-M with a two-stage bootloader (NSIB & MCUBoot) using dual-slots for secure and non-secure images. We need to support configurable fixed...
To use ECDHE_RSA you need to enable the following Kconfig symbol:
This symbol depends on MBEDTLS_HAS_RSA_CIPHERSUITE_REQUIREMENTS :
This symbol depends on MBEDTLS_RSA_C...
I am developing a project for the Thingy91:X making use of the Asset Tracker Template.
Following the Getting Started guide, I successfully build for the Thingy91:X.
However...