Hello,
I’m working with the Matter Light Bulb sample in nRF Connect SDK v3.0.0 , and I’ve run into build issues when enabling certain optional commands in standard clusters...
When Enabling an advertising set already enabled on the Softdevice Controller, the HCI error command disallowed is produced when according to the BLE specification 6.0 it...
Dear Forum,
I have an nrf54l15 device and I would like to send a pure sinusoidal tone and measure the phase difference, retrieve I/Q values at the other device. This is...
We are currently working on a project using Enhanced ShockBurst (ESB) and would like to enable Front-End Module (FEM) support with the nRF21540.
According to the Enhanced...
Hi,
Is it possible to make the MQTT connected device receive the Shadow config updates and AT Commands immediately? Based from our testing, the device only receives the...
Hi! We are having problems pairing a nRF52840 against linux (ubuntu 25.04). Pairing fails instantly, before any passkey is shown on the host, returning with code 9. Short...
Hi All, I encountered an issue while trying to use both Bluetooth and ESB in the same application. To clarify upfront: I am not using these protocols in parallel. Also, I...
Hello,
Does anyone has an example of MQTT LST application for nrf9160.
I've tried to use the MQTT_Simple sample with LST.
I've add "CONFIG_MQTT_LIB_TLS =y" change the...
Hi everyone,
I am designing my own PCB using Raytac's module MDBT50Q-1MV2 that carries on the nRF52840 SOC.
The system will operate in normal voltage mode (VDD = VDDH...
Dear All,
I am trying to compile a project from the command line and I want to enable all the warnings possible for the files that I have created. I am using the NCS v1...
hi support team,
i tested the example of \\nRF5_SDK_16\examples\peripheral\usbd_msc , and SD card interface , that with the APP_SDCARD_FREQ_INIT 268435456 (1 M) and APP_SDCARD_FREQ_DATA...
Hi DevZone,
I created my project on SES in order to download files from a web server. So I decided to include in my project the "download_client" library which contains...
Hello! I am working on updating from SDK 15.2.0 to the SDK 16.0.0 and have encountered some problems when trying to use DFU OTA to flash my unit with the application.
I...
I need to be able to measure the battery level of the NRF52 with the internal ADC.
I know it can be done, but I don't really know how to configure it
I am using MBED...
I have purchased an nRF51822 module. I am using the Arduino IDE and the ST link to program the module. I have used the library BLEPeripheral by Sandeep Mistry (see below)...
I deleted a node in the mesh app without unprovisioning the node. I then reprogrammed the dongle hoping that everything will be reset. It seems the dongle is still provisioned...
I am following the example given in the SDK v16 with nRF52832/ nRF52840. For the given example UART is working fine. But whenever I am changing the default pin configuration...
Hello,
We are working on the NRF52840 with the SDK15.3 and the softdevice 6.1.1, we are trying to connect to different mobile centrals via ble. We are facing problems...
Hello,
We are trying to develop a gateway (central) to interface with off the shelf BLE devices. One of the functions of the device is to send logged data to the client...
Hi - I am trying to create a CLI project with FreeRTOS , the project will be used as an aggregator .
I can not figure out why I can't enable CLI , code hangs. would appriciate...