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,
We decided to add NFC functionality to our nRF52 open source sensor beacon design, RuuviTag: http://ruuvi.com
I would like to ask your opinion about the antenna...
I'm quite new to the Bluetooth development in gereral...
I want to design a Hardware using the nRF51 Dongle as the reference Design.
The plan is to take the Altium Files...
Hello Nordic Team,
i've get my things working and i figured out how i can set service data and to display it in nRF Master Control.
Now i want to CHANGE my service data...
Hi,
I'm wondering if I'am able to direct advertise when I have established connection (edit: according to this established connection nrf5x is master (central role))? ...
Hello!
everyone:
I use nRF51822 UART Demo(ble_app_uart),test uart interrupt receive data, baudrate is 38400.
if start advertising ,rx loss data ,else rx receive data perfect...
Hi,
I have develop my firmware on on nRF51DK which has n51422 chip.
But my actual hardware has n51822 chip.
So my firmware is working on development board (nRF51DK...
Hi Guys
I've got a strange problem where a binary that works fine on a nRF51822 QFAC does not run on a QFAA
I know that the difference between these two devices is the...
I need to define a few constant arrays for IR implementation. Currently, I define them as
static uint16_t but it takes up a lot of SRAM space. How do I move them to program...
Hi,
I have a setup (in SD310.2.0.0) on nrf51422-qfaae0 in which I'm hoping to receive data on multiple ant channels from multiple networks, but I cant seem to understand...
HI,
with the new version of the bluetooth website, i can not find the link to overview the profile,service,characteristic and something else related to it.
thank you.
Hello,
I am working on a wearable device at the moment. To support iOS and Android at the same time, I have implemented ANCS and nRF UART on the circuit.
When working...
I successfully run "ble_app_hrs_c" on BLE_Central example at 38,400bps on the PCA10001 device.
My modification on PCA10001 board as follows;
cut out 32.768KHz X...
I want to store the max possible data on flash using pstorage , but I noticed that I have to increase the number of Maximum number of flash access commands PSTORAGE_CMD_QUEUE_SIZE...
Hello,
I have got a problem with use SPI. I get hard fault after call spi_master_open(), exactly when sd_nvic_ClearPendingIRQ function is call.
This situation is so specific...