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...
Hello,
The nRF5340 supports audio transmission, while the nRF54L15 supports Channel Sounding. Is it possible to conduct audio transmission simultaneously with Channel Sounding...
We need to use a Lithium Ion battery to power our device and need to connect to a chip that has 1V8 logic levels as its only option.
We're early in development, so it seems...
I am encountering a strange hardware/software mapping issue with the SAADC on an nRF52833 DK running on Zephyr (NCS) . Using VS Code nRF Toolchain and SDK (V3.2)
The issue...
This one gets complicated as I cannot reproduce the problem with my original NRF5340 DK.
Steps to reproduce are trivially easy, but only fail when using my favourite OEM...
Just a quick one as I couldn't find it on google. I'm going to implement a beacon like broadcaster but one not based on location. It'll probably be a uuid, a random identifier...
Hello,
I encountered a problem while trying to bond a nrf54L15 (central) with a nrf52810 (peripheral). The firmware of the nrf54 is using Nordic Connect SDK and the nrf52...
Hello,
I hope you are well.
I have a code inside the connection connected callback that sets the MTU to the maximum, which is working fine on ncs v3.0.2 but generates...
Hi everyone,
I’m currently working with the nRF9151-LACA-A1A-R module, developing NTN communication features using SLM mode. However, I haven’t been able to find any documentation...
"I am using nRF Connect SDK (NCS) v3.1.0 and developed BLE DFU functionality by referencing the Nordic Semiconductor Academy course: ' Exercise 5: FOTA over Bluetooth Low...
Hello,
I use nRF5 SDK and nRF52833. Now I want to do the radio test at the "examples\ble_peripheral\ble_app_uart".
When I use radio_test_init(&m_test_config); or other...
I am currently trying to claim my nRF9151DK on the nrf cloud. I went through the Quick Start steps and activated my SIM card but my device has been stuck in this state for...
Hello,
I am currently testing the Matter Closure sample with an nRF5340-DK board. I am using nRF SDK 3.2.0.
- When I send an open command, everything works fine.
- When...
I'm trying to make the basic Button sample work but am having problems.
The physical button is a latching button. Press it and it moves in with a click and physically stays...
nRF52832 Product Specification V1.4, page 344 lists predefined baud rates only.
Is it possible to use other values for custom baud rate, and if so, what is the relationship...
We have noticed an issue with received characters being dropped on the UART shell interface. Originally, we found the issue using our own application, but subsequently we...