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...
I had been doing this:
What it does:
create a CHG (channel group)
DPPI is triggered by a GPIOTE in-event
DPPI then triggers and EGU, a TIMER capture, and...
DPPI...
I've been using PPK2 to test our work for maybe around 3 years. it's always been steady and stable and can run for several days without problem. Mostly I'm using the PPK2...
So I've been playing around with some code example to make UART work (which I did eventually) using NRF SDK 5 (v17). However the last version of SES (8.22a) requires some...
I am having issues using a keypad to wakeup an nrf52840 and am unclear on if the GPIO sample is relevant if using a kbd_matrix device definition. I would like to use "sys_poweroff...
Hello,
I'm trying the Thingy 91X but I'm having a few issue with the demo application that connects to hello.nrfcloud.com:
After flashing it with the Quick Start from...
Hello
According to Enhanced ShockBurst (ESB) documentation , to stop the ESB module you need to call esb_disable(), but it also says that you need to check if the module...
Hi,
I've just migrated my project from NCS 2.6.1 to 2.9.0 and I'm having some problems with the UART.
I'm using the nRF52833 DK to communicate with another device and...
Hello everyone!
I am rather new to firmware development with Nordic products and am experiencing some trouble with the Thingy91 LTE BLE Gateway sample.
What is the problem...
Hello, I have U-Blox Nora B120 dev boards. Nora B120 chip has built in Skyworks SKY66405-11 FEM IC and I want to use it.
I read in the documentation to copy folder with...
Hi, I'm currently working on adding DFU over UART to my firmware running on an nRF52dk/nrf52832. To have a minimum viable example, I'm trying the DFU over UART exercise sadly...
Hi Team,
We are using nRF9160 modem and SDK 1.7 version with Segger Embedded Studio.
Using at_client sample code, observations as below.
1. Tried to read APN configuration...
Hi,
I am trying to integrate Buttonless DFU in my application. I have implemented all the steps mentioned in this tutorial.
Getting started with Nordic's Secure DFU...
Hi Support Team,
I met a conflict situation. Could you help give me some guidance?
The project is based on nrf5340 and ncs V2.5.2. The device supports BLE FOTA and works...
I used a mesh example (the example name is "mesh") for testing, and enabled low-power nodes using CONFIG_BT_MESH_LOW_POWER =y, and disabled the automatic start of low-power...