SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi, I'm new to wireshark, and I want to filter all those empty pdus, they make it really hard for me to find the useful packets.
I tried btle.lendgth != 0, but got an error...
So I'm basing this off of the ble_app_hrs that initially has heart rates service and battery service. I want to create my own custom service andcopied the project to use as...
Hello,
I tested the example project "custom serial chat" from Atmel and wanted to see which Handle is used to send and receive data from Smartphone to the BLE-Board (SAMD21...
Hi.
I am designing PCB based on NRF51822-QFAA-R7.
There is 2450BM14E0003T balun will be used.
Here is reference design for that pair (NRF51822 + 2450BM14E0003T):
www...
I would like to register a bug report with the nRF5 SDK version 12.2.0. If you look at the example code in the SDK you will find that every example has a different build configuration...
We have a project which need to control the distance between the slave and the master to be less than 10m, say 5m. We tried -20 and found it a little longer than we expected...
How can I trasfer 20bytes data per 10ms?
Currently, I set gap_conn_params.min_conn_interval 7.5ms, and use BLE_EVT_TX_COMPLETE to send data. However, Android APP nrf Connect...
[Aim]
I am working on a project where I aimed to Integrate/Develop firmware management system using Contiki running over Nordic NRF52.
[Components]
Contiki running over...
On a nRF52832...
I'm trying to create a DFU package to update an existing SDK 11 SD2.0.0 firmware, to update it to SDK 12 SD + new application + secure bootloader
But the...
Hi
I am using SDK 12.3.0 with softdevice s130 v2. When I try to combine ble_app_hrs_peripheral code with app_uart.c, uart module gives error NRF_DRV_UART_EVT_ERROR in uart_irq_handler...
I would like to use twenty concurrent connections. As I understand I should set ble_cfg.gap_cfg.role_count_cfg.periph_role_count = 20 and ble_cfg.conn_cfg.params.gap_conn_cfg...
Hello,
I have read with a lot of interest the documentation associated to the "multiprotocol support" associated to the nRF5 SDK for Thread v0.10.0.
As far as I understood...
This is a more specific counterpart to a question I posted on StackExchange . If you want to know more about the attack itself, check that out, but here, I'm asking for a...