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...
Hi! I am trying to enable UARTE and Serial in my app, but somehow the nrf_serial code is not compiled because it fails the "#if NRF_MODULE_ENABLED(NRF_SERIAL)" test.
How...
Hi,
We have a legacy product which is in production using the nRF51422 using a legacy DFU.
We need to re-install some test equipment PCs with Master Control Panel which...
Hi,
I' m trying to create a TMIM easydma sequence to same an ADC. The sequence involves a write, and timer delay and a read.
Given what I'm trying to achieve, I think...
Hi ,
Is it possible to send low rate telemetry data ( 1Kbyte) per day
to smartphone VIA Nordic NFC solution.
So ... the smartphone read the stored memory in nordic...
Hi teams,
As the title describes, how can I find source/destination address inside mesh model callback functions?
Is there any API functions? Or should I modify callback...
During the pairing phase, LTK will be generated for the secure connect, and no LTK will be generated for the legacy pair, but LTK will be generated for the subsequent bonding...
Where can I find documentation of http://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.2.0/nrf/samples/nrf9160/serial_lte_modem/README.html#serial-lte-modem IP UDP low power...
Hi, I am trying to create a custom_service for my application.
I am using nRF52832 SDK_16
SES
I want to create the BLE_SERVICES
which has send characteristics and...
Hi,
I converted ble_app_beacon example to Segger Embedded Studio (using version 4.30b), as per the instructions in the link https://infocenter.nordicsemi.com/index.jsp?topic...
I configured a NRF52832 with non-scannable and non-connectable as well as scannable/connectable advertising. Everything is working fine.
But I want to fully understand the...
I have an existing phone app (using the traditional GATT system), and I would like mesh-enable my products so that if the products can see each other, then the phone can connect...
nRF51822 PS says standard drive GPIO output voltage will be VDD-0.3V ~ VDD In our previous project w/ nRF51822, I found it to be very close to VDD when connected to GND via...
Hi... i am using nRF52832 ,15.2 version sdk . I want to send the data from esp32 to nRF52832 through Rx ,Tx . I have done connections rx,tx,gnd . I can able to transmit the...
Hello,
I'm trying to setup an automated pairing for two devices. My peripheral device is advertising and should only allow connection requests from a specific central device...