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 all,
I'm working on a Nordic-based system involving multiple nRF52-series chips exchanging high-rate sensor data over both radio and SPI links. The setup involves two...
HI
I am using the NCS 3.0.0 SDK and want to use FCB to store sensor data only in external flash.
Therefore, I added external flash to the pm_static.yaml file in the project...
I’m using the nRF9151-DK Evaluation Board . Normally, I connect the board to PC via USB — for programming/debugging
However, since I’m preparing for production testing,...
How to incorporate RSSI (Received Signal Strength Indication) signal strength measurement in the channel_sounding_ras_initiator example? Which function should be used?
Hello everyone, I'm trying to build the blinky sample for nrf9160 DK board using CLI. The build works with SDK and toolchains v2.2.0 and v2.9.0, but fails with v3.0.1 and...
Hello,
I am experiencing an issue with the I2S on my nRF54L15 DK while my application with the nRF Connect SDK Bare Metal v0.9.0 I am trying to use initial I2S .
IRQ_CONNECT...
Hello,
I am currently evaluating the use of the nRF21540 FEM to boost our radio transmission range and resilience. Currently we are using an nRF52840. For my tests I used...
Summary
We are trying to perform a DTLS 1.2 handshake using PSK (Pre-Shared Key) from an **nRF9151 module running NCS v3.0.2, using modem-offloaded DTLS (IPPROTO_DTLS_1_2...
Hello!
I have stored a PSK in the KMU of my nRF54L15, and now want to use it for a Lwm2m client DTLS connection.
According to Zephyr's documentation, the PSK must be provided...
Hi, I'm using v2.7 toolchain and v2.61 sdk, I tried with both wifi sta and wifi shell example, both failed to build when CONFIG_WPA_SUPP=y, if I comment out this config, then...
I have succesfully tested my software that sends gnss location to aws iot with nrf9151dk. Recently I configured software also support also thingy91x. My problem is that Aws...
I've nrf52833dk board, I'm doing i2c exercise from Dev Academy's NRF connect sdk fundamental course. For some reason I used 'Quick Start' option in "nrf connect for Desktop...
Dear Nordic teams :
I would like to clarify the capacitor usage configuration:
1. If the firmware is configured to use the internal load capacitor and I also place external...
Hello,
I'm building a project on a Xiao nRF52840 Plus board. When I built and flashed the firmware, the Nordic LED Button Service does not appear in the nRFConnect app....
I have a custom board with bl54u and NPM1300 . Working fine.
But now replaced with a NPM1304 as it is pin compatible. Worked fine with fuel gauge NPM1300 on SDK 3.0.1. ...
We've derived a DTLS handshake test firmware from github.com/.../l5_e2_sol
Tests have been done using nRF9151 DK, SDK 3.1.0 and modem firmware 2.0.2.
First we verified...