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 everyone,
I am looking the TWI examples and I am confused regarding the nrf_drv_twi_tx and nrf_drv_twi_rx . What I've understand so far is that the nrf_drv_twi_tx function...
Hi,
We are developing the project based on nRF52840 chipset. We are configuring the chip for mesh application and using generic on/off model to send the data on the mesh...
Hello ,
There is two kind of clock source as i can see from the sdk files;
one of them is cpu that is ok but for the first one i couldn't figure out it's source "NRF_SYSTICK_CSR_CLKSOURCE_REF...
Hi all,
I've got some code running on my nRF9160dk that is behaving oddly. LED 3 blinks as expected (2 seconds on, 1 second off) but GPIO 10 (pin 18/ULTRASONIC_TRIG) remains...
Hi all, I'm a little blown away by the complexity of logging for this application (its highly likely I'm missing a few key elements to my understanding). I'm under the impression...
Hello, I read the instructions here for using the Nordic NRF Connect app for testing the CTS example: https://devzone.nordicsemi.com/f/nordic-q-a/53382/implementing-current...
Hello,
Hardware: nRF52840
SKD: nRF5_SDK_16.0.0
SoftDevice v7.0.1
I am working on creating a multilink central application where my central device connects to 3 peripherals...
Is there an issue with releasing application firmware, say v1.0 with and then in a following release via DFU, say v1.1 with .
I'm trying to understand if a network has been...
The nRF52832 (QFN package), Pin 44 is listed as "No connect" and has an additional description of "Leave unconnected". Question is what negative affect would occur if this...
Hi
I am unable to configure the nrf52840 dongle in client mode in light switch mesh example. I have changed the simple_hal.h to include the dongle board as /** Boards with...
I developed a software based on Blinky. I have been trying to add DFU to the current iOS app which is working properly to be like the Android app.
As I did in Android, the...
Hi, I would like to skip pairing process alltogether and just provide the KEys which were generated for both devices beforehand. My question is only. Is it possible to initate...
I have an application that will have up to 20 devices communicating with a gateway. Each device will need to send around 2MB of data every 5 minutes. We would like to use...
Hello.
I try to BLE and GPIOTE.
The reason for using GPIOTE is to read data from the temperature sensor.
And I want to sending data of temperature sensor by BLE...