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...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
I'd like to use the DeviceTree Visual Editor to create the DTS for a custom board starting with only the bare device. But it seems for some reason that the DeviceTree Visual...
Hello,
I’m using the Thingy91X board (nRF5340). For my application, I need to run BLE and Wi-Fi simultaneously, so I have to increase the application size. To do this, I...
Hi I'm trying to work on OTA implementation for zigbee with nrf52840-DK boards.
there is a sample available in ncs2.9.0,light switch,but i understand it can only work as...
Hello,
I have some issues to do function an ntc thermistor with a nrf54L15DK.
An error about a wrong configuration of the adc reference or or the ADC gain appears almost...
Hi,
I have some problem when scan advertising packet using nrf52840dk with ncs v2.5.0.
when I scan during 30s in the same position, I got a list rssi value same that...
Hi Team,
Hello Team,
I'm currently working on integrating the Sensirion STS40-CD1B-R3 temperature sensor into the peripheral_ht . To do this, I pulled the STS40 driver...
When I used the CS instance for distance measurement, I wanted to set multiple initiators. Therefore, I configured BT_CTLR_SDC_CS_COUNT to 3. However, I didn't know where...
Hi there!
We are currently evaluating a low-power BLE system for a safety-critical wearable application that must transmit immediate alerts to a nearby receiver or mobile...
I followed the instructions at https://nordicsemiconductor.github.io/pc-nrfconnect-docs/create_new_app to create a new pc-nrfconnect-boilerplate app locally.
However, npm...
Hello!
I am stress-testing the nRF54L15 devkit by sending it random-sized chunks of data over UART at 921600 baud, which the devkit code receives using the asynchronous...
We have a common codebase with both softdevice (nRF51/52 code) and now zephyr (nRF54 code). To make our code compatible I have the following replacement to sd_temp_get. This...
Hello Nordic team,
We're experiencing a GNSS issue with our nRF9160-DK (PCA10090 1.1.3 2024.44) and would appreciate any guidance you can provide. About 4 days ago, we were...
Hi Nordic Support Team,
I'm currently experimenting with Channel Sounding using a couple of nRF54L15 boards.
I am trying to obtain raw I and Q samples so that I may analyze...
ncs v2.6.1
If I use bt_conn_le_create() and do not use the default (0) value for create_param->timeout, the actual connection creation timeout does not match the description...