Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
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...
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 ...