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...
Working in a Windows 64 environment with nRF Connect SDK v1.5.0. Target is a custom nRF5340 board connected through a nRF5340-PDK as a debugger, via USB.
I can no longer...
Hi,
I am developing a custom PCB based on the nRF52840 and am currently trying to flash/debug it using an nRF52840-DK (PCA10056) as an external debugger.
connected devices...
Hello
nPM Power UP v 2.24 detects nPM2100 EK, but does not detect the CR2032 battery. The active battery model selected is CR2032 and the fuel gauge is enabled.
I placed...
Hello,
We currently use an nRF51822 device in our product with the top marking QFABC0 .
We understand that NRF51822-QFAB is the ordering part number, and that QFABC0 is...
I'm working on a project for the nRF54L15. Until now I have not been using mcuboot, but since I added SB_CONFIG_BOOTLOADER_MCUBOOT=y to my sysbuild.conf, I get an error when...
in the datasheet table 80 "GPIO port mapping" the function "CAN-RX" is only listed on P9.4 and P2.8 are these the only two pins it can be assigned to ?
I am struggling to...
Hi Dev,
Development platform: NRF54L15 + NCS 3.0.2. We use k_uptime_get() to obtain the system uptime and perform task scheduling. Everything runs normally when the device...
I need to create a firmware to the nRF9151 SMA DK that can send a message to me (it can be via MQTT, but I prefer the nRF Cloud) containing info about the location of the...
Hi,
I'm trying to debug a Zigbee issue and for that I want to try some Zigbee samples on the nRF52840DK. But all links for Zigbee in docs.nordicsemi seem to be broken. All...
I'm running into a bit of an annoying situation every time i run ' west flash --build-dir ./build' in the command line. It rebuilds always after a successful build i set when...
To anyone trying to create the reflector for this combination there is an important conf file to add to the project. You should add android_ranging.conf to your build that...
In NCS v3.3.0 the signing of binaries fails when building the Non-Secure application (build with TF-M) in combination with XIP, split images and disabled partition manager...
in Memfault I see the device ID number for each device such as 41EF6BB8FB6C9AF9. Is the distribution for the first 3 bytes the same as the distribution for the last 3 bytes...
Hello! I'm using Zepyhr OS with nrf connect SDK v3.2.3 and the NRF54L15 hardware.
I am using UARTE with the async driver (direct memory access). This is my uart configuration...
After a full consume of an spsc_pbuf , the buffer can become logically empty while rd_idx and wr_idx both remain at a non-zero offset. This breaks the next large allocation...