I use a PCA10001 board as peripheral role of heart rate service and it can be discovered by control panel. But as I download the experimental program of central role of hrs...
I'm reading the source for the nRF Toolbox app for Android 4.3 and comparing it to the Proximity Profile spec from the Bluetooth SIG, which has this to say about path loss...
Hello,
I have downloaded the software related with the "nRF51822 Bluetooth Smart Beacon Kit" in order to modify typical iBeacon's parametres such as UUID, Major ID, Minor...
Hello,
i would like to know if the new SoftDevice 130 for the nrf51822 is compatible with the DFU OTA bootloader example provided in the SDK (nrf51822/Board/nrf6310/device_firmware_updates...
Can I get uuid of central device from peripheral device(nrf51822) ?
I want to check out which smart device is connected.
May be I can tell central is iphone4s or iphone5...
Goodmorning
I have few problem with this project. I took the source file from github.com/.../nrf51-ble-app-temp and I modified the main.c to use with S110 6.0.0, nRF51...
Hi,
I am using nRF51822 with Softdevice S110 v6.0 to advertising packets and I would like to know when transmission is over to read some data from external sensors. I tried...
Hi, im implemented several services and characteristics in the nrf51822 with S110, its all working (read, write and notification), tested with an iOS app.
Now i need to implement...
Hi,everyone
I want to make out 4 channel PWM with PPI and two timers , PPI configuration like this,
/* Configure PPI channel 0 to toggle PWM_OUTPUT_PIN on every Timer...
Hi All,
I would like the nrf51822 sleep, wake up and then continues advertising.
I try following code:
NVIC_DisableIRQ(RTC1_IRQn);
NRF_RTC1->EVTENCLR...
hello, everyone.
i am a new, i can't understand the meaning of "One event can trigger multiple tasks by using multiple channels and one task can be triggered by multiple...
Please provide me some details about how to implement watchdog functionality so that i can reset the entire system for avoiding software Hangs
I have come up with a code...
Hi,
I have downloaded the SDK 6.0 which contains the ble_app_uart and tried to compile it using GCC, but getting the following error which doesn't make any sense because...
I see the nrf51822-DK and and nrf51822-EK are now marked 'not recommended'. Why is this?
I now see an nRF51-DK and an nRF51 dongle. Are these now the current development...
Hello,
I want to use broadcaster mode for nrf51822, could you tell me please what I must to do to use this mode?
I suppose I must to set BLE_GAP_ADV_TYPE_ADV_NONCONN_IND...
Hi,
We need to develop piconet where each device able initiate receiving and transmitting data.
According to a Bluetooth Core V4.0 specification this topology named like...
Hi Nordic DEV Team,
In my application, I would like to use sd_flash_page_erase to erase like 100 pages user data; the problem of pstorage is that I cannot specify the page...
I am connecting my development device acting as a BLE keyboard using HID over GATT and it seems to be draining the phone battery very quickly. Every 7 seconds I would get...