HI,
I am developing an NFC application using the nRF54L15 with SDK version 3.2.1, and I am using NDEF for data exchange. However, I have encountered an issue: after the...
In the nRF Connect SDK v3.3.0 release notes, I noticed that the QoS Channel Survey feature has transitioned from experimental to supported (i.e., production-ready).
From...
Hello Team,
I am trying to test a PDM microphone (MP34DT01‑M MEMS) on the nRF9151 DK using nRF Connect SDK .
So far:
I have successfully tested I2C and I2S DAC audio...
Back in SDK 17 or so there were code samples for both the client and server side of the LED button service.
What happened to the client/central example when you migrated...
Summary
On NCS v3.3.0 with CONFIG_OPENTHREAD_ZEPHYR_BORDER_ROUTER=y and a single Ethernet AIL interface (W5500), the Border Router never initialises:
ot br state → uninitialized...
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...
As shown in the figure below, I measured a voltage of 5V at the location marked in red, and measured a voltage of 0V in the components within the yellow box。
Is it absolutely...
What is the switching frequency of the internal DCDC in 54L15? What is the function of the FB1 ferrite bead in the reference design? Are there any risks in changing the capacitance...
I am extending one of Qorvo's UWB platforms.. adding Softdevice BLE functions.. (which work ok) (this is on sdk 17_1_0)
the coprocessor uses a GPIO connected signaling mechanism...
Hello!
We are a student group from NTNU which is developing an BLE Audio Beacon using the nRF54L15 socket and the nPM1300 PMIC. However, we have ran into some issues when...
Hi, I am trying to optimise for raw TX throughput. I am running the raw_tx_packet sample. I am using a nrf7002-dk and running v3.1.99 with the following configuration changes...
Hello,
I am currently working with the Nordic Power Profiler Kit II (PPK2) and the Nordic Thingy:53 for current measurement experiments.
Setup
I was using PPK2 to...
Hi,
I'm trying to use the bitcounter to drop packets that don't comply to a specific UUID. I'm working with nrf52840.
My question is - if the received packet is shorter...
I’m working on a custom board based on the nRF9160 (SICA variant) and trying to enable MCUboot + TF-M with sysbuild. I’m running into an issue where the system never reaches...
If a device has established a PDN connection, is it sufficient to rely on lte_lc's pdn module to determine if a network connection has "failed" due to being out of range,...
Nordic Team:
We have a product in production that uses the nRF9160 and nRF7000 and had assumed the nRF7000 did not transmit. We only recently discovered that it does, in...
Hi
How can I use ztest to calculate code coverage on the nrf54l15 platform, I tried to use the configurations of CONFIG_FORCE_COVERAGE=y, CONFIG_COVERAGE_GCOV=y, and CONFIG_COVERAGE...
I want to use the debug out on the nrf54l15 DK development board to program my custom board,However, I don't have a compatible cable, so I can only solder the cable onto the...
Situation
When using vanilla zephyr I get a very verbose generated zephyr.dts file where every line is annotated with the line's origin like the following:
However,...
I am using Wireshark with Nordic BLE Sniffer plugin. The sniffer dongle used is nRF52840. I using it to capture a BLE connection from my laptop BLE to a peripheral BLE device...
Hi
I would like to synchronize multiple devices over wifi.
Over BLE and NRF I see the posts using time slot spi. Is there any way to do this over WIFI?
I found this...