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 all,
I added ble central multilink example with ble_app_uart_c code, i am able to compile code successfully, but not able to run this code on board due to this error...
Hi!
I am developing a project where an NRF52840 DK is receiving data from the environment using BLE. I can observe the received data using NRF_LOG_xxx() command in my...
I'm trying to use the PA/LNA control feature in S112. However I only want this to be enabled when under specific conditions/configurations at runtime. So I need a way for...
There are 6 channels per the SDK (nRF5_SDK_15.3.0_59ac345) and the product spec for nRF52840 but I cannot seem to get channels 4&5 to do a compare or capture. Using Keil's...
Anybody got any hints at how to get Zephyr to work on the nrf52840 PCA10059 dongle?
After many struggles, I was finally able to compile Zephyr's sample/bluetooth/hci_usb...
Hi there,
I am trying to get I2C communication up and running with the nRF52832 (specifically configuring the nRF52832 as a master to communicate with 3 slave devices),...
Hello everyone,
I am developing a temperature and gas sensor for indoor environment monitoring. Due to the limitation of the bluetooth transmission range, I hope to add...
Hello, I am developping on a nrf52840-DK board and try to debug using a Black Magic probe. Software is based on softdevice, GCC build chain and Visual Studio Code with Cortex...
I've been wrestling with this DK for some time now, but today I tried to get the LTE Link Monitor app to run and see what outputs I could get. I ran everything the same as...
Hi,
I am having issues, getting the uart backend logging working on a nrf52840 dongle. I'm testing the logging on the standard blinky example that came with the sdk (15...
Hi,
Upgrading from nrfConnect for Desktop from v 2.6 to v 2.7 and higher and its associated apps seems to hang on Linux (ubuntu 16.04). 'strace' suggests that the problem...
I have a design which mainly needs to be a peripheral, however I was told that I need to use the multi-pheripheral example as I may need the device to switch to a central...
I'm attempting to get Eclipse and the GNU Arm toolchain installed on my Windows 10 system. I'm following the instructions at...
https://devzone.nordicsemi.com/tutorials...
Hi All
I am a newbie with the nRF52 series SoC's and my end goal is to make a solar powered weather station.
I have a very crude nRF52832 dev board that I program with...