I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
what can be the starting Point for Bachelor Thesis involving BLE 5.0 devices to be deploy in mesh Network. How the challanges in the Thesis can be address and set as a Goal...
Hi
I am maintaining a NRF project, done all Dev Academy courses 2 years ago, still I am havibng trouble.
My current task: I need to set a (hardware) timer interrupt with...
Hi Support
We are in the process of integrating the NPM1304 into a small battery (55mAh) wearable device. I am finding it hard to figure out section 7.3.2
regarding the...
Hello,
I am not able to send any data through the pins of port P2 using Pins : P2.0, P2.2, P2.3, P2.4 , while the pins P1.11, P1,10, and P1.4, P1.5 are working properly...
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...