Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
I want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...
Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
Hi there,
Thanks to the great tutorial from Vidar, I can play with the blinky example in Eclipse on Mac. Now I want to try the other examples, and encountered the "Error...
Dear all,
I need to know in detail the nRF51822 RF capabilities asked by bluetooth SIG.
Items 1 to 12 in chapter 1.3
See attached document RF ICS 4 1 0 (002).pdf
Thank...
Hardware: Rigado BMD-200 B using the nRF51822_xxAB
Softdevice: S110_nRF51_8.0.0
Base project: ble_app_hrs_s110_with_dfu_pca10028
Project Device: nRF51922_xxAB
Project...
Hi All,
I am trying to develop a application using radio communication, so i choosed to develop a application so it can able to tx and rx. So i integrated both rx and tx...
Hi All,
We are trying find a way to upgrade nrf51822 in the field post initial release.
I read the following posts
( devzone.nordicsemi.com/.../)
( developer.nordicsemi...
My board requires P0.9 and P0.10 to operate as GPIO pins. On the NRF52 these pins share the function with the NFC antenna. How do I make them function as GPIO pins?
I know...
Hi,
I just finished compiling my code for the nrf51 to take ADC measurements and send the hex values over ble tuart o my iphone. Now I want to see if I can send that data...
Hi, i know maybe this question was asked before, but i have a particulary issue.
I have 2 devices connected through BLE. Just when them get connected i need to send a byte...
Hello!
I need to read a string from UART, there's code below:
unsigned char GetChar(void)
{
while(!RI)
;
RI = 0;
return SBUF;
}
int Readfstr(void)
{
char...
Hardware: Rigado BMD-200 B using the nRF51822_xxAB
Bootloader: dfu_dual_bank_ble_s110_pca10028 with the device set to nRF51822_xxAB
Softdevice: S110_nRF51_8.0.0
DFU Tool...
I'm trying to use BLE library for python to communicate with one Nordic nrf51844 chipset. Because one characteristic is notification enabled, I need to enable notification...
Does there exist a white paper describing some typical PPI use cases with coding examples? The only one I've found is the peripheral/gpiote example and it is severely lacking...
Updates are moved to the end of the question
I created a modified version of pca10028.h and boards.h and have preprocessors changed so that the following new config is...