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...
Hi,
I trying to adapt the ble_app_multilink_central example to allow more than 8 peripheral connections to the central device. However, when I change NRF_SDH_BLE_TOTAL_LINK_COUNT...
Hi,
I am using nRF52832 board and I want to understand the current consumption in the board will differs while running the code in zephyr RTOS platform and without zephyr...
Hi,
I would like to know where Matter's commissioning ad timeout is set.
I understand that it stops after 15 minutes, but I don't know where it is set.
Best regards...
I am currently learning nRF52840 , I started the BLE fundamentals course , and this the lesson 1 exercise , It Worked Fine , after the lesson 1 , none of the lesson's exercises...
Hello, I want to update the firmware(FOTA) of nrf5340 using AT Command of nrf9160.
I've already reviewed the content in the dev academy below https://academy.nordicsemi...
Hi,
I'm using nrf9160 MQTT at commands to send real-time data to the cloud. I run into the issue where the MQTT publish may fail (frequency varies around 1 out of 500 publishes...
Generally, the peripheral calls the sd_power_system_off() function to enter power off mode. Then use GPIO interrupt to exit the power off mode and connect to the central device...
Hello,
I've been encountering build issues when trying to include MCUboot as a bootloader for my nRF7002DK project using the Nordic Connect SDK version 2.5.2. Specifically...
Hii,
I am using NFC tag reader to interfacing with nrf52832 board , I am using nrf connect 2.6.0v. The sample file is also given( TAG_READER )
I am using spi protocol...
Hello,
Our setup consists of two nrf52840 devices on custom boards. The devices establish a BLE connection via the Coded PHY (S=8). DLE is used. Connection event time is...
Hi, Experts,
I have questions about nRF5340 2.4GHz 2Mbps proprietary wireless feature.
1) Is it based on IEC 802.15.4 PHY to support 2MBps?
2) Is it compatible to 2...
I want to get mac address using NRF5340_DK
Which function is used to get print mac address using NRF5340_DK.
I try to print the current device's MAC address using NRF5340_DK...
Our offshore hardware team is looking to verify their hardware using a R&S CMW500 configured as an access point. They have noticed that the release notes for SDK 2.4.0 mention...
I can build my project fine with the vscode extension, but when I copy the `west build ...` command from vscode and run it from CLI, i get an error about how the SOC option...
Hi,
I'm using the new Event Trigger API in a BLE peripheral to set up a connection event trigger as demonstrated in this official sample . The trigger seems to work fine...