Dear Nordic Support Team,
We are developing a Matter device based on the nRF54L15 using NCS 3.1.1 . We started from the Matter light example provided in the SDK.
We encountered...
The at command documentation says that ENVEVAL is only available in system mode 2 (CFUN=2). Is there a reason why the command can't be run in any other mode? For example if...
In the LTE_MODE_PREFERENCE Kconfig description the CONFIG_LTE_MODE_PREFERENCE_LTE_M_PLMN_PRIO option states that: " LTE-M, PLMN prioritized
LTE-M is preferred, but PLMN...
Hi Team,
We require the detailed procedure for locking and unlocking JTAG access on the nRF54L15 device . Specifically, we are looking for:
Steps to enable JTAG...
Hi,
I am working on a Zigbee coordinator based on nRF52840 using the nRF5 SDK (ZBOSS stack).
My network includes up to ~50–60 devices (both mains-powered and battery-powered...
Hello Nordic team,
We are evaluating nRF54L10 for a battery-powered Bluetooth LE medical device .
We are considering the nRF Connect SDK Bare Metal option instead of Zephyr...
The DECT Nr+ shell (the MAC version, not the -phy; tested with v3.3.0-ba167d9f3db4) offers IPv6 connectivity.
The DECT standard has a profile for IPv6 described in ETSI...
We have this custom sensor board, running nRF9160.
Application code built with SDK 2.5.0, running modem FW 1.3.2, and using LTE-M connecting to MS Azure IoTHub with MQTT...
Hello, I have an application, that uses the Bluetooth to do over the air updates using these two configs:
CONFIG_BOOTLOADER_MCUBOOT =y
CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU...
Hi all
I’m having a horrible time trying to get an nRF7002EB Wi-Fi coprocessor working with a nRF52840 via QSPI interface in nRF Connect SDK 3.0.2 (Zephyr 4.0.99). I'm using...
Hello,
We are working with Onomondo in integrating their software SIM. We have it working and sending and receiving data, but am having some issues figuring out what is...
Issue Summary: When running west flash to program my board using the UF2 runner, the process fails with an OSError related to copying the .uf2 file to the UF2 bootloader drive...
Hello!
I can use the offloaded sockets driver with these configuration options on the native_sim target:
CONFIG_NET_DRIVERS=y CONFIG_NET_NATIVE_OFFLOADED_SOCKETS=y
However...
Problem:
I am working on USB, CDC ACM, USB Mass Storage (using SD Card). I currently want to be able to still use the USB stack functions with only my USB Mass Storage being...
I'm experiencing an issue with my Power Profiler Kit II (PPK2) when using nRF Connect for Desktop .
System configuration:
nRF Connect for Desktop version: 5.2.0
...
I am using the 54l10 chip, and after compiling the project, I will receive a hex firmware and a zip update package. The bin firmware and hex firmware in this update package...
Hello Nordic team,
I would like to check if you provide a template for RED-DA EN18031 for nrf52840 which we can use to modify and fill based on what we have implemented...
I use nRF5340 audio DK,iso_time_sync example, can successfully send BIS data, then I use DK as controller, bumble( google.github.io/.../index.html) as host and it fails to...
Hi, I am currently integrating nRF52832 with TLV320AIC3104 codec. I have successfully initialized I2C and I2S communication between the two boards and configured nRF52832...
Hello,
I am evaluating the nRF54L15 for potential use in a new product. I did some measurements of the average current consumption and the vaues were a bit higher than i...
Hello, I'm currently exploring BLE using zephyr and faced some issues.
1. id like to restart advertising after disconnecting from a device. I tried different approaches...
I have shifted from silicon labs for BLE project. In Si labs we have burn BLE bootloader and BLE application separately. Do i need to do the same here in nrf controller? If...