Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
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...