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...
Since I am developing a lot for the nRF51822, I heavily relied on the old reference pages for said chip, like SDK 12.3.0 Reference .
Now they seem to be gone.
Could...
Hi,
We are evaluating BLE Channel Sounding for indoor localization of small mobile robots. We need 2D localization within the room, so we would need to measure the distance...
HI
When creating a simple blinky application from template in zephyr and trying to build a configuration i get following errors.
How can i add permission to script kconfig...
I am using the central_esl example from the nrf-esl-bluetooth-2.6-branch to flash onto the 5340DK, and the peripheral_esl example is flashed onto our company's (Shenzhen Abluetech...
I have a project using nRF Connect SDK v1.9.1 and recently started having the issue that when I build it in VS Code with the plugin it always asks me to do a Pristine Build...
I upgraded from v2.7.0 to v2.8.0 of the nRF Connect SDK and noticed that the UART was no longer working.
It seemed the UART receives one byte and calls exit. Transmit doesn...
Hello, we have a following issue: we would like to use nRF5340 QSPI driver with external RAM to store measurements data. Power supply for PCB is 1,8V, so we tried to use APS6404L...
I have four of these devices. nRF5340 Audio DK.
I would like to use them as follows. Is there a way to set them up?
Device A: source
Device B: sink left
Device C:...
Hi,
I want to connect LDC2114 to nRF9160. I write the nrf9160dk_nrf9160_ns.overlay and the astri,ldc2114.yaml. I don't know how to set GPIOs in & i2c1 - ldc2114: ldc2114...
Dear,
My customer interesting in nRF52840-DK and would like to know the U2 (IC).
Customer wants the nRF52840-DK board it must be installed IC in the same package (QFP...
Hi,
I'm working with a custom board build with an nrf9161, I've created my board from nrf9161dk board (change some pin and defintion), I'm able to flash and build? I can...
Hello,
Currently, I am working on the nRF 52840 DK and the UART port named uart0 is connected to the on board debugger, Where do i find the pins for the UART1 ? I could...
Can Channel Sounding technology and BLE Mesh be used at the same time? Does the SDK support it? If they can be used at the same time, will it affect the communication of mesh...
I work NCS2.8.0.
In NCS2.6.0, there was no problem if I put the BOARD settings in CMakeLists.txt and ran "west build".
However, in NCS2.8.0, an error occurs. (undefined...
Hi! Recently, I tried putting my nrf9160dk into SYSTEM OFF mode. The code instantly puts it into SYSTEM OFF mode and waits for a gpio interrupt. The problem however is that...