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,
first of all i need to say, i am very happy to found the s120 softdevice where we can implement the client role also
i downloaded new alpha version of s120 softdevice...
hello,
i am using s120 softdevice along with nrf6310 mother board, the problem is i am dumping the code into the device, but i am having doubt how to verify that it is...
Hi, I am creating a PCB design and am not sure if I should connect the pad under the nRF24L01+ to the ground plane with a couple of vias.
The data sheet says it should...
Is there a plan to support the BLE central role in the software stack?
As it is now, I absolutely cannot use the nRF51822 since the S110 stack does not support operating...
The attached test program and logic analyzer displays shows that the function twi_master_transfer() returns to the calling program before the transfer is complete, if TWI_hw_master...
The error I get is app_error_handler 0xDEADBEEF, 360 (line number), src\ll_lm.s0.c
This is with SD 5.2.1
With SD 6.0.0.1-alpha, sometimes I get
app_error_handler...
Does anybody know of any plans to combine the Peripheral and Central roles into a single SoftDevice?
The killer application that this provides is the ability to create...
Hi All,
I use nrf51822 transfer data to nrf uart app for android,when I use following parameter ,the device and nrf uart app work well.
#define MIN_CONN_INTERVAL MSEC_TO_UNITS...
I'm interested in advertising with data type 0x18 random target address. I found a post for advertising with 0xFF manufacturer specific data. What changes are necessary for...
Hi,
I am using bluez 5.12 and am having difficulty connecting to an nRF51822 EK running the Health Thermometer application and Soft Device S110v6.
I am able to see the...
Hello,
I cannot build a known-buildable project and get error A1023E.
No Programmer's Reference exists and there is no documentation referencing this error.
I think...
I want to quickly transfer data between nRF51822 and celluar phone. The data rate is 100 packets/sec. Packet size is 14 bytes. We know mouse can reach almost 200Hz report...
can i use j-link debug probes to program and debug evaluation kit?
recently i bought J-Link debugger from the segger, i tried to find the pinout of the SWD of the eval...
I see that the source code of app_gpiote.c uses NVIC_... functions to handle the interrupts:
app_gpiote_init.c, line 160...:
NVIC_ClearPendingIRQ(GPIOTE_IRQn);
NVIC_SetPriority...
My question is regarding the adertising with the softdevice on the heart rate sensor example.
My starting point is the following:
I connect PCA10001 / PCA10000 from...