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...
Board: nRF52840 DK (pca10056) NCS version: v3.2.3 Goal: Send and receive raw 802.15.4 frames with a custom packet format, without using OpenThread, Zigbee, or any other mesh...
Hi:
What is the maximum number of targets that a DFU distributor can support for simultaneous upgrade, and what is the upper limit? I haven't found any detailed explanation...
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...
Hi,
I've been using NRF Cloud without issues (Pro subscription) and I am no longer able to login my NRF Cloud account. I tried changing password and use different type of...
Hi,
We have an application where we have a working DFU over BLE with SDK 2.9.1 but once we have migrated to 3.2.4 it has stopped working. Something has obviously changed...
Affected
zephyr/drivers/regulator/regulator_npm13xx.c (current driver)
zephyr/drivers/regulator/regulator_npm1300.c in older NCS / Zephyr trees
Reproduced on a nRF9151...
Hi,
I am using the Nordic UART Service (NUS) on an nRF52840 with NCS. Without pairing enabled, NUS works perfectly with the nRF Toolbox UART service — both sending and receiving...
I did not get Audio - adc value shows zero all the timse why ??
const codec_register CODEC_DEF_REG_DATA [] = {
// ==========================================...
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
With CONFIG_OPENTHREAD_BORDER_ROUTING=y (the default selected by CONFIG_OPENTHREAD_ZEPHYR_BORDER_ROUTER=y ) and CONFIG_OPENTHREAD_TREL=y (also the default), the...
When implementing a custom service, the order is usually Generic Access, Generic Attribute, and then the custom service.
Is it possible to change this order to custom services...
I'd like to know more about the single-antenna AUX functionality of the nRF9151. More specifically, this line in the documentation for AUX has piqued my interest:
When the...
Good morning,
we are using the Zigbee stack (ZBOSS) on nRF52 devices with Green Power Sink enabled and we are integrating a Green Power door sensor.
nRF5_SDK_for_Thread_and_Zigbee_v4...
Hey, I was trying to look for information on how nrf9160 modem selects the network to use, since we are having slight trouble with some devices triggering full network re...
Hi
I'm trying to drive a 75hc595-type shift register with a SPIM instance on the nrf54l15.
I connect MOSI to the shift register data input, CLK to the shift register clock...
Hello,
I am attempting to develop an open source nRF52832 PCB design, aiming to minimize the footprint as much as possible.
Thus, I attempted to cramp as many components...
I had one nRF54l15-DK,and I want to make a music player by nRF54l15's BLE,but I am not sure is it supposted LE audio to client my headphone.if it supposted, is it full LE...