I’m facing a UICC failure issue on multiple nRF9151 DKs.
Symptoms:
AT+CPIN? returns ERROR
%XSIM: 0,9
SIM VCC is not present (no 1.8 V observed)
Nordic stock examples...
Hello Nordic Team,
I am currently working with the nPM1300 EK together with the nRF54L15 platform and a custom 40 mAh Li-Po battery.
I am facing an issue while configuring...
Hi,
I'm running into what looks like a software link-layer issue on the nRF54L15-DK that I'd like a second pair of eyes on. The same firmware works end-to-end with iOS...
i2c_write_read() returns -5 (EIO) immediately when writing register 0x01 to the sensor. Logic analyzer confirms the sensor clock-stretches SCL for ~14µs+ after receiving the...
I recently completed a field-upgrade path from an nRF5 SDK 17.1 application (with the legacy Secure DFU bootloader) to a fresh NCS-based firmware stack, while preserving user...
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...