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!
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...
Hey,
I'm using the nRF52840 dongle with SDK15.3. Am trying to make it a central device that is configured as a HID mouse when plugged. So I'm combining both multilink_central...
Hello everyone,
I got an issue with the custom board nRF52832 ( Raytac BLE module ) as I only achieve very short distance between the BLE device and Android app without...