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,
My application receives assert error from stack. Source file name is src\ll_master.c, line number 831 and error code 0xDEADBEEF.
What this error signifies?
R...
Hello,
In my application I'm using SDK 8.1 with the s110 SoftDevice. In the new version, the pstorage modules have been separated and you need to choose between them.
...
Trying to see how much time my code consumes, I tried the naive approach, calling clock() in the beginning and at the end and comparing the values.
But when I include clock...
I am using the BLE Scanner app on Android to check that my device works.
I have 2 similar problems :
on one device, I can read all characteristics except one. This has...
Hi,
Im trying to use this example to send serial data from GPS module via BLE:
github.com/.../ble_app_uart_low_power_slave
I have disabled hardware flow control since...
Hi
I tried gateway and LED_mesh examples. It worked well. But, I found some issues as below.
When I tired MCP windows application on laptop with PCA10031 dongle...
Hi there,
I am using the nrfjprog to flash the nrf51822 via a J-Tag programmer. Here is the command I used in the command prompt:
nrfjprog --eraseall --programs softdevice...
Haw can I configure ble_app_ uart examples for bonding using? I want to connecting, transmit and receive data throw the UART only with 5 fixed devices.
Hi,
I updated to softdevice 8.00 recently, and found something different with softdevice 6.00.
When trying to program the new softdevice hex to the chip using nrfgo studio...
Hi,
I am using nRF51822 chip.
I am using the softdevice s120_nrf51_2.1.0. On top of that i am flashing the HRM central example given in the SDK nRF51_SDK_8.1.0_b6ed55f...
Hello, I'm fairly new are Nordic and have inherited a good project from a departing coworker. We are using Keil uVision 5+nRF51822+BLES110 softdevice.
She explained her...
Hello,
As mentioned title, when using printf with softdevice, "Stopped by a vector catch" occurred.
I am using my custom board(nRF51822 and s110).
And I am using IAR...
Hello,
When i try to set value of the gpregret using sd_power_gpregret_set and clear functions in on_write callback function, cpu gets stuck (i check it in debug mode). Can...
Hello
I'm trying to communicate with an sensor over the TWI HW interface during a BLE connection with the S110 soft-device, and every time I try to use the TWI bus the...