If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
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...
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...
I example test ble_central and ble_peripheral of ble_app_uart.
Radio TX and RX test is OK.
It confirmed the data communications relating to uart_event_handler function....