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...
Hey.
We use the same SPI bus for accessing an external flash memory and gyroscope device (Bosch chip).
We encounter a problem regarding the SPI when performing the...
I´m running on NRF52840 with SDK version 15.2.0 and trying to use atfifo, and I have observed a bug when writing to the atfifo buffer twice and then reading from the atfifo...
Hello, I am trying the nRF9160 DK for the first time and when I try to connect my DK to my laptop and select my device in the nRF Connect Programmer it shows the error highlighted...
Hi!
This is possibly some variation of what others have seen, e.g., in ticket 232629.
I am using several custom boards and have updated everything to the latest versions...
Hello
I'm using SDK 15.2 on nRF52 DK to test the ble_app_multirole_lesc example.
I downloaded the code to nRF52 DK to act as central.
I commented the scan_start() function...
I have two eval boards of nrf52832. I want to do BLE mesh between them. Can u provide me the link of the BLE Mesh SDK which open Segger embedded compiler.
### Details
MCU- nRF52832
DK- nRF52DK
### Description
Hi all,
I'm new to Nordic platform and this might come up as a very basic question but, I couldn't find...
Hi
I use a nrf52810 to implement a datalogger. I try to log sensor data to a SDCard. The firmware works fine to communicate with the sensor, but after I tried to insert...
Hi everyone,
My code flow is
1. Read Battery 2. Read Sensor
3. Send Data
4. Update Display
I want to know the time taken between the first step(Read Battery) and...
I am new to C programming and BLE in general.I am trying to create a service with two characteristics,(the application simply is a modification of BLE bulb and switch). How...
Hi,
How can I detect environment radio noise in each ESB radio channel?
Would you please give me a sample code which can detect environment radio noise?
Thank you...
I'm reading the SDK15.2 documentation coming from SDK 11. I've noticed the nrf_pwr_mgmt module, but I haven't seen it utilized by any of the examples. When should this module...
I implement basic Thermostat Zigbee device on top of FreeRTOS v10.0.0 with nRF Thread and Zigbee SDK in version v3.0.0 When there is no network to connect then after some...
I am working long nrf52840 and trying to implement long range in my project. There were examples in SDK 15.2.0 but i couldn't find any example or post which is related to...