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, I have an nRF8001 on a Red Bear Lab BLE shield mounted on an Arduino Uno. I'm using BLE to trigger the execution of potentially long running (well, a few seconds anyway...
Hi,
I've done a fair amount with the NRF51822 and Keil on Windows but decided it was time to switch to my native Mac instead of the VM!
Reading all the guides around...
Hello everyone,
I'm a beginner and i'm trying to debug a nRF51422 BLE project.
The SoC is supposed to wait for commands from a STM32 in order to execute some functions...
Hello,
I'm a newbie in this area, and I'm trying to program NRF51822 QFAA on a custom board according to the given tutorial for a dual bank bootloader ( devzone.nordicsemi...
Hello,
Since I am still a little confused, could anyone tell me what S110 and SDK I should use for nRF51822 QFAA? ( infocenter.nordicsemi.com/.../nRF51_Series_Compatibility_Matrix_v2...
i am going to buy nRF51822beacon but i do not know what to buy with it ?
i will buy nRF51 DK but i also want to use a segger programmer with nRF51822beacon.
what confusing...
I was wondering if you could advise me on the best way of adding in BLE functionality to an existing ANT application. Is it simpler to have both transmitting at the same time...
Peripheral receives 4 bytes from central in order to set color of 5 LEDs (1 byte command type + 3 bytes RGB data). There's an iOS app with color picker where user can select...
hi every one.
I need to load softdevice to nRF52 preview DK before execute this app follow it, but i don't know exactly how to do it.
This is my solution:
open...
Hi,
When I reset my nrf51822 beacon firmware using nrfgo, it works just fine. When I try to reset the firmware using jlink, I end up having problems. There are no errors...
Hello, I have downloaded the nRF_MDK_7_2_1, and open \Keil_v5\ARM\Device\Nordic\nrf51822\Board\pca10001\s110\ble_app_beacon\arm\ble_app_beacon with Keil_v5.
I set IROM1...
Teaching myself the Nordic libraries and API for nRF51 - going smoothly.
Keil uV5 and Dongle and SDK 9.0.0
Wanted to send my own data in the characteristic for HRM service...
The workaround for nRF51822 PAN#73 specifies setting an undocumented register at offset 0x0C0C of the timer peripheral to 1 prior to TASKS_START , and clearing it after TASKS_STOP...
Hi
I am trying to flash a new firmware into my device through DFU via the programming python script.
I use SDK7.2.0, and do:
ipy main.py -f c:\myproject.hex -a XXXXXXXXXXXX...