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, I can normally log with NRF_LOG_INFO(). But if i enable softdevice (bluetooth stack init) logging stops working. Interesting part is that there are several log lines before...
BLE Control by Main CPU (MCU):
1. How the MCU communicates with BLE HW?
2. What is the amount of MCU performance is required to control the BLE? (expected answer example...
Hi nordic.
I use SDK 14.20 and nrf52840 board and s332 softdevice.
Our app has to use ant+ and ble.
My device connect with app.
App requests device to ant+ scanning...
hi guys:
When I was using mesh sdk, there was an error in compiling.
I use examples\light_switch\server\light_switch_server_nrf52832_xxAA_s132_6_0_0.emProject
I am...
Hi,
I am using SDK 14.2 -> BLE peripheral proximity example. I was trying to add a custom service and some characteristics to this proximity example. I basically took the...
Hi, I have two strange problems regarding the NRF_LOG. 1. In a for loop, char string that has changed is not printed out as what it contains now, it is printed out as what...
Hi,
i have purchased the following module
However, after connecting the VCC and GND to 3.3v DC supply the module is not detected. My questions are :-
Does...
how to slove it
1> Linking light_switch_proxy_server_nrf52832_xxAA_s132_6.0.0.elf 1> build/light_switch_proxy_server_nrf52832_xxAA_s132_6.0.0_Debug/obj/ses_nrf52840_Vectors...
I am using the nRF52832.
I want to go to sleep in absolute lowest power mode possible that still allows a timer for wakeup. Using LFINT.
I don't need ram retension, etc...
Code example: nRF5_SDK_15.2.0_9412b96\examples\peripheral\usbd_ble_uart_freertos
Board: custom board with nRF52840
What are the fastest and easiest steps to make this...
Hello,
I am trying to code nRF52840- DK with MAX30003 ECG Board Using SPI. I have referred Arduino Uno Code for MAX30003 ECG.
I need some help for Driver Development if...
Hi,
Is there a way to dynamically disable only the fork of a PPI channel or should I go through disable-free-alloc-assign sequence?
Will nrfx_ppi_channel_fork_assign...
hi, nordicer:
two device, a peripheral and a apple phone as central. we want to support scan request and response with ADV_IND mode, I understand as following:
(1) peripheral...