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...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I recently completed a project that acquired data from an ANT+ sensor via the ANTUSB-m device. In order to develop the application further I purchased the nRF51 Dongle...
A general question, not really related to Nordic, but...
I have seen several references to BT 4.0 headphones. I was under the impression that BT 4.0 didn't have a profile...
I am trying to disable rx after starting data transmission, is there any way to do this for ble projects, and is there any advantages in terms of lower power consumption?
txidle.png
In the attachment there is a method to reduce delay while transmissiom. Do you think this can help lower the power consumption? If so how can we do this using...
Hi,
In pstorage.c, function uint32_t pstorage_init(void), there a call to sd_flash_page_erase (line 846):
// Erase swap region in case it is dirty.
retval = sd_flash_page_erase...
Hello,
I'm curious about how to deploy my application to multiple nRF51 Dongles at the same time while I am developing. I have the same application / hex file running on...
Hi,
I'm trying to connect my nRF51822 PCA100001 development board to a ARM M3 processor via the SPI. In this case the ARM M3 is the SPI master and the nRF51822 is the SPI...
Hi,
I am having a nRF51 DK(PCA10028) development kit. I am trying to run blinky example on this development kit using Eclipse+GCC environment. I am following nAN-29 application...
Hi, I'm trying to locate the Softdevice whitepaper (nWP-20), the S210 softdevice specification makes reference to it, but I can't seem to locate it anywhere on the nordic...
Hello Everyone ,
I want to use pstorage for my project.i get the example code from here
devzone.nordicsemi.com/.../
and its working properly(i.e read and write operation...
I am using nrf51822, after establishing connection between master and slave, circuit needs only tx antenna, is there any way to put rx in sleep mode for ble application? During...
I have some nRF51822 MBED kits and I want to use them for BLE for both peripheral and central roles. I understand that this is possible with the S130 SD and the Nordic SDK...
Hi, this question could be ridiculous question due to my lack of data structure knowledge.
As you see in the HID keyboard example (SDK 7.2), there are several buffers....