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 am unable to update application or softdevice or bootloader via master control panel 3.9.0
while doing so, it shows error:"FAILED TO OPEN TRANPORT BACKEND". ...
I followed the Nordic Tutorial located here . I'm using a PCA100028 Dev Board, MCP 3.9.0.6, and a Segger J-Link Plus. I'm using Keil uVision5, and used the pack installer...
I have a set of characteristics on my ble peripheral (nrf51) which I display with nordic control panel tool (android). but when I deleted one characteristic on the peripheral...
Hi, I am evaluating the use of Gazell and BLE as a possible solution for my project. I had heard that there was a way to have both BLE and Gazell running on a device at the...
we will do some measurments and answer when we get some time to spare for this. Others are welcome to answer/comment freely about their experiences/knowledge.
I have some custom hardware (nRF51822) with a couple sensors on it and would like to have the data sent via BLE to a smartphone. This may be timer based on triggered by an...
Hi :
I want to update the firmware of 24le1 over the air ,follow the 3 step ,fail.
download "rf_adapter_nRF24LU1P.hex " to the nRF24LU1 by nrf6310,and connect to PC...
I am using the nrf52832 to communicate uart with hw flow control and a baudrate of 9600 and fifo.
Everything is going well most of the time, but sometimes the other device...
I write an infrared receive driver on example ble_app_uart with softDevice 6, but it not work after I use softDevice 8.How to fix it ? Is there an offical infrared receive...
I'm trying to generate a 1kHz PWL and call a function every 1ms the code is below.
My initial though was to set TASKS_CLEAR once the timer reached the max pwl value.
Oddly...
Hello,
I am using multilink central example to connect to multiple peripherals. But I am facing a problem in connecting 2nd device.
After connecting the 1 st device, upon...
Hi,
the S130 supports multiple connections for the Central role. Is it possible to connect to multiple devices at the same time? E.g. calling sd_ble_gap_connect() asynchronously...
Hi,
My aim:To change the UUID,Major,Minor value beacon
What I Have done:I created one custom service with 3 characteristics.Each characteristics for each parameter.I am...