7 years, 9 months ago.

connecting 2 BLE pure device to each other by UART.

How I can connect 2 board to each other? for Example in first board I write UARTconsole program and in second board I write some other program to send and recieve data bitween these. I want to do the duty of android Application by another board.

Question relating to:

The nRF51822-mKIT is a low cost ARM mbed enabled development board for Bluetooth® Smart designs with the nRF51822 SoC. The kit gives access to all GPIO pins via pin headers …

1 Answer

7 years, 9 months ago.

Hello Ali,

I suggest you to give a look at the ble documentation: https://docs.mbed.com/docs/ble-intros/en/v1.0/

There is also two examples which show this functionality:

Accepted Answer