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...
Hello! I am trying to upload the basic applications to the Thingy:91 X from the downloads tab, here: https://www.nordicsemi.com/Products/Development-hardware/Nordic-Thingy...
Hi,
I just noticed that there's another issue with my project after upgrading from SDK 2.3.0 to 3.1.1.
I am using the 802.15.4 radio for low level packet communications...
Hi,
for a project based on the nRF54L15, we are evaluating the new single-slot DFU mechanism.
Using NCS v3.2.1, I am testing the sample available at: https://github.com...
Based on the DevAcademy here is my following setup using a custom NRF54L15 chip with the NRF54L15-DK devicetree with following overlay:
prj.conf:
CONFIG_GPIO =y
...
I'm trying to configure the nRF cloud log backend to aid with debugging of devices during field tests without the need for bulky UART harnesses to capture logs from the serial...
Hi everyone,
We’re trying to use UART1 on the nRF9151 DK in non-secure mode , mapped to the Arduino R1 connector. However, it seems to be reserved by TF-M , and we cannot...
Hi,
I want to reduce the time required to read 16 KB of data from the datalogger. Currently, it takes about 6 seconds to read all the data. How can I decrease this time...
Dear Support-Team,
I have checked that now back and forth: When I add
CONFIG_NO_OPTIMIZATIONS=y CONFIG_MAIN_STACK_SIZE=8192 CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=8192
in...
So I have this nRF5340-DK board where the Segger programmer/debugging chip is the same size as the nRF5340 SoC. It recently broke when I was moving and I am about to purchase...
Hello,
I am trying to measure nRF9151 current using Power Profiler Kit II, running Cellular UDP project on EVK and following the steps in:
https://docs.nordicsemi.com...
Hello
I am using nRf52805 based BLE peripheral using the Nordic UART Service (NUS). The device transmits numeric data periodically using GATT notifications (NUS TX), and...
Hi,
We have products in the field using SDK 15.2 with its associated S140 SoftDevice s140_nrf52_6.1.0_softdevice, and bootloader.
We are upgrading our application to SDK...
I've succesfully setup multiple nRF7002DK boards with an example app to connect to WiFi.
One out of the five boards the Wifi does not work. The interface stays down in Zephyr...
Hello community
I have tested the v3.2.1\zephyr\samples\boards\nordic\system_off example and it works fine on my nrf54l15dk. Now i wanted to use parts of it for my custom...
Currently I learn the current DFU example from nrf_sdk but I failed in the last step:
I compiled the bootloader example secure_bootloader\pca10056_uart
in the...