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...
Could you estimate the free space for Application on nRF51 and mRF52, on this case for Homekit with FOTA :
Boot Loadeer with FOTA
Homekit Enable
BLE Software Device...
What are the options to update firmware (Application/Bootloader/Softdevices) for multiple devices built on NRF51x22 ?
Using Master Control Panel could take days programming...
Dear Nordic Team,
I am using HID mouse example code in my nordic dk board.
I can able implemented fallowing logic in my code to do left , right and middle button click...
Hi,
I am using nRF51422 with SDK 9.0 and SoftDevice130 with nus service. I have a custom android app running on BLE uart service. Data communication and connection handling...
How to save the uart app on my nrf51dk board? it only runs when i connect it with the usb. another question nrf51dk have a nrf51822 chip(SoC)?
please help me out. i want...
Hi,
I have installed EmBlocks 3.2 (the last one) but only extremely simple examples will compile.
It appears that the support files in wizard/arm/nordic/nordic.zip/Common...
I have been struggling with the custom characteristic implementation. I have followed the great tutorial on custom service that is online but there is really no doc or information...
The nRF Beacons iPhone or Android app requires adding a new beacon devices in order to notified events. Is it a must for beacons? Or is it just a one step for examples. In...
I try to advertise with a custom UUID and I do not know how to do it.
The standard services works with 16 bits and I need to work with 128 bits
So how can I do it?
Thanks...
Dear Nordic family,
I am using Bluetooth Low Energy, Beacon module with ARM Core from Tindie ( Product link ). The reference manual from their website is attached IMM-NRF51822_RefMan...
I am trying to work on ble_app_uart example project working.
I am able to see that the "nus_data_handler" is triggered when any data is received over the BLE channel. On...
[Duplicate question. See the original post here ]
Dear Nordic team,
I have purchased Bluetooth Low Energy, Beacon module with ARM Core from Tindie
They gave me...
Hi,
Im trying to send data via the NUS service which is larger than 20 bytes. I understand that I have to break down the data into chunks in this case, which is what I...
I am new to embedded programming.
I use JLINKEXE (on Mac) to load the S110 softdevice and my application. When I am in the debugger, the app loads and all runs as expected...