I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
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...
Hello, please refer to the below code, in particular, did I get the cccd handle right?
static uint32_t mesh_value_char_add(void)
{
/* BLE GATT metadata */
ble_gatts_attr_md_t...
In order to prevent communication from middle-man attack, I append the signature after ECDH publickey. However, though I get the correct share secret by ECDH, I fail in verifying...
Hi,
I'm using the bluetooth 5.0 and base on the mutilink_center example to add a peripheral and a center. Because I want the center to connect two type device. It could...
Hello,
I have two identical devices with Laird's BL600 chip (that uses NRF51822). They are initialized as NRF_GZLL_MODE_DEVICE and use GZP library (without encryption ...
Hi,
I am trying to write my own bootloader. I gather new image via serial and store it in flash in my application at 0x30000 then invoke reset and in bootloader I want...
Hi,
I was testing the pwr_mgmt project in the nRF5_SDK_13.0.0 with my 52DK, the system off mode seems work fine ,cause the log information is right,but the question is...