Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
i have PMIC(I2C based )Max20360 that is developed using twi sensor , to this when i am intergrating a SAADC part throws error error # 134 :expected a field name . 1)why am...
Hello all,
I am using the nrf52840 MCU and NCS v2.6.2 for my application development. Here I am using SPIM3. I am using a peripheral which have an internal FIFO. From...
I would like to do a FOTA using bluetooth and external flash memory on nrf52840 board. I am also using sdk 2.9.1 The issue i am currently facing is I get the below when i...
Hi We are working on setting up CI/CD pipelines for our nRF application. The application is set up as a stand-alone application with its own west workspace. It uses external...
I've been working on a custom device utilising the nRF52832 that needs to switch GPIOs in tightly controlled pulses. The problematic section is part of a much larger project...
Hi,
I’m streaming high-rate sensor data over BLE with an nRF52840 running NCS v2.9.0.
Data rate: 1 kHz, ≈ 8 400 B/s
Packing: 5 samples → 42-byte packet, pushed...
I would like to know the recommended battery part that is suggested by nordic to work with the nrf5340 Audio DK. I saw some blogposts where it was mentioned that a 3.7V 1500mah...
Hello,
I am having some trouble with the UART API (Async and interrupt). I am connecting the development board (nrf9151 DK) to a 3rd party device (keypad / prox reader)...
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...
Hi!
We use nRF Cloud Log backend in our project. And during my research I found that it actually doesn't filter (despite the filtering code is there) messages generated...
I'm working with nRF5340 and nRF Connect SDK 2.9.0, using sysbuild and Partition Manager for my project. I want to enable Zephyr's coredump feature and store dumps in internal...
We need to sense temperatures in the upper end of the operating range, specifically in the 40C to 70C realm. We have three different units, and we are finding that the temp...
Hi ,
1.In the example: In nRF5_SDK_17.1.0_ddde560_usbd_msc_1\components\libraries\block_dev\qspi\nrf_block_dev_qspi.c, I need to set the following 0xB7 bytes. How should...
Is there any documentation around the process to disable the Debug Access Port on a nRF54L device in software (not nrfutil)?
The nRF52840 has this nice documentation page...
Hello Team,
We are working on custom board using nrf54l15 platform.
If we flash only application code, it works, LED is blinking & BLE advertises. But after adding DFU...