Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
Dear Nordic Experts, This one's a tough nut to crack:
The firmware is based on nRF5 SDK for Mesh 5.0.0 with nRF5 SDK 17.0.2 and Softdevice s132 7.3.0. It runs on a nRF52832...
Hello community
I have tested the v3.2.1\zephyr\samples\boards\nordic\system_off example and it works fine on my nrf54l15dk. Now i wanted to use parts of it for my custom...
Currently I learn the current DFU example from nrf_sdk but I failed in the last step:
I compiled the bootloader example secure_bootloader\pca10056_uart
in the...
Hello, when sending audio packets using a broadcast stream one can provide the seq_num of the packet (using the function `int bt_bap_stream_send(struct bt_bap_stream *stream...
Symptoms:
When running Bootloader + SoftDevice + App (with SoftDevice enabled in the app), The bootloader runs correctly and starts SD. The app is started, but crashes...
Hi,
I'm using nrf Connect SDK 3.1.0 and want to control three WS2812B LEDs with the LED strip driver. Therefore, I created the devicetree entry similar to the sample:
...
Hi!
We are currently building a product using nRF9161 on (rather old) nrf-sdk version v2.9.2.
After production we are testing the hardware functions of this product using...
We have a product that was built on NRF SDK 1.6.1, which is zephyr 2.6 as far as I can tell. We have ported it to zephyr SDK 3.7 (not NRF SDK) because there have been many...
I struggle with my experimental project of breath and apnea detection. It works except that I cannot reduce the poser consumption bellow 1mA when powered on battery, despite...
Hi I saw NRF Connect for Desktop is in the maintenance state, no more development. New recommendation is NRF Connect for VS Code, right? In this case, how about the PPK2 tools...
Hi,
Currently, I know that OTA updates for the nRF5340 can be performed using Device Manager and the nRF Connect mobile application. However, if using a PC, is it possible...
SoC: nRF52832 or nRF54L15 SDK: nRF Connect SDK v3.2.0
We are considering controlling coexistence via PTA signals when operating a third-party Wi-Fi device together with...
On this page https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/build/dts/howtos.html#set_devicetree_overlays and many others in this documentation, it appears that...
The subject issue is documented here as " NCSDK-20567: Partitioning limitation with MCUboot swap move": This issue has been open for while. These two DevZone tickets refer...
I use ncs3.0.2 to develop the 54l10 chip. I created a timer using k_timer, with a period of 1 second, to record the device time. Although I have adjusted the load capacitors...