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...
This code do a test triangle with 3 boards on mbed (using BLE API). I have digged in BLE_API and it looks like if instability was in S130. Have you this kind of test in internal...
I've got SLAVE_LATENCY set to 40 in hope that only every 40th request from the master would be responded to since there's no data to read or write, resulting in lowered current...
The question was asked here:
devzone.nordicsemi.com/.../
But not really answered.
Is it really necessary to buy a Dev Kit?
Isn't it possible to obtain a Key without...
I have problems with sometimes loosing ACK payloads from TX FIFO for RX device.
My algorithm is:
config channel and other settings
clear status and FIFOs
upload...
This article:
atmosphere.anaren.com/.../Android_Issues_With_Bluetooth_Low_Energy
describes an Android issue that they worked around by "send[ing] a second latency request...
Can anyone at Nordic comment on the availability of the nRF52 in a BGA package? Will it come into mass production at the same time as the QFN or some time after?
Hello,
I run the /examples/ble_peripheral/ble_app_uart application on a PCA10028 using the S110 soft device.
My phone is the motorola G, updated to the lollipop android...
Hello,
I'm working on the PCA 10028 board with nrf51422 with the RTX os (version 4.74.0-5).
My code fails after some time during a call to
osMailAlloc(mq, osWaitForever...
Hi All,
I've happily done all this work before on the Nrf51822 with boot loaders and apps and a happily deployed product.
Thought it was time to shift over to GCC on...
Hi Team,
about power on reset time, not very clear about the description in the SP3.1 as in the attached picture,
why the description are the same?
what's the difference...
Hello,I use s120 and I wnat to send data(write charactheristics value) to all connected peripheral when I receive a character from uart(in uart event handler)?(I use ble_app_multilink_central_s120...
I am connecting to two identical devices, but one is configured as device 'A' and the other is device 'B'. I am currently advertising whether the device is configured as A...
In porting from SDK6 to SDK9, it looks as though
nrf_gpiote_task_config()
has been replaced with
nrf_gpiote_task_configure()
What, if anything, has replaced
nrf_gpiote_unconfig...