Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
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...
Hello all
I've read various other threads concerning this topic, but I still can't wrap my head around it.
What I think I understand of this topic:
ATT_MTU can be...
Hello,
I'm trying to configure two TWI slave devices on the same TWI bus on my custom board(nRF52832). One slave is RTC, and the other is a biosensor. The TWI configuration...
Currently, I am using SES for development. So when I use the "Build and Run" option in SES the program runs properly. This also generates the .hex file in the Release folder...
I need to set HEX value (uint8_t value[7] = {0x56,0x45,0x52,0x53,0x49,0x4F,0x4E};) on my custom character to be read by my phone. but the value that is displayed on my character...
Hi,
1. I have been trying to measure the current consumption of the development board of nRF9160 in PSM mode, however, until now I could have not understood the role of...
Hi all,
I'd like to pass bootloader version (2bytes) from bootloader_util_reset function (bootloader) to the main of application. can help me to acheive that?
Thank...
Hello,
We are facing recently an issue that is very weird because it is not occuring every time. Indeed, the issue occurs after a DFU update, sometimes when the application...
My nrf51 DK Board is not detected by Keil as jlink probe, but with other tools. As a result I am unable to download demo projects to my board.
unmodified nrf51 dk has...
I'm working in SDK 14.2, and trying to send a single byte over SPI between two NRF5 boards using the SPI peripheral examples (1 master and 1 slave). However, SPI always seems...
Hello!
There are no hex files that are pre-made for the ble_app_interactive example. When I use VMware to run a Linux environment on Ubuntu to get an executable with gcc...
Hello,
I want to configure my nRF52840 development kit for counting input pulses on one of the GPIOs (Pin 13) in this case. I am using SEGGER Embedded Studio as IDE.
Here...
Hello,
we have a strange proglem with nrf52811 on an own board
after uart initialization and connecting the scope (Saleae) probe to the RX pin the device outputs fatal...
Hi,
I have a ARM core device like raspberry pi / orange pi etc, where I run a build and deploy server - basically compiling code and flashing to a target.
I have the...
We are trying to use serial port library for simple UART comms in IRQ mode at 115200, but experiencing what looks like stuck TX interrupt. PCA10040 with SDK 15.3.
In the...