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...
Hello, I do connection between one nRF52840 (central / NUS) to multiples nRF52840 (peripheral NUS)
in my function static void on_adv_report(nrf_ble_scan_t const * const...
Hi Nordic Developers,
I would like to extend my question on creating vendor specific model from this question I posted earlier (extension of Thingy Mesh Demo v0.1):
https...
Hello Nordic Pros,
Doing some debugging using RTT Viewer and an nRF51822 under SDK12.3. Here is the code lines of interest:
And here are the log messages:
iDrink:...
Good afternoon!
We're considering an off-the-shelf nRF52832 based device for our needs.
the application will likely involve two nRF5283-based devices fitted with external...
Dear All,
On the http_application_update after the download is complete, in order to run the new firmware the user needs to press the reset button.
I would like to be...
As in another post , I was looking for a way to change the TTL per message. Is there a reason that it can only be changed per model? I can imagine the TTL being part of the...
Hello,
I'm trying to use the mesh DFU on 2 nRF52840 DK by following the quick start guide and it didn't work.
Using the mesh sdk 2.0.1 I made the below batch file as described...
Hi,
We need a BLE chip which can be used as a radio which supports BLE SIG mesh and work on standard HCI commands.
Kindly suggest the right device.
Thanks & Regards...
I am using a Mac with SES installed. I created a DFU example and downloaded it to the Thingy 52 to see how it works. That all went fine. Unfortunately, it has disabled the...
Hi all, I'm trying to evaluate nRF Connect SDK, starting with guide in nRF Getting Started Assistant app. So far I've executed every step, but when I try to open the project...
We are using nRF52810 and SDK 15. We have to save up to 50 bonding information.nRF52180 is knowing to save up to 4 bonding information. Can you save up to 50 bonding information...
Hi,
we are trying to use FAT file in nRF9160. Referring the test case in "ncs\zephyr\tests\subsys\fs\multi-fs\src" to mount the FAT file.
But getting an error like "ff...
Hi I am migrating my application from SDK - 12.3 to SDK 15.3 version.
My application also uses FreeRTOS so I am referring to the ble_app_hrs_freertos example code.
I have...