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 there
I am stuck. My incremental wheel with photocell and comparator circuit does not work if the QDEC hangs on it. But seperately it works fine.
When I hang it to...
Hi Team,
Which models are supported in the latest mesh SDK?
I can see support for the on-off model.
Is Time and Scenes (Explained in Mesh Models.pdf, Section-5, Page...
I use SDK13, nRF52, S132
I use bootloader_secure_ble with generated public key for bootloader and for nrfutil. After all steps like discribed on
devzone.nordicsemi.com...
Hello.
I use nRF52832 and power from 3.3V source. Also I use the accelerometer and gyroscope with VDD 2.5V and 3.0V respectively. They are connected to nRF through SPI....
Can a device that is configured and programmed from Keil (softdevice, application, bootloader) be updated with code that has been compiled on ses (application)? I have converted...
Hi,
Referring to bootloader programming article - there's a post-build phase of programming UICR.BOOTLOADERADDR
The article describe how to use nrfjprog to do this which...
Hello,
I studied the "gpiote" example in the SDK. In order to fully understand how it works, I attempted to modify the "template_project" example and follow the process...
SDK:【nRF5_SDK_15.0.0_a53641a】【examples】【ble_peripheral】【ble_app_uart】【pca10056】【s140】【arm5_no_packs】
Before downloading nRF Connect ,the results of my scan is
【service1...
We are using SDK nRF5_SDK_13.0.0_04a0bfd with the NRF52832 chip. Using peripheral role, the nRF is fatal crashing right after connecting with iOS nRFConnect (and our custom...
Hello. I have discovered similar questions, but it's still not clear for me. I also have cheched pwr_mgmt example, but as I understand all operations with power mode in board...
I recently upgraded from SDK 11.0 to SDK 14.0 and am seeing much slower connection speeds from the new SDK. The old version would connect in about 400ms, but the new SDK takes...
I would like to measure the VDDH voltage (lithium ion battery) on a nrf52840 with the power fail comparator.
If the voltage drops below the threshold, I want to reduce the...
Hi all,
we are using NRF52810 and SDK 15.0 (our own custom board)
working on ble_app_uart.c example.
we are able to send / receive 20bytes(approx).
we need to transfer...
In my project, I aim to send an ADC value (10 bits ADC) and 6 data (16 bits/each data) from MPU6050 by using nrf51 DK to Android app ( modified from https://github.com/NordicPlayground...