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...
I tried writing read and write code for sEMMC based on information obtained from an AI assistant. The resulting code is shown below:
As you can see, the block address...
I used an oscilloscope to check the waveform and found that only the clock and IO0 had waveforms. I am using this interface to send data:
nrfx_err_t nrfx_qspi_write (...
This is just simple feedback on the nRF Connect Toolchain Manager v0.9.2.
The download speeds when installing an SDK are terribly slow. On a 1Gb /s connection my PC was...
Hi Nordic team,
We are currently migrating our project from nRF Connect SDK v3.1.1 to v3.2.4 on the nRF9160 .
Our application was working without issues on v3.1.1. After...
I am working with:
NCS Version: 2.6.1 (SoftDevice Controller)
Hardware: nRF52x Platform
on a custom board (nRF52 series) and I'm trying to achieve a "Headphones...
Good morning,
It has been implemented a sleep mode to save battery when the board is not used.
To do that we follow the documentation and implemented the SystemOn mode...
Dear:
I am using SDK12.3 with S132 write application using BLE+DFU+UART+I2C, The device connects and communicates with mobile devices through our own application(ONF Link...
I understand that in %XSYSTEMMODE the flags are not just for fun so practically what are points to do not enable the GNSS always even if I do not use it? I do not care on...
HI
I am currently doing secondary development based on the periodic_adv_conn sample project, using NCS 3.2.1 and the nRF54L15 chip,PHY CODE S8.
I want to add a function...
Hello guys,
Im developing RTLS with DWM3001C and right now Im working on personal tag powered by CR2450. So naturally, power consumption should be as low as possible....
Hi, We use 52840 based on NCS3.2.4,add UART1 to blinky example because I need to use UART0 to log and UART1 to communicate with MCU for our application. The UART1 could send...
Hello,
I am trying to write data into an external flash memory using a custom board (NRF52840-QFAA). The external flash is the W25Q256JVEIQ. I get a fs_write (-22) error...
As reported on Discord, there is a bug in drivers/serial/uart_nrfx_uarte.c that leads to failing compilation:
zephyr/drivers/serial/uart_nrfx_uarte.c: In function 'cbwt_uarte_async_init...
Hello,
I am following Lesson 9 Exercise 6 of the Dev Academy nRF Connect SDK Intermediate tutorials ( https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate...