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...
I'm trying to build aws-fota program following this instruction, but get an error https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160/aws_fota...
I have a nRF52840 dongle.
My understanding is that the nRF52840 has an on-chip regulator (Vdd out) that can be set from 1.8 to 3.3V.
So it's recommended to use a debugger...
Hi
I am attempting to add nrf_crypto functionality to the example uart ble peripheral project via SEGGER Embedded Studio on MacOS.
I have opened the project options and...
I have two devices, one is a beacon (DEVICE #1) and the other (DEVICE #2) collects information from the beacon. I'm advertising with a transmit power of 4dBm. I want to reduce...
I have previously had success with programming the nRF51 Series using the nRF51 DK and want to use the nRF52840 DK to program a nRF52840 that will be run in High Voltage Mode...
From the cmakelists of bootloader in Meshv320src, I found the code "create_hex" but this code cannot found in CMake's document. How can it work to generate the hex file?
I am using SDK 15.3 and wanted to ask that if there is a while loop where I can check flags and increment tickers. The program at the moment gets stuck inside
Suggestions...
hello, I have two questions for SAADC of nrf52832 when we use nrf52832 SAADC for voltage measurement.
The AIN0 is connected to the pin to be measured(the voltage is about...
Hello, I encountered the following error when compiling the SDK16.0.0 with keil5.26, how to solve it?
compiling system_nrf52840.c... RTE\Device\nRF52840_xxAA\system_nrf52840...
Hi,
I am using nrf52832 with softdevice s132. The peripheral device is nrf52832 and central device is a mobile app. I want to disable BLE in nrf52832 and I am using this...
Hello,
I have tested the example code of the nRF-IEEE-802.15.4-radio-driver and now I'd like to modify it.
How I can disable the ack? (I tryed this function: nrf_802154_auto_ack_set...
Hello
SDK 15.3.0
4 year old post describing flash storage libraries:
https://devzone.nordicsemi.com/f/nordic-q-a/13821/difference-between-persistent-storage-libraries...
Hello
I try to use this bootloader https://github.com/williamhuang03/STM32F4-Custom-Bootloader on STM32F4 which works well through cable but as suddenly I use Nfr51 as transmitter...
Hello All,
I want to perform an Rx blocking test for my nRF52840 BLE chip which is installed on my custom board. I wan to transfer the packets from device to other, and...
I take the external PWM signal, I directly used the method of controlling the GPIOTE register to be successful.
But I can't achieve the same effect using the program in...