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 all,
I am trying to get the ble template of SDK12.2 working in eclipse using a managed makefile. The softdevice I use is s132 v3.0.0. The board is an evaluation kit...
Hi Nordic,
I'd like to know what the maximal current draw from the internal REG0 is to power external components. The only thing I could find in the datasheet that says...
HEllo,
I am trying to compile for the nrf52 one of the examples that are included in its SDK12.2, to be precies, I am using experimental_ble_app_blinky_pca10040_s132 ,...
I have noticed that the reference schematic (the original if you can call it that, not the 1v8 or DC/DC) for nRF51x22-QFAA, QFAB and QFAC have different value capacitors and...
Hello,
I cannot use the nRF Sniffer because it is always crashing. This is a confirmed bug in the Software and the OSX client written is working flawlessly.
I have experimented...
Hello,
I am newbie with KEIL/SEGGER, I have been following this tutorial to compile the example experimental_ble_app_blinky_pca10040_s132 for my nrf52 chip, the project...
Hello,
I am using sdk 12.2.2 and nrf51 dev kit. I am trying to upload ble_app_gls example code over the air to nrf51 dev kit. I can find only secure_dfu code in the sdk....
I am considering build some of my own shields to interface with the nRF52DK for the 832 and 840. I am curious how I should use header P5 with the shield detect pin. Should...
Hello,
I am trying to implement my custom service with NUS. I have gone through almost all the solutions presented on this forum.
Observations:
The board does...
Hi,
I need to be able to change the GAP parameters of my connection for only a short period of time to save battery life but have high throughput when I need it. My firmware...
Our workshop is using custom PCBs for other manufacturer's developer kits, and I'd like to do a similar shield for our nRF51-DK boards. Can anyone provide a KiCad project...
Hi all,
I took the example SPI program and I am trying to add UART code to it to debug the SPI transfers. Both examples are working well for me separately. I was able to...