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...
Dear Nordic Experts, This one's a tough nut to crack:
The firmware is based on nRF5 SDK for Mesh 5.0.0 with nRF5 SDK 17.0.2 and Softdevice s132 7.3.0. It runs on a nRF52832...
SoC: nRF5340 SDK: nRF Connect SDK 1.9.1
CMAC calculation works fine with SDK 1.7 and SDK 1.8. But it failed with SDK 1.9.1.
psa_mac_sign_setup returns error = PSA_ERROR_NOT_PERMITTED...
Hi,
We are using system-off mode to save power in our device which uses nrf51822 chip. Our application requires regular wake-ups using RTC interrupts.
But the wake up...
Hello!
I know that nrf51822 beacon advertising packet consists of the following seven data fields:
Vendor ID
Service
Data payload size in bytes
UUID – manufacturer...
I would like to develop a BLE keyboard using nRF52832.
If you know the example source code, please let me know.
And can USB BLE Dongle for Desk-Top PC use the following...
Hi team,
I am trying to figure out how mesh network works. I do experiment with nrf52832 develop board and nrf5_SDK_for_Mesh_v0.9.2-Alpha. After I flashed light_control_server...
I have an app that requires BLE stack to be re-initialized, however it seems that if you run
ble_dfu_init();
more than once, it crashes
Upon further inspection...
Hi all,
I'm working with the nRF52 and I'm trying to run the heart rate sensor example from SDK version 13.1.0 using Crossworks as my IDE. I can compile and run the program...
Hi,
The below results indicate the nRF Connect app requires a handshake even when scanning without connecting. Is this true?
I am using the android 'nRF Connnect' app...
Are there any known issues with the nRF USB on the new chip or dev kit? I bought a dev kit to test out the USB functionality, but was unable to get any programs working. No...
Hello!
I am studying with nrf 51822 eval kit.
I wanted to ask you something about data type of nrf51822.
For the iBeacon model, it needs 31 bytes. 4 bytes of them...
Problem: nrf_crypto_sign() fails with NRF_ERROR_INTERNAL. Observed in SDK 12.3.0 on NRF51422. This probably applies to SDK 14.0 when using micro-ecc backend, as the root cause...
the dfu secure bootloader example is working fine with my nrf52832 sdk12.3 s132. but the experimental buttonless dfu in the example is not working for me. i was able to transfer...
Greetings,
I've got an embedded project where a NRF52 is a "co-processor". The NRF52 used to output UART debug messages but I've since changed this to use RTT.
During...
Android TV devices such as Nvidia Shield, Xiaomi MiBox and Nexus Player have support for voice input via their BLE remotes. I've researched it a bit to figure out how it works...