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 am trying to use the RX interrupt on the PCA10001 board, using UART0 for wired communication and S110 (s110_nrf51822_5.2.1) for Bluetooth LE communication at the...
Hi, i'm trying to communicate between a msp-430f5529 (spi master) and a nrf51822 (spi slave). I have configured the MISO, MOSI, CS and SCLK of the nrf. I use the spi_slave_example...
Hi there,
I'm currently facing the problem, that an example as simple as
volatile float sum;
extern "C" int _start()
{
float a = 1.0;
double d = 2.2;
sum = a ...
I have a nRF51822 mkit board which I would like to use as a BLE peripheral to connect to my linux computer with BlueZ. I would like to be able to have a simple GATT connection...
Hi,
I'm trying to get a SPI based peripheral going without much luck.
One thing I noticed, in the debugger, is that on my implementation the field spi_base_address->POWER...
Hi,
I'm getting problems on the pca10001 uart example. I get the "Start:" string on the terminal but it can't echo what I type on the keyboard. Another thing is that I...
The nrf51 powerdown examples
github.com/.../nrf51-powerdown-examples.git
Are these power down examples are helpful. They clearly indicate how to power on the nrf51822...
I have a custom board using the nRF51822 as a peripheral with the S110 SoftDevice. The centrals are mobile apps, both Android and iOS. The device spends a lot of time in a...
Hi
I'm trying to run uart example on nrf6310.
I followed following link.
devzone.nordicsemi.com/.../
and I defined ENABLE_LOOPBACK_TEST.
it was resulted in blinking...
I am using sd 7.0.0, I have a simple bootloader implementation that follows the bootloader sample code pretty closely. When I jump to my application from the bootloader and...
Is there anyway to get a light to blink using only the PCB antenna module?
Also, is there anyway to blink a light using only the Bluetooth Smart Beacon chip?
Hi,
I'm attempting to use 'S120/experimental/ble_app_multilink_central' running on a pca10001 to better understand the central / peripherial comm sequencing on the nrf51...
Is there documentation missing from the SDK 6.0 docs (and 5.2) ?
For instance:
https://devzone.nordicsemi.com/documentation/nrf51/6.0.0/s110/html/a00125.html
is blank...
Hi All,
I am new to BLE nRF 51822 development kit. It is mounted on nRF go Starter Kit. My question is how can I put a advertising 51822 chip to sleep? Also, when I turn...
Hi
In my custom project I'm using pins P0.14 as SCL and P0.15 as SDA .
I know the pins selection #define is in twi_master_config.h. But the question is whether I have...