Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
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...
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...