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 calculating the worst case current consumption of the nRF52832 SOC.
Could you please help to get the current consumption data of the nRF52 i.e. at -40 deg C and 85...
Hi. I'm using nRF52832, SDK13.0.0.
I made my code as below.
char_md.char_props.notify = 1; char_md.char_props.read= 1; char_md.char_props.write= 1; // char_md.char_props...
Our device has a 16Mb external FLASH device attached to the SPI bus.
We were wondering if it was sensible\possible\desirable to use
this FLASH as a temporary store of DFU...
Hi all!
I have been developing a BLE application using an EByte nRF52832 module and Black Magic Probe programmer running on STM32F108 "Bluepill" board.
Everything works...
Hi. I have two codebases here:
A peripheral application on an nRF51822 using SDK 12.2.0, SD 130. It has two vendor-specific services: the Nordic UART service and...
Dear helper.
Currently, in my custom board had a GPS chip that connect to nRF52832 with UART port.
But also the only way that I can trace the log is the other UART port...
Hi
I have custom board with nrf52832. I have lion batery and 3.3V ldo for powering device. I attached shematic.
For preventing lion battery decreasing below 3V, i used...
We're thinking about implementing a machine learning algorithm in our nrf52832 based product. Before starting implementation, I would like to estimate the power consumption...
Hi.
I would like to route the BLE SPI signals to an external connector for use with external debugger.
Please specify which the nRf52832 pins are by default assigns to...
Dear Nordic Support Team,
I want to integrate ble_app_uart_c and ble_app_multilink_central into a nRF52840 as an edge gateway, and the nRF52840 node communicates to the...
I try flash read, write and erase with flash_fstorage_example sdk 15 on nrf52 dk
On main.c i can write and read with nrf_fstorage functions.
When i try nrf_fstorage_erase...
I try to use SDK15/FreeRTOS project.
I measured current comsumption on IDLE state(not run any task).
It's take about 200uA.
On FreeRTOS's portable/CMSIS/nrf52/port_cmsis_systick...
Hello there,
I purchased some NRF52832 Development Kits and some NRF52832 Standalones. I wrote some code and flashed it to the development kit and it worked. Otherwise,...
Hi all!
I'm using the fanstel board. I can see that the "ble - uart" examples run ok.
In the code the configuration assign to P06 (Tx) and P08 (Rx) , when i look in the...
I'm implementing an application which uses the Secure bootloader with bonds. What happens if I create a bond to a device in application mode and then switch to bootloader...