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...
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...
The BLE_NUS_C_EVT_DISCONNECTED of the ble_nus_c_evt_handler() give a conn_handle = BLE_CONN_HANDLE_INVALID . So it's not possible to know which peripheral got disconnected...
Hi everyone !!
I'm a beginner in ble mesh. I'm working with nRF 52840. I'm not being able to figure out how to see log messages. I want to know where will following line...
Is there anywhere I can find some high level documentation on the FDS module? I'm going thru the API documentation but it provides very little insight into how to best setup...
Hi Nordic Devzone,
First i want to make sure that if the clock being used by softdevice is the LFCLK (32kHz) and its counter register is 24bits ? and which prescaler is...
Hi Guys!
I am a newbee to develop a BLE IoT, and I am really trapped:
first of all: I am using the UART example from the SDK (12.2)
I'd like to send a float array with...
Has anyone been able to successfully connect a BLE device to nRF Cloud using an Android device as a gateway?
I don't see many posts or discussions around this topic. After...
Hi,
I am developing an application, in which I need to store the data collected from various sensors in external flash, in a particular format (Dataset no. - Sensor1 data...
When I use sniffers and wireshark for debugging (ble_app_uart), I found a strange place.
The following are the empty data PDUs seen from wireshark:
50ms:
Master-...
Hi,
I want to use battery service in my beacon for that i have tried two examples of sdk14 on nrf52 dk
1)ble_app_hrs
2)ble_app_proximity
in first example ble_app_hrs...
Hi,
I am nrf52832 SDK14 .
Can you provide a simple example of IRK implementation to resolve the peripheral address in SDK 14.It will be helpful to get insight of it. ...
Hi,
Do you know why I get a warning : Unable to allocate memory for relay packet. ?
I am trying to mesh 2 servers and 4 clients. with client capacity 3 for each server...
Hi,
I'm trying to run the gdb on the nRF52 with softdevice s132 and in the begining it runs ok but after some time when I run (gdb) list I get: "Line number 435 out of...
Hello,
I'd like to send 16 bits data over ble instead of 8 bits
gatts_value.offset = 0;
gatts_value.len = len;
gatts_value.p_value = data;
err_code = sd_ble_gatts_value_set...
The call to ble_x_handles_assign() is not uniformized on all the examples. It's sometime call from on_ble_evt() or/and from x_evt_handler() .
From the doc on the function...
What shoul i do? 0 erro with code
SEGGER J-Link GDB Server V6.20d Command Line Version
1. JLinkARM.dll V6.20d (DLL compiled
Sep 29 2017 16:44:59)
Command...