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...
We'd like to be able to store a few items including mutable keys, and unique identifier in each device that is generated on initial boot of the product. I'm just starting...
Is it possible to pair the nrf52 DK and nrf52 dongle through bluetooth? My project requires that the nrf DK sends data (sensor values) to the nrf dongle, and from the dongle...
Hello, this concerns SoftDevice spec 7.1 and nRF5 SDK v16.0.0.
I noticed that ESB has interrupt handlers occupying priority levels 0 and 1 according to the SDK documentation...
Hi,
Is it possible to disable logger at runtime on nRF9160? I would like to have a logger at device's first startup after flashing (like in production test mode) and then...
Hi Team,
We have a new requirement on students tracking system when the students are in School bus.
School bus can contain seats of 25-50 depending on the type of bus...
I see this question asked before, but its 1+ year ago, so trying to see if there is some progress....
We have DFU working between your nrfConnect app and our nrf52840 peripherals...
Hi,
I want to use nrf_crypto_aes_cbc_withpadding example in my own project using uECC backend, Please guide me which files are needed to be required to add in my own project...
I am using SDK 15.3.0 and need to create a single hex file to program the initial batch of our nRF52840 based HW. Currently, I have built the bootloader project (open not...
Hi,
I'm facing some problems in the use of the Logger module when the option NRF_LOG_FILTERS_ENABLED is set in the sdk_config.h file.
I'm working with the nRF5 SDK for...
I'm trying to get LPCOMP working on Zephyr - from my research online I can see no information about this currently so I'd like to find out how to do this.
According to an...
Hi,
The documentation for the nRF52840 (section 6.20.15.9) states that RSSI has a typical accuracy of ±2 dBm. I have measured signal strength at multiple distances, and...
HI,ALL!
I use official routine development NRF51822,nRF51\nRF5_SDK_12.3.0_d7731ad\nRF5_SDK_12.3.0_d7731ad\examples\ble_central\experimental\ble_app_blinky_c\pca10028\s130...
Hi,
My problem is with generating interrupts in lsm6dso relative tilt mode.
I asked it in st community, but I didn´t get any answers.
I'm trying to implement a relative...
Hello,
I couldn't understand the predefined header files for the spi, so I'm building the spi code from scratch.
To build init_spi function, It's clearly mentioned in...