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 am trying to embed CTS in my code. I have included #include "ble_cts_c.h" Then I made changes to sdk_config.h I have this enabled in sdk_config.h:
Yet I am unable to...
Hi,
I made a demo app using advertising and scanning functionality in SDK 16. Now I'm trying to get it working in our company's full blown C++ framework, which is based...
Hello to everyone, I have a nrf52840 dk device running Zephyr RTOS. I have flash an app to the start address 0x00 and a second app to 0x2000 address. While I am pressing a...
Hi, I want to secure connection between our device (nRF52840 or nRF51822) and a smartphone.
I find that LESC uses ECDH which is more secure than RSA in same key length....
I need a full datasheet for the nRF52805 device - I could not find the information on the website, which is visually impressive but technically very unclear in my opinion...
im trying to use the functionality of notification using ble_app_hrs_freertos
i have created one service, one characteristic , timer and timer handler.
while debug the...
Hi
I am now working on a project which I use ble_app_uart_c as a reference.
SDK 16 and used softdevice s140.
In the project I need to disable the UART before it enters...
Hi,
I have two question
Is there a Nordic version of SES? ( The download address of "first picture" cannot be used )
Second question
Is macOS also has a Nordic...
I am having some success with custom hardware running an OTA DFU bootloader from the SDK17 by Hung Bui March 2017 within a nRF52832. I utilize the bootloader to program the...
Hi,
I use DFU secure_bootloader pca10100e_usb example to modify to nrf52833 DFU.
But when I execute, I get stuck in this line, as shown below.
In configuration, I...
I am changing the Tx power successfully with sd_ble_gap_tx_power_set(). I can see the RSSI value change Nordic Connect to confirm that it really is changing. But I also have...
Hello Nordic Support,
I am using nRF52840 with SDK 15.3. I am running the USB CDC ACM in bulk transfer and interrupt. My nRF52840 plays the central role, it will send strings...
Hello,
I am merging the pb remote with light control example. Both ran fine when I tested separately. Then I began to merge the two. The server is fine when I merge the...
I'm working with a custom board that is using a nrf53840. The SDK is 16.0 and SoftDevice S140 version 7.0.1. Programming with SES. The board has various devices such as accelerometers...