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 am working on implementing secure DFU. I have complied and loaded the secure DFU using gcc and am trying to upload a package using nRF Toolbox on android.
I have...
Hello Everyone,
I'm a beginner for nRF52 and my aim is to learn and develop system on nRF52. I have bought nRF52 development board and installed Keil MDK on my system....
Previously i've been using the nRF dongle using the BLE NUS Central example to communicate to another nRF DK with the BLE NUS Peripheral example via serial/termite and ble...
Hi there,
I am new to the nRF world and I might be asking a very stupid question with obvious answer but I couldn't find any hint from the Infocenter nor the Tutorials...
Hello guys,
I followed this guide to set up the software on my macbook.
The blinky example can be successfully built, but cannot be flashed to the nRF52 DK. Then I tried...
Hello everyone,
I tried to rename(right click the project name and click the "Rename") my project from "sdk11_ble_tutorial_adverstising" to "sdk11_ble_tutorial_adverstising1...
Hi,
anyone would have any idea (to look at, as to) why the same app running on the same chip/PCB (nrf51822QFAAH rev3) could possibly have slowed down so massively after...
I'm trying to add debug information to ble_app_hrs using nRF5 SDK 10, softdevice s110 version 8.0.0, building for an nRF51-DK target (PCA10028) using ARMGCC. I've found that...
I've encountered a problem getting the tick count from FreeRTOS when tickless idle is enabled. I'm not sure if this is a bug or just unexpected behavior. I am using the latest...
Hi everyone,
I'm integrating the spi_master_with_spi_slave example into our firmware; however, I'm not seeing the event callback I registered being called. I'm verifying...
Hi everyone,
I implemented nrf51 flashing through SWD (external MCU is used). After first flashing and reset when we enter debug mode on SWD second time we have a busy...
Hello,
I am trying to interface an MPU 6050 with an NRF52 with sdk vs 12.0. I noticed in the mpu6050.c file that it uses a twi_master.h file in the sdk in folder labeled...
Linking ble_app_proximity_pca10040_s132.elf
Output/nrf52832_xxaa/Exe/ble_app_proximity_pca10040_s132.elf section `.fs_data' will not fit in region `UNPLACED_SECTIONS'
...
Hi,
I flashed an board with a NRF52832-QFAA-R7 with the ble_app_hids_mouse of SDK 12.1 (and also with the keyboard) example to test and build an application using this...
Hi,
I've been trying to get an implementation of the HTTP Proxy working with nRF52. The nRF52 is in central mode, accessing the proxy (running on a Pi with Bleno) which...