I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
Hi,
I'm using SDK 4.4.2 and softdevice 5.2.1 to try the HID example. Although it is provided for the nRF6350 kit, I ported (buttons and LEDs) the example to the EV kit...
Hi,
I've been using your nRF51822 with considerable success. I now need to migrate across to an M3 for greater power. I want to keep most of the application code I wrote...
Hi
Thank you for the IOS App "nRF Loader" which was released last week. It works well and offers a lot of possibilities for Nordic developpers. I've one question about...
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...