Hello,
I am looking about something similiar which I was able to find for IEEE 802.15.4:
https://docs.nordicsemi.com/bundle/errata_nRF52840_EngB/page/ERR/nRF52840/EngineeringB...
Hi There,
I am currently developing an LTE-M application on nrf9151 using ncs v3.2.1, the device is a MQTT client that publishes telemetry periodically every 3 minutes,...
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...
Hello,
We are currently evaluating BLE Gateway (CIS, BIS) development using the nRF5340 Audio DK.
We would like to ask whether bidirectional CIS streaming is officially...
Hi, I am trying to understand the Friend and LPN behaviour. For that I am refering to nRF sample application light" and "light_switch". Below is the setup details: 1. On one...
Hi,
I'm using nRF Connect version 2.9.1 with the buildprog script method of building this project.
I've got some custom boards based on the nRF5340_audio_dk. We swapped...
I’m working with the nRF7002 DK and following the guide for the HTTP server sample here: HTTP Server Example . The build process is successful, but when I flash the device...
Hello,
I am using nRF52840 with nRF5SDK v17.1.0 , and I have several questions regarding DFU. Reference page: https://docs.nordicsemi.com/bundle/sdk_nrf5_v17.1.0/page/index...
Hello,
Are there any samples that show multi-core (sysbuild) configurations for the nRF54H20?
I've found the sysbuild HelloWorld project, but in the sysbuild.cmake file...
Hi
We have just been notified by our supplier that they have detected som anomalies when taking X-ray images after soldering our 208 pcb's. they estimate around 25% will...
Hi, I appreciate some help with my situation. Here's my setup.
nRF54L15-DK using nRF Connect SDK 3.1.0 .
using nRF52840 dongle as proxy for BLE
nRF Connect for Windows...
I am using nrf54l15 with NCS v3.1.0 with the following error when i connect it(i worked in NCS v2.9.1 successfully):
Controller unresponsive, command opcode 0x2035 timeout...
Recently, we decided we would try ESB, since the power consumption is similar to BLE, but the intervals are much shorter, and we could greatly benefit from this.
I've seen...
I am migrating a project to Sysbuild where we previously were doing some post-build steps that require access to PM variables like PM_MCUBOOT_PRIMARY_SIZE.
Previously, we...
Hello, I've been trying to get MCUboot running on my custom board with the nRF9160 for two days now, and I'm honestly at my wit's end. The main application is written and...
Hello,
we are testing BLE MESH vs THREAD to build a home automation network.
We understood that WiFi interference is a real concern in this application. In fact, we...
Hi,Team,
I'm currently using the nrf54l15-dk. I want to set the rtc of the nrf54l15-dk to obtain the timestamp. How should I configure the timestamp ? Which examples should...
First, I can use I2C with SCL on pin P1.11 and SDA on P1.12 with NRF54L15DK.
But then, when I try to change SCL to P0.03 and SDA to P0.02. I2C does not work anymore.
The...
SDK: nRF Connect SDK v3.0.2
DK: nRF54L15-DK
Sample: spi_flash
default:
mspi-max-frequency = < DT_FREQ_M ( 8 )>;
If I change it to 32, it will printf these...