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...
Hi,
I’m working with the Raytac BC833M module (nRF52833) and programming it via nrfjprog in a batch script.
I need to:
Program my application firmware
Configure...
I have an interrupt handler that sets a flag some of the time, and then runs other code in main whenever that flag is set. The code looks roughly like this:
I have debugged...
I'm trying to commit a VS Code project to source control and don't want to include the entire build directory (with all of the build-generated files). But it seems that all...
Hi,
We are designing a cellular antenna based on the Thingy91x reference, which needs to support all frequency bands of the nRF9151 cellular module. The antenna tuning switch...
Hello Team,
I have downloaded hello-nrfcloud/firmware source from Releases · hello-nrfcloud/firmware link.
I am not able to build the source provided using VS Code.
...
I've designed a custom PCB for nrf52832.
The chip is getting programmed for GPIO and working fine. But when I'm programming it for I2C it is not working. The chip is getting...
i have a "bare-metal" (register-level access) BLE advertising program which does not consistently consume the same amount of power when transmitting.... here's what the power...
Hi,
I had some issue with my nRF52 DK PCA10040 v3.0.3, The programmer was totally unreachable also with the simplest terminal command so I tried to reprogram it trough hidden...
I am trying to implement GPS code in the nrf9160 but I cant find the function nrf_modem_gnss_init(); to initialize GNSS inside the modem in , is it being initialised within...
The following log is a compilation error.Is there any way to correctly compile?
e:/nordic/ncs/toolchains/fd21892d0f/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr...
We have an application where response time is critical, and we are trying to minimize the time from advertising to an active channel sounding session.
What we have already...
Dear Nordic,
We are currently evaluating the Amarisoft CallBox as an end-of-line (EoL) testing tool.
In an ideal scenario, we would like to use 1NCE production SIM cards...
When performing FOTA using NCS 2.9.2, we observed that the swap using move process takes approximately tens of seconds. However, with NCS 3.2.4, the same swap using move operation...
nRF Connect SDK v3.2.3, nRF9160.
Hi,
I'm working on a project which has MCUBoot enabled (dual slot) for firmware updates over cellular connection. I did not have a pm_static...