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 have a MQTT-sample based application running and everything works fine. If I supply the DK through a USB cable connected with my computer, LED 5 blinks high frequently...
Hi,
I am using nRF5 SDK 15.2 and the twi_sensor example to read over I2C a slave device 'WhoAmI' memory location. I first tx the slave address (0x68) and then attempt to...
Hi,
I am using nRF52832 mcu, trying to run the flash data storage example but is having some trouble.
I followed the instructions to set up the terminal setting for UART...
Hello
Hello Using nRF5_SDK_12.3.0 examplesble_centralble_app_multilink_central as a host to send data to slaves and receive data from slaves is no problem. The problem is...
Hey,
I would like to send an audio file (Mp3 format) of 4 MB between nrf52 DK and mobile. How can I able to transfer such big data through BLE, I would like know how data...
Hi,
I am trying to implement capacitive touch with nrf52832.In our application we require three events to be generated.
1)On holding for 3sec(Device Turn ON)
2)On holding...
Hello Nordic Pros,
I haven't been able to chase this one down on my own, so any help is greatly appreciated...
We are developing a product and app that connect to either...
Hello,
I'm using the rigado BMD350 in a new device with the legacy BMDware (AE firmware).
I'm have enabled the uart service and i'm debugging the transmission using the...
Hello,
I am trying to use the CLI example, but when I compile and upload it, LED1 does not blink and I do not get anything back on the serial port.
There is no error during...
Hi,
According to the data sheet, nrf52840 supports XIP mode on QSPI flash. Can we configure I2S(easyDMA) to load the tone from external flash with XIP address and play it...
I use a motion sensor interrupt and 4 buttons and one charge interrupt, all works well in product development, but after go into mass production, some pcs product( 1 or 2...
On the previous nRF51822 project the SWDIO pin could be used for nRESET.
The nRF52832 Product Specification and example code program nRESET to P0.21.
The Product Spec...
Hi,
One of my customers examine the feasibility of using nRF52832 as Peripheral only ,his mandatory request is Security because the product is an electronic lock.
Please...
I use nrf51822 to do bluetooth keyboard, I hope the function is: I want to change the IRK value of the bluetooth keyboard each time it is paired and bound,Anybody know how...