Hello Nordic Team,
I'm experiencing issues when trying to flash my Matter application to the internal flash of the nRF54L15. I've followed the guidance from this forum post...
My application communicates via UDP and all communication is initiated from the device. Before packet transmission, network registration status is checked (CEREG) and sendto...
Hello Team,
I’m working on creating a custom Matter cluster using the instructions provided in the Nordic documentation: https://docs.nordicsemi.com/bundle/ncs-latest/page...
hello everyone,
I am using the nRF52840-QFAA-R7 (48-pin package) along with the nRF52840-DK development board. I have a question regarding I²C communication. Currently,...
So as the title... the Creating a custom driver using the sensor API exercise for the current SDK versions is missing from the nRF Connect SDK Intermediate course. Are there...
I have already written the factory data to the device, and commissioning via Apple TV is successful.
It also works when using the --bypass-attestation-verifier 1 parameter...
Hello,
I'm currently testing BLE Coded PHY by using extended advertising.
I used two nRF52840-DK and nRF5 SDK v17 with compatible softDevice.
I've checked that the...
Hi,
I'm using Mesh SDK v3.2 and I've created my own custom client & server model. My client model can call several types of monitoring GET messages to the server model,...
Dear team:
the nRF52832 can't divide the frequency to 48K, so I consider nRF52832 as the slave mode, codec as the master mode, and provide a 48K clock. In this way, does...
Hi,
I'm using the function sd_app_evt_wait() to go into low power mode, but it returns sooner than expected.
I tried to figured out which event that is the cause for...
I am stuck on a particular problem when implementing gpio wake up interrupts.
I want my peripheral to be dormant for most of the time and only wake up when it receives an...
I have a nRF52 DK and I want to read digital data. When input pin get High other out pin get High 100ms for example. I am very confused. I tried pin_change_int example. I...
Hello ! I have a few questions related to shutting down (disabling) the soft device, and the effects on the gatt queue and discovery:
Question 1: The gatt queue module performs...
We are currently having an issue with DFU failing on Samsung S10 running andorid 10. We are using nRF Toolbox for BLE and it appears to connect to the bootloader, but then...
I want to make application for BLE peripheral with advertising interval at 1second. WHich Power management APIs I need to use for this? Is there any documentation for how...
i am interfacing afe with nrf52 and trying to send values over ble..but after sending some values my code get stuck at unknown error at 0x0000098..dont know why..can anyone...
I have an arduino nano ble 33. I want to use the nrf softdevice as I need some features that aren't already exposed.
From look through the SDK examples, it seems that all...
SDK16.0
nRF52DK
HTS example
I got this error msg in the RTT log while running the example:
peer_manager_handler: Connection security failed: role: Peripheral, conn_handle...
I've recently introduced the Stack Guard and App Timer 2 libraries and noticed a couple <info> logs popping up in m RTT console despite logging for those two modules being...
Hi Nordic Team,
In my BLE project when I was trying to add Device information Service(GATT) in BLE central multilink example code, once the connection between central and...
Hi,
I am trying to modify the code in the BLE_App_Buttonless_DFU_pca10040_s132 example is SES. Without any modification the code compiles fine and can be recognized by nRF...