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...
Hello,
Our product (sports timing) will be used at the upcoming Olympics and our customer is being asked some questions about wireless specs. We use Bluetooth 5 (backward...
Hi,
I have a custom nRF52832 PCB with 10 buttons connected to various GPIOs. All buttons work correctly except the two connected to P0.07 and P0.08 they produce no response...
Hi,
“ We are designing our board with the nRF54LM20, and both the SPI/QSPI and UART peripherals can operate independently and be mapped to separate GPIOs.in QFN-52 Package...
I am working with the DTM sample on nRF52840 using nRF Connect SDK (Zephyr) .
My goal is to run a continuous TX test automatically at boot (standalone) , without requiring...
My Setup and Environment We have built a custom PCB with an nRF5340 and an nRF7002Q Wi-Fi module. I have attached the relevant schematics for the PCB.
We are using the nRF...
HI
I'm having an issue where VS Code cannot recognize the SDK and toolchain. Everything was working fine before, but now errors occur when I open VS Code and try to build...
Quick qestion
Making a new board with external memory(jedec) and using S QSPI as I have to put it into cpuflpr_vpr(does not work with QSPI). Works fine !!
but I also plan...
I note with interest that Nordic is providing support (e.g., downloads) to run CircuitPython 10.1.4 on various Nordic devices, including the nRF54H20-DK . I've just received...
Hi I am able to load the nrf9151dk_at_client example hex on my custom dev board . I try accessing the AT commands and I can very easily get the responses. I want to install...
I'm using nRF52832 SoC with nRF5_SDK17.1.0 and SoftDevice v7.3.0. I'm using following code to write data into flash.
err_code = nrf_fstorage_write(&g_fs, write_addr, buffer32...
HI,
I am currently conducting secondary development based on the periodic_adv_conn sample in the ncs 3.2.1 SDK . Now I want to add continuous carrier wave output and continuous...
I work on nrf connect sdk v3.2.4(nRF54L15).
I plan to run the main application on cpuapp and the device control application on FLPR. It's currently working fine. In the...
I'm currently testing an app, which was running with a nrf9160/mfw-1.3.7/NCS 2.9.2.
Running this app now with nrf9151/mfw-2.0.4/NCS 3.1.0 seems to get a smaller response...
Hello,
I previously opened a ticket describing an issue where using MCUBoot in NCS v3.1.0 caused the GRTC to reset after a sys_poweroff() .
As discussed in that ticket...