Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
I am trying to capture steps and wrist wakeup ( https://github.com/zephyrproject-rtos/zephyr/blob/4c6b1e5a65e752c881183ddb4687fa0231b11cc3/drivers/sensor/bosch/bmi270/bmi270...
Hello I am doing research for my paper which includes using MCPD distance measuring between nrf52840dk boards. I currently use nrf_dm sample to measure the distances. I have...
Hello
I'm using NCS 3.1.0 and I’m able to use signed files for FOTA. However, I would now like to add encryption, but I can’t figure out what’s not working :
app/ ├──...
We are preparing a product for production and have enabled authenticated debug access on the NRF52840. Because authenticated debug access is not described in any Nordic documentation...
Hi, I've installed Visual Studio 1.90.2 + nRF Connect for VS Code Extension Pack v2023.11.3 + v2.6.1 toolchains + v2.7.0-rc2 SDK. Then I create a new application, copy a sample...
Hi,
I'm having a problem with sending notify packets, I'll describe the situation I'm doing.
Problem :
I have 5 devices connected to the board and I want to send a first...
Currently on NCS 2.9.2 and radio_test is buildable with CONFIG_BT=y and CONFIG_COUNTER=y. Trying to switch to 3.1.0 but getting an error that "MPSL reserves TIMER10 on this...
Hi There
I run a NRF52840 with the MESH SDK, and use the Flash manager provided.
After some time i would like to update the Device over FOTA this ends in a Assert on booting...
This is my basic information:
1. SDK version: V2.8.0
2. Project: Matter Light Bulb
3. Board: 52840DK
This is my question:
I can use this command to commission bulb...
Hello all. I have an issue in production of a device that utilizes the 52833, aQFN73 7x7mm package, in regards to the pad stack dimensions. I wanted to check the datasheet...
I work currently working on a driver module supporting your nRF91x1. I schedule rx-operations via your nrf_modem_dect_phy_rx() dect_phy modem-api. I am using the .handle field...
Hi Nordic Support Team,
I’m working on an application running on a custom nRF5340 board with nRF Connect SDK 3.0.2.
My goal is to perform BLE DFU only on the Application...
SDK17.1
MCU: nRF52832
My product supports connecting to two master devices. After successfully pairing and bonding with both master devices.
Is it possible with the...
How does VS Code know which nRF5_SDK_xx to use?
Where does VS Code get the nRF5_SDK_xx files to build the BLE app?
PS. Using VS Code V: 1.104.0
Any help appreciated
Hello everyone,
As the title suggests, we're trying to get the on board flash (mx25r64 as far as I can tell) of the nrf7002dk devboard working as a USB mass storage device...