Software and Softdevice: SDK 12.3.0 keil5
Platform: Windows 10
Hardware: NRF52832 DK
I am trying to combine WDT and FATfs together. But once I have both of them, there...
I am trying to get a good handle on the difference in average power consumption between BLE point to point and Zigbee on an nRF52840. We have battery powered products and...
Hi, For my project, I need to design a BLE packet sniffer which scanning the 40 channels. Therefore, I need 40 dongles are connected to a computer that can read and transfer...
I am writing code to get a nrf52840 DK to associate with an existing 802.15.4 coordinator using the 802.15.4 API module within SDK 15.2.
I've called "mlme_scan_req" and...
Currently, I am able to use Mqtt Publisher or Subscriber with only one Nrf52 device. I can ping to the device with link-local address.
I am using Nrf52832 with SoftDevice...
Hi everyone,
After days of figuring out how CMake works, I try to write a CMakeList.txt myself, and decide to put my progress on this community. Right now, using CLion with...
i am using nrf 52832, i got SAADC example code from sdk. that code done by using timer. i could not understand timer section. Is available SAADC simple example code without...
I'm working with Channel Sounding on the nRF54L15 and trying to understand the CSTONES tone-processing block at the register level so I can post-process the results correctly...
If a Channel Sounding procedure is aborted while in flight and the ACL is then disconnected, the device settles at a flat ~1 mA with the CPU asleep in the idle thread and...
Our device is using NRF54L15 for BLE function. When we test the max distance of ble connection between 2 devices, we get the below results.
We are confused by these...
Hi Nordic Team,
I am working on a custom device based on the nRF5340 SoC . My application captures live audio from an I2S microphone , processes the audio on the nRF5340...
Goal: Create SBOM with correct version numbers, CPE search strings, PURLs, and licenses. Use that to scan and assess vulnerabilities. Platform: NRF Connect SDK 2.9.1 or newer...
we run long-term HIL tests with typically 3–8 nRF9151 DKs:
DKs spaced only about 1–3 cm apart
short USB 3.x cables to powered USB 3.2 hubs directly below them
sometimes...
This is a product based on nRF52832, which uses PA/LNA.
The device resets in Bluetooth advertising state. the ID is 1 (NRF_FAULT_ID_SD_ASSERT), the PC is at 0x000071CC,...
Hi Nordic,
We are developing a PC application for product programming that uses nrfutil to program the nRF54LM20. The programming process involves recovery, programming...
I understand that the NRF54LM20 reference suggests not to put any sort of resistor or capacitor components on the reset pin and simply rely on the internal pullup. Since this...
Hello,
we are trying the nRF93M1 DK hw rev. 0.4.0
As suggested, we wanted to build the following sample: https://nrfconnectdocs.nordicsemi.com/ncs/latest/nrf/samples/nrf93m1dk...
Hello,
We're trying to build a demo based on the BLE Audio sample with extra BLE services to transmit sensor data.
I have managed to build and run the BLE Audio sample...
On my nRF52840 with SD 17.1 through nrf_crypto_init the function p_backend->init_fn () is called.
The only backend I have enabled is CC310 via setting
in Makefile...
What this ticket reports
We ship a battery-powered nRF5340 product using the nRF Connect SDK's documented production security configuration: immutable bootloader (NSIB/b0...
Hello,
I am using the nRF52840 DK (same applies also for the dongle). The setup is quite simple. I have two nodes on my desk, one transmitting packets and the other receiving...
Dear NCS team,
I am developing an asynchronous UART driver using ncs v3.1.1. I observed that when calling uart_rx_enable() with a timeout value of 100 µs (at 115200 baud...