Description
I'm working on a battery-powered application where WiFi needs to be shut down between cloud sync intervals. I'm following the same pattern as the wifi/shutdown...
Hi Nordic team,
I’m working on an nRF5340 project using MCUboot with the secondary slot placed on external flash.
I found a strange issue related to pm_static.yml . My...
Hi all,
Due to wrong pin assignment on my PCB I am currently bit banging a uart on two P2 pins using the FLPR core. The read bytes and bytes to send are communicated via...
Hi,
After installing nrf sdk v2.9.3 trying to build application under Windows fails with the following message:
Trying to run any command inside the NCS shell/terminal...
I am designing an ultra-low-power BLE Audio TWS board based on the nRF5340 and have followed the recommended hardware design guidelines throughout the project. This is my...
Hello, I was wondering when will the new nRF54LM20A/B series of SoCs will be available to build as a new board based on them? In the current version of the nRF Connect for...
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 am using nRF5 SDK v17.2.0 on a legacy product. I have code that looks like this:
When reading the characteristic repeatedly, I sometimes see something like this...
Hello everyone
I am following BLE tutorial on Nordic DevAcademy Last part of BLE shows you how to use the nRF52480 to have a BLE sniffer in the Wireshark I have installed...
It seems like the nRF54LM20-DK is not properly powering LED 0-3. After measuring 0V from TP1 to GND, I opened the board configurator and tried applying "ledcontrol" as both...
Hi.
I'm total noob so please excuse my ignorance. I have a nRF54L15-DK which is obviously not a nRF52 device and the RSSI viewer is only compatible with nRF52 series. But...
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...
Hello,
We are seeing a few strange cases of devices reporting MPSL assertion on file 112, line 1588. The assertion comes from the softdevice, so its a bit tricky to understand...
I am currently using the NRF_POWER->GPREGRET and GPREGRET2 registers to store data for my custom handling under NVIC_reset . My objective is to identify the cause of a manual...
I designed a circuit using the NRF54L15 to connect via Bluetooth and control several peripherals. I program the chip using the Debug Out of the NRF54L15 DK Development Kit...
I am able to build the firmware without any errors from persistent_key_usage example as below condition
Board: NORA Evaluation Board SDK Version: 3.1.0 Toolchain: 3.1.0...
Hello Nordic team,
I am using an nRF5340 DK with Zephyr, and I am facing an issue where the UART console freezes whenever CONFIG_LOG_BACKEND_FS=y is enabled.
My logging...
Hello, Nordic,
I am trying to use radio test to do FCC, but when I test the example, I found some issues.
When I test it by nRF connect the input may be truncated or...
Hello.
I'm trying to use WS2812 leds with I2S. I'm using two boards for testing: an NRF5340DK and my board based on the HOLYIOT-21069-5340 module.
I'm using a zephyr/samples...
using ncs 3.1.1 how can we invert SW_CTRL0 logic we using a different RF SWITCH then DK
"Does register 0xA4002DC8 (SLEEP_CTRL_GPIO_CTRL) on nRF7002 have a bit to invert...
nRF5340-DK, PCA10095, v2.0.1 and v2.0.2
According the zephyr device tree, the UART0 is mapped to GPIO 0.19/0.20 and UART1 is mapped to GPIO 1.0/1.1 .
According the schematics...