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 all,
I am using an nrf51422 DK as a peripheral, with s130 softdevice and sdk11 on Keil, and iPhone6, with iOS 9.3.1, runing nrf Toolbox UART app.
I am sending data...
Dear All,
NRF 24L01 communication fails particularly @ midnight / early morning 1:00AM to 3:30/4:00 AM and resumes Automatically.
In my project, I have 1 base station...
I was reading a line of code:
mesh_gatt_evt_t* p_gatt_evt = (mesh_gatt_evt_t*) p_ble_evt->evt.gatts_evt.params.write.data;
And ble_gatts_evt_write_t::data is the cenerpiece...
Hi, I'm an undergrade student.
I use Android-NRF-UART in GitHub/Nordic.
I want to enter the encryption about send message and decryption about receive message.
so...
Hi all,
I wanted to know the power consumption in ble device while advertising as well as while scanning. please if anybody knows about it, let me know soon.
Any help...
Hi
I am trying to start an advertise. If I use the “BLE_GAP_ADV_FLAG_BR_EDR_NOT_SUPPORTED” flag all work’s pretty fine, but whenever I change the flag to “BLE_GAP_ADV_FLAGS_LE_ONLY_LIMITED_DISC_MODE...
Is it possible to have a fast advertisement interval (for connecting and bonding/pairing) for example: 40msec; at the same time, have a slow connection interval (after connection...
uint8_t flags = BLE_GAP_ADV_FLAG_BR_EDR_NOT_SUPPORTED |
BLE_GAP_ADV_FLAGS_LE_ONLY_GENERAL_DISC_MODE;
And then when I look up "BLE_GAP_ADV_FLAGS_LE_ONLY_GENERAL_DISC_MODE;...
Hallo,
i'm trying to test my BLE aplication using the PTS. The profile test are mostly OK. But if i run the GAP Test (especially TC_BROB_BCST_BV_01_C) the PTS does not...
It seems that static and global data is NOT set to zero during start-up. This is supposed to happen according to the C-standard. How to do this in a proper manner, i.e. to...
Hi All,
we currently move our custom design to CE testing and already did some successful EMC pretesting.
However, our testing house asked us to prepare a firmware for...
Hi All,
BLE Nordic Stack: 0.9.7
Tiny Circuits: Ardunio + Nordic nRF8001 Board
First time post, and hoping someone has run into the same issue that I am. I am in the...
Hello!
I am working with the example mpu interface projects located at the following repo:
github.com/.../nrf5-mpu-examples
After converting the Keil projects to...