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...
Looking at the radio notification code in components\ble_radio_notification, it looks like there isn't an option to use the NRF_RADIO_NOTIFICATION_TYPE_INT_ON_INACTIVE event...
Hello,
I am reading mpu9250 and providing timestamping with events. I want to create timer so that when the timer will be called reading of mpu9250 will begin and when...
Hi there
I have encountered another issue with a repeater that I am working on.
The program follows this basic sequence:
Setup as NRF_GZLL_MODE_HOST
Wait for...
Hi, I am trying to use NRF_CLOCK_LF_SRC_RC as clock source with the following settings:
pca10040.h
#define NRF_CLOCK_LFCLKSRC {.source = NRF_CLOCK_LF_SRC_RC,
.rc_ctiv...
Hi,
Am having application with Freertos in which am creating 4 tasks + ble task using Freertos API's. Application is running as expected without any issues.
But in 4...
Am flashing SD 3.0.0 and secure Boot loader and then updating application (with Freertos) via bootloader .Application boots up no issues.
am facing below issues.
1.Am...
Hello,
I've checked the timing diagrams for the CE and IRQ on the datasheet but I would like to know if anyone has actually tested them with an oscilloscope? If yes could...
I am using SDK 11.0.0 on a nrf52832, with FreeRTOS and SD132 2.0.0. I configure the FreeRTOS port so that it uses RTC1 as SysTick. Depending on some compilation macros, my...
Assuming that all peripherals that require the high frequency clock are disabled / turned off / stopped, how long does the HFINT oscillator run after calling __WFI()?
And...
What's the delay from setting the Start / Stop task in an RTC module to when the RTC actually starts or stops? Is it less than 1 clock cycle on the CPU (15ns)? More than one...
Hi, I am using the nrf52 dk to sample two analog inputs through PPI.
My question is if I can use different bit resolutions for each analog input?
-Erblin
Hello !
I have a problem with my program (on a nRF52 board) : when I send a value to the board via BLE, it seems that my static variables are reset.
I noticed that, because...
I need to store data in some moments and if something happen i have to read those data, i have to do a log events.
I use nrf51-dk and soft device s130. This data is taken...