Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 6 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:
1 Answer
8 years, 6 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:
- Client (establish a connection to a server): https://github.com/ARMmbed/ble-examples/tree/master/BLE_LEDBlinker
- Server: which is connected by a client: https://github.com/ARMmbed/ble-examples/tree/master/BLE_LED