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...
Hello!
I just bought the Beacon Kit and i was following the user guide v1.1 and I have some questions about how to use DFU. I have already downloaded nRF Toolbox app.
...
Hi,
I am using fatfs of nRF5_SDK_15.0.0_a53641a. I am writing a program with keil.
I want to know how to write the value obtained from the sensor to the SD card. ...
I am using proximity profile in sdk15 with softdevice 6.0.0 . I added flash write, writing continuously some data to flash. But it working sometimes only.
Hello,
at the moment my application is accepting more than one device if its not connected to anything. But I want that the application only connects to one device and...
Hello, i am using NRF52840 board with SDK 15.2. I am trying to read data from an advertising packet and i was just wondering if anybody on here had a good parser i could potentially...
Is it possible replace HRS to UART service (like ble_app_uart) on BLE LE Secure Connections multirole example project?
Any suggestion to easy to modify it?
Hello,
I am trying to get CLI working over UART and simultaneously use RTT for logging. I don't quite get my head around this. My platform is the nRF52840 DK. I am using...
Hi everyone,
I'm developping on nRF52840 with SDK 15.0.0 and Softdevice S140 v6.0.0
I'm using Peer Manager for pairing and bonding.
Everything work fine with io_caps...
The only examples I've found have been for ordinary single ended measurements at lower resolution, and even that is a crazy number of lines of code. Surely by now there is...
Dear nordic,
I want to change advertising data(manufacturer data including company identifier) before i start advertising
i choose central and peripheral example(because...
When I use the uart to transparently transmit, there is no problem at around 4k/s. When I increase the transparent transmission rate, there will be NRF_ERROR_SVC_HANDLER_MISSING...
Hi, I have the ble_app_uart with OTA functionality on SDK11 that works. Now I want to do the same with SDK12, but I see things have changed now. I've found this tutorial:...