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...
Hello, I've got a frustrating error on a fresh install of my environment on Mac OS 13: " Could NOT find Python3: Found unsuitable version "3.9.6", but required is at least...
Hi,
I am currently developping a board with a nPM1300 as battery charger and power management IC. I was wondering how resilient are the CC pins are to ESD. On the Absolute...
We have this custom sensor board, running nRF9160.
Application code built with SDK 2.5.0, running modem FW 1.3.2, and using LTE-M connecting to MS Azure IoTHub with MQTT...
Code is on APP processor. It is in secure mode, verified using this method: https://community.arm.com/support-forums/f/architectures-and-processors-forum/13548/for-armv8-m...
hello, i have a weired issue with my sensor communication using spi. the code that used the old SDK works, but the one using the new SDK for some reason doesnt. i need to...
Hi All.
A few years ago, Nordic documentation for developers included many "examples" to practice with and learn about this technology. For instance, ... >examples>ble peripheral...
I have integrated HTTP client & GNSS example project as per my requirement.
After initialization I get GNSS Tracking: 6 Using: 0 Unhealthy: 1
& Insufficient GNSS time...
I want to control the ws2812 LED Driver using nrf52840 and connect sdk.
I have tried the example led_strip but it does not compile.
I have checked on forum and found that...
SDK v2.7.0 nRF5340-DK with nRF7002-EK Matter samples (e.g. light bulb) Extra CMake arguments: -DSHIELD=nrf7002ek Use sysbuild
Tested with v2.6.2 (no sysbuild), and it...
In the past I was able to configure ZBOSS to report attributes that are not required to be reportable by the ZCL standard. For example, I'd like to report attribute 0x0001...
i am reading the wav file from SD card and playing in I2S but getting This error can anyone Help with this? I really appreciate any help you can provide. ######## CODE ############...
We want to know if device is already Bluetooth paired. We can check for this manually in the shell by using `settings list` command and seeing bt/keys as one of the stored...
With the mcuboot enabled, I'm not being able to disable the boot banners even by doing the below settings in prj.conf file.
CONFIG_NCS_BOOT_BANNER = n
CONFIG_BOOT_BANNER...
I am trying to use mcuboot with external flash on the NRF52840DK with NCS2.7.0 and a simple hello world application to reproduce the problems I have with my real-world application...