I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi,
I have just opened my nRF8001 DK. It seems like for the evaluation of the nRF8001, I also need to purchase a nRFgo Motherboard, which is sold separetely.
Where does...
Hello,
I would like to do some code tests and simulations of my application in the keil microvision, so I would like to know if you could give me an example project to...
Is it possible to initiate communicate with an ANT+ device using a nRF24L01+?
I understand that the RF Channel is 2.466 GHz (66), however I do not know what Address(es...
hi nordic guys,
i created one custom profile, which is having two characteristics
my minimum and max conn interval is - 10ms and 50 ms
1. characterisic one will send...
Hi,
i am using accelerometer sensor, which is i2c compatible.
i have nrf51822 pca10001 board.
in accelerometer datasheet it is mention as after every write there...
The documentation clearly state that if the payload length is read as > 32 byte, the RX FIFO must be flushed.
My question is, will that erase all other pending messages even...
How much current can the nrf51822 sink per pin? In the datasheet, I can see that it is at least 5mA. I also see that the chip can drive 3 pins at 5mA, but can it handle more...
Hi
SPI master is 3rd party MCU. SPI slave is nRF51822.
If MCU sends a bunch of data to nRF51822 via SPI, at the same time, BTLE host like celluar phone try to connect...
Hi,
I am using the PCA10001 v1.0 from the development kit and am having trouble measuring the same current as the one from the specification.
I am using the ble_app_proximity...
Hi,
According to nRF51 Series Reference Manual v1.1 , section 10.1.3 there are 3 ways to leave debug interface mode after programming the chip. Assuming that my device...
Hi
i created one timer0 interrupt in ble_app_hrs.
void timer0_init()
{
NRF_TIMER0->TASKS_STOP=0;
NRF_TIMER0->PRESCALER=4;
NRF_TIMER0->BITMODE=3;
NRF_TIMER0->MODE...
I am new to ARM and nRF51822. I am using a development kit with the PCA10000 dongle and the PCA10005 daughter card. I wrote a simple C program (attached) to blink the LEDs...
Well, I'm a little in doubt on whether this is the right place to file a bug in the reference manual. Anyhow, I think it's easier and maybe it will prevent that another guy...
Hello,
I updated the "ble_app_proximity" PCA10001 example for adapting the time constants of my needs.
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(3700, UNIT_1_25_MS)...
hi,
In my device(nr51), have multi service and one client.
when i initial the client first ,then to setup service. this follow is O.K.
But, if i initial the service, and...