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
Last year I got a nRF52 devboard and I modified the ble uart peripheral example to flash a led depending on what it recieves from nRF uart app.
It all worked fine(after...
Hi,
I'm trying to use the SPI example from the SDK 11 to comunicate with a MPU accelerometer.
The first time it works well, but then the clock send only 8 peak, so the...
FIrst timer with the nordic.. so i could use some help.
i've tried my code on the eval kit and it worked fine. On my custom board (has external 16MHz crystal www.digikey...
I've come across a couple of products that shows up as both classic and BLE. But when connecting to these products via nRF Connect or inspecting the traffic, I can't seem...
From reading the reference manual, product specification as well as searching the developer zone: here and here . Is it correct that the AVDD pin supply's ONLY the radio....
I have a strange problem with the secure bootloader.
After a succsessful DFU update of firmware, the firmware starts, but resets after a short while (about a second). ...
Hi,
While I'm Flashing LED Blinking Example in nRF51822 Ek using Keil uVision 5 along with SDK v12.2.0 , Program is uploaded but LED is Continuously glowing without blinking...
Hi
I have been trying to make a dual bank serial dfu bootloader with security features for nrf51822 (board 10028), but seems the UART/HCI dfu support is missing in SDK...
Hi,
I am having some trouble getting my design into low power.
I have a BLE central application using an nRF51822. I am using the power on sleep mode by calling sd_app_evt_wait...
Hi Nordic,
I have an application that perfectly runs in the nrf51DK but that does not work in my custom board. In my custom board everything else works (i2c, leds lighting...
I have a nRF51822 development dongle. I followed by the instruction and installed the USB friver, nRFGo Studio and Wireshark. All these software are installed a Win7(64bit...
Hello,
I am using ble_app_gls example and I have implemented static passkey in the code. Now I want to see if wireshark shows the passkey when I connect to ble devices. For...
What is the best way to go about implementing secure reads/writes to the NRF52 NFC tag? I noticed there didn't seem to be any built in security functionality in those areas...
I am attempting to use nrf_drv_adc.h in a project where I am splitting up my methods across many C files and, to my surprise, nrf_drv_adc.h does not have any include guards...