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...
Hi,
I'm using the nRF54L15 (custom board, nRF54L15 DK base) with NCS v3.1.0.
I have two UARTs:
uart30 — Shell/console (needs CONFIG_SHELL_BACKEND_SERIAL=y , which...
Hi,
I'm trying to use an nRF5340 Audio DK to communicate with another board via SPI. The voltage needs to be 1.8v. How do I configure my board to do this?
Hi,
We are using the nRF7002-DK board. I am using Zephyr samples/net/wifi/shell with no other external connection other than the j2 micro-usb connection to PC and with the...
Hi,
We're aware of the modem 2K TLS buffer limitation. It's causing us quite a bit of headache related to the device shadow.
Our application needs a number of config parameters...
Hello,
I am trying to access to two partitions of 2gb each on a micro SD card of 32gb.
I can access to one partition of 32gb in my micro sd card but as it is formatted...
I've been struggling with Thread connectivity on a custom PCB, powered by a MinewSemi ME54BS03 module (with IPEX connector)
I'm using an external 2.4GHz antenna and I'm...
Hi,
I am facing a power consumption issue with the nRF54L15 (BM15C SoC) in deep sleep (System OFF / low-power state). The measured current consumption is approximately 221...
Hi all,
Note that I am using a Fedora Workstation VM on VirtualBox for keeping everything clean. I pass the connected USB development board to the VM. I am trying to evaluate...
Hi ,
I’m working on an nRF5340 using nRF Connect SDK v2.7.99-cs2 . BLE security is configured as Just Works (Security Mode 1, Level 2) on the peripheral .
I’m attempting...
I am using the nRF54L10 on a custom board with a couple of LEDs, a flash storage device and a GNSS device. The application wakes periodically to gather fix information from...
How can I detect when no SIM card is inserted at startup? The purpose is to operate without a connection if there is no SIM card.
[Environ] nRF Connect SDK v3.2.1 nRF9151...
Hello,
I was learning about how the bt_conn references work, how to obtain them and free them, and where they are generated.
I was looking at the central_gatt_write...