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...
Hi there,
I have a issue with the nrf51822 UART baudrate setting.
I am developing nrf51822 dongle, its job is to transfer data between PC and a BLE periph. For a stable...
Hi, is it possible for the 824 chip to sleep until woken up by the Bluetooth of a nearby device that wants to connect/pair with it? And what would be the current consumption...
Hi,
As part of my watchdog flow, I'd like to test the liveness of the softdevice and the SDH during operation.
Is there a built in way to trigger the softdevice to post...
Hai
whether Bluetooth 5.0 in nrf52840 Compatability with Bluetooth 4.2 available on my phone, I heard that Bluetooth 5 is lower compatible. I like to know whether it has...
I am looking a way to send a string without the terminal, ble_nus_string_send function only works in the uart_event_handle() and APP_UART_DATA_READY is only triggered when...
I am writing a library for Nordic nrf52832 and it uses some of the functionality from fstorage ( fstorage_nvmc implementation) to access the NVM. The library creates only...
I have some functional code working on an Adafruit nRF52 Feather board which I am trying to change over to run in embedded C on an nRF51 dongle. I am using Adafruit nRF52...
Good evening, I'm trying to understand how to use the SDK 12 to connect peripherals using PPI such that when an address match occurs (say on pipe 1's address+prefix), a timer...
I am working the signed image signing by taking the bootloader example in examples\dfu\experimental\bootloader_signing of SDK9.0.0 when I compiled in the Keil and flash on...
Hi, i am working on two boards nRF52840. I have created a ble server with one vendor service which contains two characteristics. From the client, i am able to connect to the...
Does anybody has TWI for SDK7 and SD110?
I have problem with twi. Only HardFault appears.
I tried twi_sw_master and twi_hw_master
I would like communicate with senzor...
I have included app_fifo files in the group as well as in the linker along with enabled APP_UART in Configuration wizard of sdk_config.h still the error persists. Please ...
I've been trying to find resources on the possibility of securely limiting BLE connections to only 'signed' applications. I understand that this goes against the general concepts...
Hi all , I using timer 0 to count from 0 to max value 32bit . In my code :
If I using NRF_TIMER0->TASKS_CAPTURE[1] = 1; for save counter value to CC register . It run...