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,
we are facing the following issue when using Android and trying to rebond with a previously bonded S110 peripheral:
Bonding the Android device with the S110 based...
We are looking to store a unique name and number in each device as it is provisioned from the factory, and are considering using the UICR. We are using something close to...
when i use the ble_adverting_start(BLE_ADV_MODE_FAST) it return error code : 8 it is from then APP_ERROR_CHECK(err_code) it can system abnormal. the error is from sd_ble_gap_adv_start...
I use PCA 10040 as a Central, and PCA 10028 as a peripheral. I want the central to connect and pair and bond with the peripheral.
I use S130 for PCA10028, s132 for PCA10040...
I have an application which uses the S132 softdevice and communicates with a DAC over I2C. The twi is in non-blocking mode. Furthermore, there is a significant delay between...
Hi All,
I'm busy exploring the ble_peripheral_uart example and ran into a couple of issues I don't fully understand. Upon flashing the S140 SoftDevice and application program...
Hello All
I am using Soft device 130 and SDK version 12.2.0 ..i am planing to make SPI camera Interface .
I referring SDK online document..there is no any API for slave...
Hello,
Is there any way to disable the "Enhanced Power Control" feature of the BLE standard? I am working with nRF51-DK in the connection mode and I need fixed transmit...
Hi, I am running the ble_app_uart example from nRF5_SDK_ 14.0.0 _3bcc1f7, and found that NRF_LOG_DEBUG () doesn't cause any log output.
Although I have set #define NRF_LOG_ENABLED...
We are running a nRF52832 with SD132.
We are attempting to update the soft device as part of our custom boot loader with the nrf_dfu_mbr_copy_sd.
It returns NRF_ERROR_INTERNAL...
Hi,
I found a bug in the PPI example in the nRF5 SDK v14.0.0 .
In "<SDK_ROOT>/examples/peripheral/ppi/main.c", the following function has an error:
static void timer2_init...
Hi! I'm using nrf52 DK as central and nrf52dk as a peripheral device. Connection interval 10ms. I want to send 10 samples each of 12 bytes every 10ms connection interval....