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'm working on a project that was primarily developed with NCS v2.9.0. The application (using an nRF5340) utilizes BLE mesh and is configured to use TinyCrypt for...
Hello,
I am using nRF52833 with nrf connect sdk for vs code (SDK and Toolchain version : 2.9.1).
Hello Nordic Team,
I am using OTA DFU with MCUboot on the nRF Connect...
I have a custom NRF9151 board with Windbond W25Q32JV flash, and some other peripherals connected. It also has GPS and LTE which I have tested and work. My UART console is...
I am trying to flash and use the debugger on a nrf52840 DK to flash a Thingy53, using the ribbon connector as outlined in this video . I tried to follow the steps in this...
nRF9160, SICA B1A, mfw 1.3.7, NCS 3.1.0
I currently try to test the situation, when the battery gets drained "too much" and the voltage drops below 3.0V (e.g. 2.9V) on VDD1...
Hi Nordic Team,
I am using MCUBoot with BLE DFU on nRF5340 and I am facing an issue where the DFU process cannot complete due to my application’s custom boot logic.
After...
My project is running on an nRF52832 with the soft device enabled. At the start of my project I have the following
When I reset the system our normal way (calling nrf_pwr_mgmt_shutdown...
Dear all,
I wanted to modify BTHome template sample for Home Assistant software in order to run enable it to advertise on PHY Coded, there I guess I need to enable extended...
Hello,
The following code performs an I2C write-restart-read operation that works correctly on a NRF52840 devkit with ncs v3.1.1, but fails with ncs v3.2.0 and v3.2.1. Note...
If I source the toolchain environment (using eval "$(nrfutil sdk-manager toolchain env --ncs-version v3.2.1 --as-script sh)" ), the curl CLI stops working:
The toolchain...
Hi everyone,
I’ve just started my adventure with the nRF52xxx family and have already hit a wall. In my previous project, I successfully programmed an nRF52840 dongle, but...
Hi, i want to use the coded PHY for advertising but cannot get it working. I configure the advertising source with these params:
and start the scanning of the sink like...
Hello,The Nordic Team
I have developed a SED product based on the Matter Over Thread protocol. I want to add a real-time time function on the device side. I have learned...
IDE:SES for ARM V5.42a
SDK:nRF5_SDK_16.0.0
I am develop BLE device with nRF52832. I found that some global variables were assigned ramdom values if I enable UART easyDMA...