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 am using SDK 12.0.0.
I am working with low_power_pwm_init() to initialise the pwm and I have passed a handler while initialising. I want to stop the pwm from the handler...
Nrf52 SDK12.2 armgcc
I have a button on my device (peripheral) that when pressed starts a timer for 30 seconds.
During that 30 seconds, I would like to have the device...
Hi everyone,
I'm trying to use sscanf on my nordic device, and I get an issue with the following exemple (this same code works on my computer)
int d = 0;
float f =...
I have copied the blinky example:
/* Copyright (c) 2014 Nordic Semiconductor. All Rights Reserved.
*
* The information contained herein is property of Nordic Semiconductor...
.\_build\nrf51422_xxac.axf: Error: L6218E: Undefined symbol app_timer_init (referred from main.o).
.\_build\nrf51422_xxac.axf: Error: L6218E: Undefined symbol app_button_disable...
Hi all
Is possible have DFU in the peripheral side to update a Central app program? Is there example doing it?
I have a Peripheral (custom board nRF52 dongle) connected...
Hi
We use the nRF52832 together with other devices in a housing. Some of the other devices may produce quite a lot of heat. Therefore we wanted to use the temperature sensor...
Hi,
i am trying to flash the softdevice bootloader in Sparkfun nRF52832 breakout board using RPI2 + openOCD through SWD. debug port initialize is failed all the time.i...
I have a couple of questions regarding Radio transmission for BLE.
Is the radio driven by one of the HFCLKs? If so, it confuses me how a 16M clock can drive/derive...
Hi,
I have initial flashed boot loader and application based on SD version 3.1 and SDK 12.2.0
with
DFU_APP_DATA_RESERVED CODE_PAGE_SIZE * 3
FDS_VIRTUAL_PAGES 3...
I am using a nrf52 development kit as a peripheral to send data . It is working fine if I use the nrf Toolbox app on my phone, but is there anyway that I can see the 'raw...
Hi,
I configured openOCD and gcc compiler. But i got following error.
i gave following command on terminal.
i created one file that is manual.cfg
and contain in that...
Hi all,
someone can please explain to me how works the indication?
How can i read the value of cccd in the APP?My problem is understand if the APP is ready to receive...
First attempt at implementing buttonless dfu; assistance would be greatly appreciated. Using SDK v11 + s130 + nRF51822.
Please note that iphone screen captures supporting...
Hello,
I am still having troubles with the BLE_GATTC_EVT_TIMEOUT. The problem is that the error is not happening frequently and is hard to reproduce. It is also hard to...