Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
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...
I have been having a series of issues with programming from nRF Connect using a J-Link programmer. I have made a couple of other recent posts and in each of those, I thought...
hi,all
I used to use nrf54l15dk board as a client server, want to connect to a bluetooth remote,and get bluetooth remote notify message;
I use sample "central_hids...
Hi guys,
I have MQTT v5 up and running but I am currently trying to implement one-way TLS then mutual TLS once it's completed. I am not too sure what I am doing wrong but...
Hi:
My environment is: Windows laptop, nRF52 DK (Peripheral), nRF52840 Dongle, Mobile Central (iOS and Android), and Wireshark nRF Sniffer for Bluetooth.
Peripheral sends...
Hello all,
I have problem with flashing the code. It gives me memory protection error.
Steps I followed for creating firmware and flashing:
1- I took a sample from nrf...
I'm working on a product prototype using the nrf5340 audio dk to send audio via Auracast. We started from the nrf5340_audio application, as it implements a large fraction...
While testing UART communication between a Seeed XIAO board and the nRF9151 DK, I connected the following pins: - XIAO 3.3 V → DK VDD - XIAO GND → DK GND - XIAO TX → DK RX...
Hello,
In the nRF52840 datasheet, some pins are explicitly marked as “low frequency I/O only.” However, I couldn’t find any similar indication in the nRF54L10 datasheet...
Hi everyone,
I’m testing a custom nRF54L15 board with BLE, but it gets stuck inside bt_enable() . To debug the issue, I checked whether my 32 MHz external crystal (HFXO...
Hi, I want to use the external flash on nRF9151-DK (gd25wb256). Having set all the necessary files (prj.conf, nrf9151dk_nrf9151_ns.overlay) and some parameters in the main...
Hi Nordic Community,
I'm testing NFC functionality on the nRF52840 DK development kit using the record_text sample from nRF Connect SDK v2.9.1 (which includes Zephyr OS...
Recently, when using the ncs v2.9.0 SDK, I found that the definitions for some interfaces could not be found. For instance, nrf_radio_packet_conf_t (it cannot be found even...
I am currently working with the Channel Sounding sample on the nRF54L15 DK boards and using Nordic’s multiple-antenna support as described here: docs.nordicsemi.com/.../channel_sounding...
Hi, I’m working on an nRF52840DK-based Bluetooth Mesh project derived from the Chat sample on nRF connect SDK extension for VS Code.
The setup involves three types of nodes...