I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
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...
Hi,
We are working with NRF 51822 in a multi-role arrangement (SDK 12.3.0, s130_nrf51_2.0.1_softdevice) where one NRF51 will be connected to a phone in peripheral mode and...
when i use pc tools or APP except "nRF Connect" to connect my 51822,i can not find some parameter,so i want to know in example "ble_app_uart",how to set up connect parameter...
So apparently, for ble, all CCCDs, regardless of what the UUID of a characteristic is, is
00002902-0000-1000-8000-00805f9b34fb
And to access that, the proper step...
as im working on nrf51822 sdk 9.im finding difficulty in performing bonding..so could you please help us in providing the code which performs ONLY bonding and advertising...
Hi, nordic staff:
I'm developing a project on nrfready_desktop_2_v3.1.0, as the chip is nRF51822;
I need 3 PWM channels for RGB leds. and i found there is a file named...