Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
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...