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 am trying to load my shiny new NRF52840 dongle with a simple blinky app using the nRF Connect (v2.4.0) but I get an error stating that the 'Region starting from 0x0...
Hi,
I follow exactly the same as "Interactive mesh provisioning and configuration" and stuck at "Adding a Light Switch client (optional)" part.
Everything looks fine,...
I am working on a J-link command line.
i just want to lock a device after a write a binary file into device.
In j-link there will be option for a unlock a device like...
Hello,
I'm developing a program using nrf52832 DK and SDK V15.
I want to activate the SPI transmission when NRF_RADIO->EVENTS_END occurs using the PPI. I follow the PPI...
I am trying to connect an lcup heart rate sensor which is an analog device . i am using the SAADC example t interface it to the NRF52 board, but iam not getting the expected...
After unplugging the USB, disk initialization fails in usbd_user_ev_handler function function (case: APP_USBD_EVT_STOPPED). If I connect and disconnect a second time, it works...
When using the USB for logging date, I am able to see my file by simply plugging a USB connector; I can also view the contents of the file by double clicking on it. In such...
Hello,
I'm integrating mesh and freeRTOS and having problems with interrupts priorities on both sides. It's a little bit confusing to set the interrupt priority on each...
Hello there,
I am working on the iBeacon project.
I want to get the distance to 50m.
Now it detects 5-10 meters.
Soldermask on antenna
Project inspired:
Thanks...
nrfConnect for MacOS won't allow pairing of a BLE peripheral with a nrf51 based dongle.
nrfConnect Version 2.4.0.
dongle PCA 10031 V1.1.0
Mac OS version 10.11.6
A...
Hello, so I have a central and two peripheral cards that each send their counters to the central. What I want to do is compare each of the two counters. But there's a problem...
Can I use the ble_advertising module for the BLE_GAP_PHY_CODED ? Currently my Coded PHY parameters without the module are defined as:
Following the example at NordicPlayground...
Hi all,
I am working on an application where I have an application MCU and my idea was to use nRF52 as a 'modem' over serial API. The device I am making is supposed to be...