I am using SDK_11 s130 on nrf51-dk. When err_code is any value other than NRF_SUCCESS, APP_ERROR_CHECK(err_code) will cause nRF51-dk board to reset. How can one get APP_ERROR_CHECK...
Hello All,
I have problem with ble_app_uart which are not support DFU services.
When I am implement both services device will not advertise. and when ble_nus uninitialized...
[symptom]
I want to update my application/bootloader/softdevice by DFU.
Steps are shown below.
bootloder/softdevice update
if 1 step is done, application update...
Dear Developer Zone,
I am new to ANT and am looking for someone to help me to setup an example 15 channel (14 devices) ANT network using the S332 soft-device to test communication...
Hello,
i am working with the Enhanced ShockBurst proprietary protocol and i am wondering where I can find the sources of this protocol, so that I can do some changes. ...
[uart - Copy.rar](/a master _error.png ttachment/3cc01f5e2484d2b0f33e62befd3e6a62)
hello there
I am interfacing master nrf51 dk with nxp's slave lpc11u24
(1) my main...
It is good practice to prefix the includes from one's C libraries with a directory so that they are all part of the same 'include namespace'. Unfortunately the Nordic SDK...
Hello, I have two nRF35340 DK. One of them can be flash successfully, another one always encounter this issue:
I have tried
nrfjprog --recover -f NRF53 --coprocessor...
Hello,
I'm starting to use the PPK2 to understand the current consumption of various IOT products. I have a question about what happens in amp mode should a dead short fault...
Hello.
I am developing using nRF5340DK and nRF Connect SDK v2.9.0. However, this PR has been applied. I connected one smartphone app and two boards(nRF5340DK) to the mesh...
Hello everyone,
I am developing a project where I need to perform bluetooth OOB pairing using an NFC reader. I have a couple questions about this.
The first is, what options...
Hello,
I am using the "peripheral_nfc_pairing" example to pair my nRF52832 in the ANNA-B112 module with my iPhone XR. Currently, the example does not work with my iPhone...
Hi Nordic-Dev's,
I've a short question. Is there a native build of your nRF Connect for Desktop Tools for Linux aarch64 (Ubuntu 22.04 LTS ARM) architecture? I want to separate...
I've previously successfully performed OTA DFUs of our application (basically a heavily customized peripheral_uart), running on hardware substantially similar to the nRF5340...
I am facing an issue with unsuccessful zms initialization. For my case, it always seems like each of my boards can only work with zms in one project; I can update the code...
Dear Nordic,
I am currently integrating nRF7002 into one of the hardwares. I am trying to make the PCB as compact as possible so it looks amendment to the reference layout...
Hi Team,
Is it possible to modify Matter device’s discriminator and setup PIN code in Matter's sample app for test purpose without configuring factorydata ?
Default...
Hi
I am attempting to flash firmware onto a custom board with an nRF52832 chip using an nRF52840 DK (v3.0.1) as the debugger and the " nRF Connect" extension on VS Code...
Hi,
Platform: nRF54L15
SDK: V2.9.0
The application is Matter + BLE.
We would like to use X509 certificates which will be used for authentication when the application...
In 2.7.0 in file c_cpp_properties.json I had direct path to compiler. Now moving I need to change the path.
AI suggested to use ${nrf-connect.toolchain} for compiler and...