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 have a custom characteristic on which I send ASCII strings as notifications similar to NUS. Is there a way to have the Bluetooth Low Energy app in nrfConnect show the data...
I am writing a BLE application on the nRF52832 using S132 v6.0 and SDK 15.2, and my application is using the nrfx_SPIM driver. I find that once I initialize the spim driver...
I am using the nRF52840, SDK 16.0.
I'm attempting to advertise on the coded phy and the 1M phy simultaneously. This works.
I have two phones, one that supports coded...
Hi,
I tried to enable the CMSIS in my CUSTOM Project but I see the following error and the CMSIS configurator is empty. Please guide what would be the possible problem....
Hardware: nRF52840 DK
SDK: 16.0.0
FreeRTOS: 10.0.0
I am attempting to use UARTE1 for a Modbus port. UART0 is already in use for a Command Line Interface. I can set up...
I use Nrf52832 and sdk16.0.Use I2S play sound.
If use:
int16_t sine_table[]= {0,0,23170,23170,32767,32767,23170,0,0,-23170,-23170,-32768,-32768,-23170,-23170};
NRF_I2S...
RTT is a very strange beast. It looks that, depending the printed binary content, the output in the viewer can be displayed - or not. It seems that the rtt viewer acts on...
Hi,
I have converted a project to use the nrf52833 (SES SDK16):
I get a fault with the following:
The build seems to still link to nrf52832_peripherals.h not...
Hi
Recently Openthread has implemented the Enhanced Frame Pending feature and I am using nordic SDK Thread and Zigbee 4.0.0 for my nrf52840 devices.
We want to use "Enhanced...
Hello,
We have a own designed NRF52832 board. If NRF52832 and NRF52811 are pin to pin, we want to use NRF52811 with NRF52832's pcb. Because, NRF52832 bluetooth range is...
hello
I have ble_app_hrs_freertos project for that, I have to make sleep and wake up the services in the project.
my question is that
1) how to sleep the service in...
Hi, I use nRF52840 dk PCA10056 and keil μvision5 . In Pack Installer of keil μvision5 , PCA10056 is not displayed . So I choose nRF52 PCA10040 , is it OK ?
I'm trying to send data from an IMU at about 50Hz over BLE to a smartphone. I'm finding that after some number of successful transmissions, I start to get the NRF_ERROR_RESOURCES...