Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
I'm using the S110 v7 SD, I want to amend the bootloader app such that I can merge it with my APP together with the SD to a single .HEX... To do so I'm taught to init. the...
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...