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 want to use I2C slave on nrf9160, but there is no I2C slave driver implementation.
So I read that instead of this, I can use nrfx twis drivers on nrf9160.
I...
What am I missing when
NRF_SPI_MNGR_DEF(my_spi_mgr, 2560, 0);
causes:
../../../../../../integration/nrfx/legacy/nrf_drv_spi.h:120:37: error: 'NRF_DRV_SPI_INSTANCE_0...
Hey all! I have been using your amazing app timer for a while now but I was wondering if there was a better way to create a low power delay than my current design which goes...
Hello,
My application is the ble_app_uart example of SDK 15.3 extended, and using S112. I'd like to use constant latency mode. Given the app uses S112 for BLE, should I...
Hello,
In demo code of Central_Uart code in nRF Connect SDK, when the scanning is started the scan address (MAC) keeps on changing everytime the code is run. (The central...
Hi, We have a product with nrf24L01p Gazell (LastChangedRevision: 133) that acts as a Host. At the moment I'm trying to pair with this host via a PCA10040 Devkit ( nRF52832...
After nrf52382 is written into the firmware program, the test runs OK. After it is placed for a period of time, it is checked again. It is found that it is not running. Use...
Hi all,
We are running into a problem with our battery powered nRF52.
The nRF is continuously powered by one lithium cell. When the battery is very deeply discharged ...
Hello,
In our current design, our boards use P0.18 connected to an external watchdog to reset the nRF52840. We configure PSETRESET[0]/[1] to be 0x12 (Connected/enabled on...
Hi,
I am using Zephyr to do some action in a main loop and ksleep for 30 seconds. While in ksleep(), I can see that the consumption is 20ua. The board is a very small simple...
I have a Fanstel Evaluation board which can be programmed through 52 DK board, no problem there and i also have built a custom board using the BM833AF modules based nRF52811...
Hi,
I was wanting to know if this function has been changed since mesh SDK v2.2.1? It appears to not behave quite the same. When I call it, I think the mesh does not entirely...
I am currently working on sending some custom data using BLE nrf52.
I find the BPS format best suited for my application but I want to modify the systolic and diastolic...