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...
Hi,
I'm designing my device based on the Thingy53 layout and I have some questions:
The first is why, in the T53, the antenna division comes through U17 (PE4259) instead...
I recently began testing with the nPM1300EK and it seems like something is wrong with it. A number of different tasks don't seem to be working correctly:
Profiling a battery...
Greetings,
Using SDK v3.1.1 the SPI MISO signal appears to be actively driven by the nRF5280 for both my SPI1 and SPI2 configurations. In both cases there are no active...
Hi All,
I have to validate following use cases:
N reflector with nrf52833
1 initiator with nrf5340
The nrf5340 will be able to :
calculate distance from each...
Hi,
we are implementing MCUmgr SMP OTA over BLE (Zephyr + nRF54L15) with flutter, and I want to confirm that I’m generating the correct SMP upload packet format before streaming...
Hai, i try to MFRC522 rfid reader interface the nrf52833. 1. I try the read version from reader but it's only show the 0xFF 2.I try to read the card id . it is not work. I...
I'm unable to import/export mesh networks and then subsequently send mesh messages. I believe this problem has been mentioned before [ 1 ][2][3], but the solutions offered...
Hi,
We've had a mesh sensor network all working for a long time using SDK17.0.2 + Mesh SDK 4.1.0
The data is accessed by a mobile app through a mesh node acting as a proxy...
Hey
I am struggeling to build the smp_server sample for the nRF5340:
west build -p -b nrf5340dk/nrf5340/cpuapp/ns -- -DFILE_SUFFIX="nrf5340_bt"
fails with a linker error...
Hi Nordic Team,
I’m currently using two standard nRF5340 DKs (non-Audio DK) running the nrf5340_audio application.
We’ve successfully adapted I²S speaker output on unicast...
Hello, I am going to use nRF52833 to develop a remote controller based on Zigbee RF4CE specification.
From the nRF5 SDK for Thread and Zigbee, it looks like RF4CE should...
Hello,
Is there a way to change the LPCOMP reference level in Zephyr other than what is set in the devicetree overlay?
I'm happy to disable it, change it and re-enable...
I am experimenting with the Nordic ESL sample application. The central_esl app is running on a nRF5340DK. I would like to add the nRF21540EK to this to improve the range....
I'm suddenly getting this error message with nRF Connect for Desktop. I've tried deleting and reinstalling, but the same error persists.
What should I do?
Error: Failed...
I'm not able to debug any of example applications that uses non secure build. Non ns versions works fine. I have added CONFIG_TFM_CMAKE_BUILD_TYPE_RELWITHDEBINFO =y to my...