Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
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...