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...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
Noticed that the WLCSP packages are being offered with a "build code D0". What does the D0 signify ? Any implications to programming the chip?
www.semiconductorstore.com...
I have tried to merge the hex files using mergehex, and flashed it to my device.
After flash the device is in DFU mode.
It seems the booloader doesn't know that there...
Could someone please explain or point me to rules for creation of such type for custom service?
I did look at provided examples but there are no comments telling why members...
I have a vendor specific characteristic for the battery voltage in my device, expressed as an actual voltage rather than a percentage. Values are 0.000V to about 4.300V and...
HI,all!
I recently using pstorage to store data
and the pstorage_store(); funtion always returns NRF_SUCCESS, but never triggle the cb_handler, is that normal?
by...
[environment: s110_nRF51822_7.0.0 + SDK nrf51_sdk_v6_0_0_43681 + PCA10000(QF AAG0)]
I failed to get pstorage working in my own code, then I picked up the sample code from...
My NRF51822 die. When connected, keil can't download or erase flash. But it can be found by SW port when I just power on, then it almost be unavailable at the same time. ...
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...