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...
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,
Razer devs working on new mouse variant that wil use nPM1300 would like to know what are the minimum and maximum values of Rshphld? These values are not in the datasheet...
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...
Hello,
I am trying to communicate with an SD Card with a NRF54L15DK but it doesn't work. Here is my different files :
& spi21 {
compatible = "nordic,nrf-spim" ;
...
I am using nrf52833 DK, v3.0.2 SDK
The example can be found at https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/peripheral_bms/README.html.
Connect...
Greetings,
In the process of adding the RTC driver to the project I am encountering a build error when I try to setup a device pointer. The offending line is:
const struct...
i'm already able to TX and RX arbitrary packets between my own bare-metal test programs running on a pair of DKs... since both programs used identical configurations (mode...
We are trying to evaluate nrf9151 for working with Soft-SIM. Are there any instructions for configuring the Soft-SIM through AT command mode, or do I need to use another mode...
Building Thread CLI sample with CONFIG_OPENTHREAD_SOURCES=y delivers many warnings:
All are related to MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT and CONFIG_MBEDTLS_CMAC_ALT...
To preface this question with a bit of context, I am using both a custom board and a custom update tool that I developed to interface directly with the BT SMP service to perform...
As the title say
I noticed that in terminal application for desktop any characters 'fo' (lowercase both) ar displayed as 'f<space>o'
obviously it needs a bit of time to...
Hi,
I'm working on porting my software projects from NCS2.9 to NCS3.1.1 and run into the problem that the thumbs nrf52840-dongle and arduino-nano-33-ble are not booting...
Hi everyone, My teammates and I are currently developing a BLE Mesh–based application. At this stage, we’ve run range tests to verify connectivity performance. As a baseline...
HI
I am currently using the 3.0.0 SDK's periodic_sync_conn and periodic_adv_conn examples.
In the periodic_adv_conn example, I have configured 100 subevents.
Below is...
Hi Nordic team,
I’m working with raw IQ data from the nRF5340 using the Distance Measurement (nrf_dm) library.
I noticed that most IQ samples (both I_local, Q_local...
Here is the Java error message box
A couple of interesting things:
1) Wasn't that stupid of me to mention a Java error when the Error box reported a JavaScript error...
Hello,
I am at the very, very early stages of my project, doesn't it even a name yet. Right now I am thinking of using nrf52840 for a Bluetooth operation while being supplied...
I try to use the PPK2 to measure current of a MCU in sleep. The board has some caps and a coin cell to keep the RTC on chip alive. It wakes up every 1 second to check wake...