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...
When testing different applications on an nRF52840 dongle I have the following problem: The table of service and characteristics (1 service and 4 characteristics) of an earlier...
Hi I found one example project named "serial" that implemented UART over USB:
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.3.0%2Fgroup__nrfx__saadc...
I've gotten the SAADC working in a blocking fashion and been able to evaluate sample times. Now, I'd like to set it up to automatically read three inputs in a row to see how...
Hi There,
I am curious to find out if the MDBT42Q module(s) can be used as a single master to multi slave setup? Essentially I want to have one module setup as a master...
Using LFRC as the softdevice LFCLK source, enabling and running the WDT causes the softdevice to hang until the watchdog reset when calling nrf_sdh_disable_request . This...
Hi
I'm trying to send fixed AT commands to the modem using a code based on this code from Rallare: https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples/samples...
Hi
I'm using a SparkFun Pro nRF52840 Mini which has a UART on PIN 17(TX) and 15(RX). I've written a very simple piece of code to blink the onboard LED on and off and to...
I update my software on the nrf52840 to the SDK16 and softdevice 7.
to get this software running i update the device family pack to version 8.29.0. (keil)
If i build the...
Hi,
There's no description at all in either the written text (31.3 SPI master transaction sequence) or the timing diagrams (Figure 71: SPI master transaction) showing precisely...
Hello,
I am using nRF52840, SDK_16.0.0, SoftDevice S140 V7.0.1 and Segger for flashing the image. I am using ‘ble_app_blinky’.
In our setup we load merged hex file...
from this link
https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/getting-started-with-nordics-secure-dfu-bootloader
I gathered that nrfjprog is for flashing...
which is the Example code to test the NFC_Tag future in MDBT42 V P 512K V2 module.
i was using PCA10040 nrf52 development kit in that Example code is working same code not...
I want to disable and enable UART at runtime. I don't use DMA and interrupt.
I read this thread. https://devzone.nordicsemi.com/f/nordic-q-a/52496/nrf9160-uart-pull-up-and...