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...
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 using the nRf52 device with FreeRtos and SD132 version 11.0. The configUSE_TICKLESS_IDLE is set to '1' to allow the device to go to sleep. After the OS is started - there...
Hello Nordic users and employees,
I'm having a small dilemma. The device I'm building runs on the nRF51822 and needs to store a small number of bytes off to the side and...
Hello, it is to my understanding that profile & service do not have fixed forms. Services make up profiles and you can choose how many and what services make up a profile...
I I'm running the ble_app_blinky example under pca10028 on the nrf dongle pca10031 using sdk11. The dongle disconnects after 24 seconds. Can anyone point to me what is the...
A typical classic or BLE get paired with the phone/central, and normally the central can decide to forget/unpair it. In this case, the device (nordic chipset) which previously...
I had created application with enabling the UART service(as in Ble_uart_app example) and tried to update the Rx characteristics of UART service in connectable mode through...
I'm sending a write authorization reply using sd_ble_gatts_rw_authorize_reply() in response to a standard Write Request with one byte of data. When I set the gatt_status to...
I am currently dealing with a strange problem when trying to use DFU OTA. When I enter DFU mode on Master Control Panel and try and update I get the following two error messages...
Does anyone have a working copy of ble_cps.c\h
The BDS (version 1.0.2095.0) plugin (v.1.2.4) does not generate code that compiles under IAR EWB
IAR ANSI C/C++ Compiler...
Hi there, I'm definitely a newb when it comes to wireless communication and communication protocols so I'd like this question to be answered at a higher level than what I...
Hello,
I am implementing a central which is scanning for advertising packets using s130, SDK11, nRF51822 and based on example ble_app_hrs_rscs_relay.
I get the advertising...
Hi,
I'm trying to porte my code from micro_esb to nrf_esb. My need is to know when a frame with correct address is received. This frame don't need to be valid just received...
Is there any way to use more than 4 buttons using app_button or BSP library?
It seems that GPIOTE can handle only 4 pin. Am I right??
uint32_t err_code;
// Button configuration...
Hi,
I am wondering if it is possible to change the RADIO data rate using SoftDevice.
I am developing an application which do not need an high data transfer but it would...