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...
I have bought a BLE Micro. ( www.seeedstudio.com/Seeed-Micro-BLE-Module-w-Cortex-M0-Based-nRF51822-SoC-p-1975.html) 1. I downloaded "nRF Connect App for Android" on the phone...
Hi there,
I've recently purchased an nRF52840DK with the 52840 SoC and I'm wanting to develop Bluetooth Mesh apps.
I'm on Mac OS X. Should I begin with the nRF52 SDK or...
Hi,
I just got the brand new Thingy:91 and would like to program it with an application earlier developed for the nrf9160 DK .
Further I'd like to use the Link Monitor...
Hi All,
Recently I have been working on nrf9160dk board. The use case is to have nrf9160 work as a serial LTE modem with GPS functionality. I have the following link https...
Hi,
I have implemented my own Vendor model, using the light switch client/server as a starting point. The model allows to send byte arrays. Since I have used the generic...
I am using SDK v16, SEGGER to program on my nrf52832 SOC for our project. I need to save a few variables to the flash memory. These variables will hold the status of the device...
Hello,
we are using SDK version 15.3 and mesh SDK version 3.2.0, on a nRF52840 DK board using the Segger Embedded Studio IDE version 4.52 (64-bit).
Our goal is to add...
Hello,
I followed this tutorial in order to familiarise with the code and understand better what is going on. Now, my question is the following, regarding challenge 2 :...
Hi,
I'm using latest master branch of nRF Connect SDK and pre-released modem FW 1.1.2 which is including ANT->AUX switching. I'm developing a firmware for a custom board...
Hello,
I notice that Thread examples with Softdevice (nRF5_SDK_for_Thread_and_Zigbee_v4.0.0_dc7186b) works fine for a PCA10056 but not on a PCA10059. When I had tried...
I am using nrf52832. I have one led connected to the gpio 25 through the active low condition.
i am trying to configure gpio 25 using this " nrf_gpio_cfg_pin_output(25);...
Hi, what is the impedance of the nRFM9160 GSM antenna?
I'm asking because I'm in the process of verifying the tuning on an antenna + LNA circuit. We will most likely tune...
I am using nrf52832. I am making custom board file .I am little bit confused which function are used for set the pin as output or input.
__STATIC_INLINE void nrf_gpio_cfg_output...
Hi All,
from below post, I found that in SDK11, bootloader code uses NRF_UICR->CUSTOMER[0] register for device type and revision verification so application should not use...
Hi
This is Joe. I would like to ask questions about implementing BLE bonding.
SDK: 16.0.0 (nRF5SDK160098a08e2)
Projects: The base project I start with is NUS example...