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...
Is it possible to connect more than one device over bluetooth to single router (Raspberry Pi 3 under archlinux)?
I connect using commands:
echo "connect 00:4D:25:16:1A...
Hi Nordic team!
In my company project, we are using the NRF52, and, apart of other peripherics, we need to use the NFC.
As the NFC isn't always exchanging data with the...
Hi all, As I known sdk13 have bluetooth 5 features that means we can send more than 31bytes in advertising data (8xdata) right? I'm using nRF52832 and softdevice s132 v5.0...
hi,
i'm not able to have the nRF24LE1 go to sleep. I'm using the example at the link below, to which I've added code for UART and ADC usage. Is there a way to end the...
hi
i am working eclipse for setting up projects for nrf52832. When i build the blinky example there is no error but the headers nrf_delay.h are not include and the LED_LIST...
Hi,
I want to write flash using received data in BLE interrupt handler(on_ble_evt()).
When i received some data from BLE, i try to write it to flash and wait until done...
Hi
I'm trying to use the nRF52840 USB Serial UART device (aka USB CDC ACM) however I can't find a Windows driver for this device
The VID is 0x1915 and the PID is 0x520F...
I need to copy a string, but i don't know how to define nor how to copy.
This is the string that i have to copy dev_name.p_data.
I use soft device S130 in NRF51
Hello,
using the nrf Toolbox and the UART menu I can connect to my nrf52 and if I navigate back to the initial screen the iPhone disconnects but the GAP_EVT_DISCONNECTED...
Hi, I have a peripheral device which has buttons that connects to a central device which is the NRF52 board. When the peripheral device is connected and buttons are inputted...
Hello. I am at the point in my project (using sdk v12) where I need to get DFU implemented.
In my case, DFU must occur through an alternative transport that is none of...
I'm using SD132 as a central, that I want to connect to a custom peripheral device.
I first add the 128-bit base UUID with: sd_ble_uuid_vs_add(&mys_base_uuid, &p_mys_c...
I'm having a lot of trouble trying to program both an application and a softdevice (S132) onto my board. If I use nRFgo to program the softdevice, then try to program the...
Hi I am using sdk 11 and adding DFU to my application
My application always stuck at dfu_ble_svc_peer_data_set(&m_peer_data);
in function 'static void dfu_app_peer_data_set...