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, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello support,
Currently i'm working with one application using NRF52832.
in which i have to fetch data from coming from PIC controller to NRF52832 over UART communication...
Hello, I owe a nRF9160 DK version 0.8.2. The ERRATA 0.7 document says that for this version the GPS antenna does not work well. I need to use GPS for extracting PPS signal...
Hi all, I've been recently working on PSM for my device, and I've not found any resources that answer my query or provide the knowledge I need. From my reading in this article...
Hello whenever I am calling sd_power_system_off(), it gives me the following error- implicit declaration of function 'sd_power_system_off'.
What shall be the optimum solution...
I use a 3.3V battery as VDD on an nRF52832 device.
Along the line this battery might do down from 3.3V to 1.8V. Will the Internal Reference Voltage be consistent at 1.8V...
Hi,
In apply_old_config.h ,here is the code:
for example:
If I set SYSTICK_ENABLED =0 in sdk_config,here will overwrite the macro define because #if defined(SYSTICK_ENABLED...
As per the datasheet of nrf52840 any peripheral like SPI/UART/... can be configured to any of the GPIOs so is the QSPI also.
But at Pin details QSPI pins are recommended...
Hello,
We are working on machine health monitoring system. For that we are using nRF52840 SOC as Central and nRF52833 SOC as end node. We had used single Central node and...
Hello.
I'm beginner on Nordic product and checking the examples with nRF5_SDK_17.0.0_9d13099 on nRF52833 DK Board.
I tested ble_app_uart and it works. Now checking ble_app_hrs...
Hello, I am
I'm a Beginner at developing NRF 51822 My Development Environment sdk : 12.3 IDE: KEIL v5 SoftDevices : s130
Recently, I've been experiencing a lot of...
Hi,
I'm trying to find a way to power down and on again a RAM section, but I haven't had any luck finding.
In the SDK examples, there's a RAM retention example only, but...
Hi! I am using nrf52832 with icm20948 (SPI) and I want to put nrf52 in sleep and wake up if there's any motion detected. I am unable to put my device on sleep by the function...
I use nrf_libuarte_async from nRF5 SDK v16.0.0, without softdevice on nrf52840. The idle power consumption of my board is several tens of uA. I call:
and then the idle...
nRF52840, SDK16.0.0, S140v7.0.1
We use SoftDevice (RTC0) and app_timer (RTC1). I'm trying to configure RTC2 and TIMER0 to do PPI-driven crystal timing as described in...
I'm using the empty_app_core project for the APP CPU and my NET CPU binary does not start. I suspect the NETWORK.FORCEOFF is holding the NET CPU in reset upon startup. I tried...