Hello,
I have set nRF51822 Evaluation Kit. With its help, I would like to read the pulse of the heart rate monitor:
link text
I manage to connect to it using the...
Does the s110 stack allow retrying pairing procedure?
It looks like the stack (peripheral) always ends with disconnect upon invalid passkey.
We would like to explore the...
Hi Guys,
since yesterday i am trying to get the DFU with Softdevice S110 (BLE) v7-alpha3 working but haven't succeeded yet. My process is the following:
s110_nrf51822_7...
Hi All,
i would like to know about
1) what is channel in nrf51288?
2) is there any mathematical relationship between channel no and pin no as in ble_app_hrs
example channel...
Hi,
I use UART bootloader SDK example(dfu_dual_bank_hci) to do update firmware on EK PCA10001 board,it can work ok.But i changed the HCI_SLIP_UART_RX_PIN_NUMBER and HCI_SLIP_UART_TX_PIN_NUMBER...
Hi. I have been trying get a notification through ANCS.
I have created an app which is made by modifying ble_app_ancs sample.
It works basically but there is one problem...
Hi all,
I am using s110 v7 for scanning and advertising, it works well. Now, I would like to measure RSSI while scanning (already scanned device but not connected) . Can...
Hi,
I am using nRF5182. Kiel is the IDE. I need to operate the device in 25Mhz. How can i change the clock frequency to 25Mhz. Is it possible? Will it affect the operation...
Hi,
I just stumbled upon the nAn-36 note ( www.nordicsemi.com/.../80193304 ) and I have two comments about it :
I think it's the best technical documentation I've...
Where to find definition for INTENSET/CLR for TIMERs in 'nRF51_Reference_manual v1.1'? I think I've read it all by now, but still can't find it.
After some digging I found...
If I have the PC insert 1msec byte spacing between data bytes sent to the NRF51422, it receives the message and doesn't reset. I can send messages less than 10 bytes to the...
my code shows here: github.com/.../main.c
uart_init();
printf("\r\n\r\n");
printf("\r\n __DEBUGGING__\r\n");
every time my app started, it always shows corrupted...
Is there any more information available on a release date for the next rev of the 51822 which is supposed to have better handling of concurrent A/D and radio operations? ...
C++ BLE_API of mbed, which I want to use offline with Keil-MDK, looks really well-thought & coherent to me, but I am not a guru in SW development.
Since the mbed-platform...
The NRF51822 PWM examples I have located work by toggling GPIOs. Does the device have a more sophisticated mechanism than this for generating PWM signals? More pecifically...
Hi all
In my application where I'm using the Soft device 6.0, I have a simple function which is very time critical. However, this function is not called very often, but...
Hi,
Please can you send me the ble_app_uart source code as it is missing from the latest 6.1 SDK.
I have the PCA 100003 & PCA10000 boards.
Many thanks.
Hi,
In my application I use 5 devices and 1 host to communicate.
I have only a few packets to transfer so the data rate can be low (22Byte/transmission).
The devices...
I am looking for cheapest (up to few hundred USD) and simplest Arduino basic solution to track real-time RFID tags distance (also direction if possible) without additional...
I have implemented a boot loader for DFU based on the sdk v6.1 DFU project.
After a when an upgrade is triggered within the application soft reset by the application:
...