Hello,I am working with the nRF9151 SMA DK and I need the VDD_GPIO rail to operate at 3.3V to interface with some external components.
According to the schematics, VOUT1...
Hi,
I want to download FOTA-updates with HTTPS from a function app running on Azure. I am not using IoT hub or MQTT. I'm using modem firmware 2.0.4 in combination with version...
Hi,
In our PCB using the nRF54L15, we used different P2 pins for the sQSPI, believing after reading the docs and driver API, that one could configure different pins than...
Hi, While using the Axon TFLite compiler to compile a series of TFLite models, we encountered a peculiar issue. The largest layer in the models (i.e. the dense layer right...
Is it necessary to perform the GATT device discovery process whenever two bonded device re-connect? I'm using two nRF54L15-DK boards, one is Central and one peripheral. Developing...
While configuring a scene, the blind device is not visible in the scene settings screen, so it is not possible to set or save the blind position as part of the scene.
Steps...
Hi,
Using nRF Connect SDK v3.3.0, Toolchain v3.3.0, nRF Connect for VS Code 2026.7.2128, and J-Link V9.24a, I see the following errors when flashing a custom board connected...
Hello,I am working with the nRF9151 SMA DK and I need the VDD_GPIO rail to operate at 3.3V to interface with some external components.
According to the schematics, VOUT1...
I am Using SPI4 in nrf5340 and I am trying to put SPI in low power mode when not in use. How can I do that?
Here is the code given:
aliases {
displayspi...
Hello,
I want to try the XIP function on the nrf52840 DK, because we want to use this function later.
But i can not find any example of XIP on 52840. So i tried to modify...
Hi everyone. I’m currently working on a custom board based on the nRF5340, but I’m unable to connect to the board when trying to flash it via the SWD interface using J-Link...
Hi Support Team
We want to use Windows PC to do the BLE FOTA for nRF52840 BLE device. The following DevAcademy exercise mentions that AuTerm can be used to do the FOTA on...
Hi
I had a couple of dead nRF9151 devkit boards that were probably accidentally overvolted and wanted to see if I could fix them rather than throwing them away. I bought...
I am trying to setup SPI00 as SPI slave on nrf54l15 but not work as expected.
My board configure is like
and c program like
The program intends to use nrf54L15...
Hi, We've been investigating the use of the nrF54LM20B with the integrated Axon NPU. In order to gauge the Axon's effectiveness, we've constructed a benchmark that profiles...
This is a continuation of this ticket. nrf54l15 zigbee end-device is bound with its On/Off client cluster to a On/Off server cluster of another ZigBee smart lamp.
I can...
I will like to know whether the NB-IoT feature User Plane CIoT optimisation is supported in nRF9151? And if the feature is supported I will like to know the AT command to...
Dear all,
I am testing Bluetooth Channel Sounding on nRF54L15 DK with nRF Connect SDK v3.3.1,and use the app on iOS 27 Beta2.
Environment: SDK: nRF Connect SDK v3.3.1...
Hello
I am trying create a shell.nix file that will configure my entire development environment. I am having problem with nrfutil though. I have managed to download nrfutil...
Hello,
I am working on a device based on nRF9160, SDK 2.8.0 and modem 1.3.7.
The devices uses nRFCloud CoAP to send messages. For the most part, it's working great....