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...
Good day
Im trying to switch off an LED when my relay/hopper is not advertising. I switch the LED on successfully when transmission starts but I'm struggling to do the sd_ble_gap_adv_stop...
Hi, everyone,
now I'm test " \ncs\nrf\samples\nrf9160\gps\build_nrf9160_pca10090 ",
it's error about" nrf_socket.h: No such file or directory"
I'm find the file at ...
So this is a small continuation of this ticket https://devzone.nordicsemi.com/f/nordic-q-a/50656/using-pdm-mic-on-nrf9160dk .
The problem I'm having now is that when I run...
I wrote UART echo sample based on ble_app_uart_c for S140/ nRF52840-DK.
When nRF52 receive one line on USB/UART, it send same line to USB/UART.
I also write Linux socket...
I am following this tutorial:
https://devzone.nordicsemi.com/nordic/short-range-guides/b/software-development-kit/posts/application-timer-tutorial?CommentId=43347679-22d9...
Hello,
I want to use the ADC for a burst @ 8khz.
I use this sample " test_adc_sample_with_interval " from https://github.com/zephyrproject-rtos/zephyr/blob/master/tests...
Greetings...
Please help me understand why PB-GATT support is removed from SDK UART coexistence example?
The dilemma I am facing is as follows:
1. No PB-GATT for SDK...
Hello, Currently, we trying to use PPI with the SPI module (we use the SDK 15.3.0) We expected that the SPI makes one read transaction every 5 us ; to do this, we use 2 PPI...
Hi there,
My project needs TrustZone and ETB feature. The manual clearly states that the board supports TrustZone and ETM. I wonder if it also supports ETB to store trace...
Hi,
I am using SDK15.3 with the SoftDevice enabled. I've been unable to get any SoC events after making a call to sd_flash_page_erase. I registered my observer as follows...
I'm trying to develop a Bluetooth application where my Nordic nrf52 DK sends an event when I push the button and another when I release it.
I'm trying to apply this on the...
Folks,
One of the devs here found that all warnings were switched off in SES, so I've recompiled and got rid of most of the 1400 odd (sic) warnings by suppressing unused...
Hi
I want to use loggers in the program. I understand that the code itself uses NRF_LOG. But I do not understand where those log details are printed. So, how do I create...
I am experiencing an immediate BLE disconnect when trying to use DLE. I can write up to 20 bytes of data, but if I try to write more 21 bytes or more I get an immediate BLE...
I was wondering what I have to do to clear all stored mesh data on flash.
Do I have to initialize the whole mesh, or can I init only a subset?
What do I have to do so...