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...
Hi
I have read various things about this so I would like to confirm
What is the best way to set the bluetooth address of my device ? Is it built in by nordic ?
Or is it...
Hi,
I am able to change the MAC address of the beacon using the call sd_ble_gap_address_set(BLE_GAP_ADDR_CYCLE_MODE_NONE, &gap_addr), where gap_addr is of type BLE_GAP_ADDR_TYPE_RANDOM_STATIC...
Hi, I am newbie at this field.
I have tried to configure network for communication between device nodes.
What i want to do is each device node has unique data( <30bytes...
Hi,
Is it possible to control the ouputs without connecting?
I mean something like this:
I have a nRF51DK. And I would like to detect if there are bluetooth devices...
I'm trying to get some sound out of a piezo buzzer using the PWM library here:
github.com/.../nrf51-pwm-library
My buzzer has a resonant frequency of 2,730Hz. The buzzer...
Hi all,
I am looking for some help on where to identify a problem that cropped up recently. I'm relatively new to the softdevice concept, though it seems straightforward...
Hey everyone,
I'm developing an application using the PCA10001 board. After a while my app crashes. I think this is due to un-freed memory regions. When writing similar...
Hi every one,
I work on application that read continuous analog signal with 500 sample/second and send it from nRF51822 board (1) to nRF51822 board (2) and read this value...
The BT SIG has adopted the "Indoor Positioning Service" and in there it says ...
"When a characteristic value is written, the Server may check the validity of the value...
Hi,
I need to send an audio signal through BLE connection of nRF51822 module, this signal need to quantized and sampled at rate of minimum 8000 sample/second by ADC, i...
I would like a working example of a simple application that uses soft_device (either S110 or S120) plus UART debugging.
I have read many posts in this forum about this topic...
Hi folks,
do you supply a BT Test-SW to set a module with your NRF51822 in different test modes like continuous FH etc. or to change the device to low, mid, high channel...
Hi,
I want to establish a peer-to-peer communication network between 2 nRF51422, such that both the nRF51422 can Transmit as well as Receive data. Is it possible to achieve...
hi,
as we know, the device need to being linked in 1.28s if Advertising types is BLE_GAP_ADV_TYPE_ADV_DIRECT_IND ,but my host can't link device in 1.28s,so i want to link...