Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
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...
For example, ble_advdata_set() wants to insert company identifier and a "00" in the last byte of the response packet. Are these required, and if not, how to use the ble_advdata_set...
Hi there,
One quick question about updating Beacon configuration, including UUID, major, and minor. For development, we can use our APP on the phone or Master Control Panel...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I'm currently testing a custom board using BSP_SIMPLE defined in my board header file.
This is failing to build due to undefined BSP_LED_APP_TIMERS_NUMBER.
Appears to...
I have added a power amplifier in nrf51422, but I don't know when I should enable/disable the power amplifier in order to reduce power consumption, i.e. when listen for scanning...
Hi,
I try to compile example application (ble_sdk_app_beacon) and I have error on linking objects.
My include section:
#include <stdbool.h>
#include <stdint.h>
#include...
Hi,
I'm trying to get a modified version of the serial "NUS" service to work encrypted with Android 4.4 (API 19). Everything works fine on iOS, but with Android I get ofter...
hi,there
raspberry can ping6 pca10028, rasberry can receive udp packets from pca10028.
but how can i ping6 pca10028 from pc?
env: pca10028 + csr ble dongle + raspberry...
i'm confused of the relationship of wirepas and ant+,both claim to surpport mesh network and multihop.what's more confusing is that both are promoted by nordic.
I look up...
I find in the following example code that if I start my application from a powered-off to a powered-on condition and main() executes the code as shown, everything works fine...
Hi,
I do receive undefined HCI errors in my disconnection handler. I wait for the BLE_GAP_EVT_DISCONNECTED event and use the bleEvent->evt.gap_evt.params.disconnected.reason...
I've been reading through the documentation for pstorage but there's one term I don't understand
devzone.nordicsemi.com/.../a00131.html
What is the purpose of offset...
We are using two GPIOTE inputs and there is only 1 GPIOTE interrupt handler.
One of the GPIOTE input is from a power line chip that toggles @ 50 Hz rate. This GPIOTE input...