Hi
After each connection, I should press Alt-A.
Is it possible to add a feature so the advertising will restart automatically after the connection is finished?
Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Trying to work thru the dev academy exercise 2 using v3.2.4 SDK. I presume this should work because the readme says must be greater than v2.8.0 for thingy91.
I made all...
We are using the legacy 17.1 nrf sdk with the nrf52840 MCU in tickless idle mode and notice that after about 10.5 minutes the current draw jumps from ~90uA to ~277 uA.
There...
Good morning/afternoon all, I have been working on a BLE air quality monitor using the NRF52810. The first version functioned as expected with the exception of the external...
Hi,
We are working with the nRF54L15 using nRF Connect SDK v2.8.0 and would like to enable the secure boot feature.
However, it appears that the SMP Server sample in...
I'm using put all together 2 sample
a) NUS Uart that is used for the configuration;
b) zephyr/samples/net/opentread/coap Using the nrf5340dk/nrf5340/cpuapp.
The compilation...
Hello,
Step 5.2 of this part of the course has a code example which shows which i2c node to use to control the temperature sensor. In the case of the nRF54l15DK it is...
Hello Nordic team,
We are using an nRF5340 as the host processor, and an nRF9160 module is mounted on top of it. All LTE modem AT commands are sent from nRF5340 to nRF9160...
I'm trying to implement the NRF5340 as an I2C slave. The current answers all show the answer as old to look for a newer answer. Were implementing the NRF5340 as a slave to...
Dear all,
is it planned to update the declaration of conformity of nRF9160 from EN 301 908-13 V13.2.1 to EN 301 908-13 V13.3.1?
EN 301 908-13 V13.2.1 is only valid until...
I am currently working with the Aliro 1.0.0 from nRF Door Lock and Access Control Add-on.
I need to know how to properly configure or set custom data fields for Aliro protocol...
How to prevent storage partition from erase durning MCUBOOT firmware update?
I use Settings with NVS to store data
CONFIG_FLASH_MAP=y
CONFIG_FLASH=y
CONFIG_SETTINGS...
I am attempting to get familiar with the NDEF support on the nRF54L15 DK. After creating a copy of a sample based on the WRITABLE_NDEF_MSG example, I create a build configuration...
Hello Nordic Support Team, I am developing BLE content, where nodes will be periodically uploaded to the gateway.During this interval,the CPU needs to be kept idle, waiting...
Hello DevZone,
I have wrote a standard Zephyr display driver for one customer, I used sQSPI and Zephyr MSPI API.
I finished the development, but the QSPI (1-1-4 mode)...