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...
Hello Nordic,
I’m using ncs\v3.1.0\nrf\samples\peripheral\radio_test` to test the nRF54L15 with PHY set to `NRF_RADIO_MODE_BLE_LR125KBIT`. However, the RF spectrum measurement...
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...
We have been trying to upgrade nRF connect SDK from v3.1.1 to v3.2.1 and run into the following issue: When we enable CONFIG_PM_DEVICE_RUNTIME=y after flashing, the device...
We've encountered an issue when reading OTP memory using tfm_platform_mem_read() .
After invoking tfm_platform_mem_read() , any subsequent call to k_sleep() (or any other...
Looking at this forum post from 11 months ago, and I'm confused about the guidance given. https://devzone.nordicsemi.com/f/nordic-q-a/99083/reading-uicr-value-at-runtime-for...
Hi,
In ncs/v3.1.0/ modules/hal/nordic/nrfx/drivers/include/nrfx_nfct.h, the enum ' nrfx_nfct_param_id_t' is defined as:
In the nrfx support libraries shipped to us with...
We have a board designed with nrf54l15 and we plan to use the RRAM to store the image. That is, no external flash to store images.
For this design, is it possible to use...
Hello,
I am trying to get to grips with the nrfx driver: GRTC.
I want to create the following sequence with the lowest possible power consumption. Activate output 1 for...
Hi
I have two nRF5340 DK boards.
I cannot remember what I last used them for, but I can no longer connect up to them.
In VSCode, when I usually connect to an nRF board...
Hi, I am able to flash my XIAO nrf52840 using my nrf52840dk however the code does not run once flashed. I checked and the code itself is starting at 0x00027000 presumably...
With NCS 3.2.1 I can't make use of custom mbed TLS config headers anymore, the MBEDTLS_CFG_FILE KConfig option always get overwritten. Previously setting CONFIG_CUSTOM_MBEDTLS_CFG_FILE...
Hi,
I tried searching public question on the matter and wasn't able to find anything reminiscent of the problem I have.
I'm developing a presence sensor using ZigBee protocol...
I'm working on formalizing our DFU process. We're building on Zephyr and using mcuboot as the bootloader. We're using ble to transfer the images over smp and then our current...
Hi,
I have a weird problem. I have encountered this both with a large in development project and now have recreated it with a very simple bare bones project. Both projects...
Hi,
Our device is built with nRF52840 and SDK 17.0.2 and support Numeric Comparison pairing in HID mode.
Our device is trying to connect to Android device which has bluetooth...
Hello all, My nrf52820 board consuming high current in system off mode(56 uA) than mentioned in the datasheet(0.3 uA), for simple gpio code. Can anyone help me solve this...
Hello,
While working with ai.lab.nordicsemi.com and the Neuton library, I encountered several limitations related to the feature extraction workflow and the provided function...