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...
Hello,
I'm using the nrf51422 with 210 softdevice.
I'm trying to figure out a way for the receiving slave device to go to sleep when away from the master, but to wake...
To be able to upgrade FW through UART, a bootloader for nrf51822 is required in my project. I have tried out the example bootloader in SDK. But this example is using softdevice...
I followed the forum posts and nan-29 to get eclipse 4.3.2 to successfully connect to JLinkGDBServer via a Segger J-Link EDU on Ubuntu Linux.
I can start the GDB server...
I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
I am working on the proj that needed 2 MCU and nrf51822 work as slave.
I would like to know any ref on how to firmware upgrade on board without external tool?
Many Bluetooth library features are not yet available and so I would like to use a standard tool chain to compile sample programs and my own programs to run on the mkit.
Hi,
I am using the nRF51822 with an external 16MHz crystal. I was curious if there is any way to tune/calibrate the system clock that is derived from this crystal. The purpose...
Hi All,
I am novice in this nordic nrf 51822 programming. I wanted to know the best way to do the
following.
I have two different functionalities to be run on eval...
Hi All,
In ble_app_hrs example two function is defined for gpiote_init()
1)
static void gpiote_init(void)
{
APP_GPIOTE_INIT(APP_GPIOTE_MAX_USERS);
}
2)
static void...
Hi
I found there is bonding managing routine in SDK HRM and Proximity examples.
bond_manager_init();
It means in these two case, after pairing with BTLE host, the...
My question is regarding the PPI channel groups. The documentation is extremely limited and leaves many questions.
My goal is to generate 3 PWM signals from a timer with...
If i understand tasks are for outputs and events are for inputs.
Wanted to know relationship between channel and the pin numbers. do they hold the relationship like...
Hello,
I am really confused on how to get a custom BLE service up and running. I have read through nAN-36, and compared the suggestions in that document to the HRS example...
In nRF51 reference manual v2.1 section 18.1.1, it mentioned that the RTC must be able to
run while the 16 MHz system clock (SysClk) source is OFF. 2 questions :
Q1: Since...
Hello,
I'm trying to get the SDK examples working in Eclipse. I have followed all steps(except debugging part) in the nan-29, but i can only import the s110/ble_hrs example...
I am looking for the spacing in mils or mm between the two samtec connectors on the nrfGO board. I am making my board to interface with the PCA10005/PCA10004 and I would like...
Hi,
I'm new to nRF8001 SDK and Bluetooth and I hope my questions are not too stupid lol. So here it goes:
I'm using the Nordic nRF8001 SDK to implement a self-defined...