BLE Client UART function
This is a BLE Client (Central) program for nRF51.
You can communicate with mbed BLE using "BLE_Uart_Server" program as follows.
/users/kenjiArai/code/BLE_Uart_Server/
Please refer following my notebook.
/users/kenjiArai/notebook/ble-client-and-peripheral-using-switch-sience-ty51/#
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
5:e90d7b6f83cb | 2018-02-11 | kenjiArai | use Mbed-os5 dedicated class "CircularBuffer" |
4:342b665fb826 | 2018-02-09 | kenjiArai | Not set mac addr but use device name |
3:9236f8e65c80 | 2017-10-22 | kenjiArai | Run on Mbed-os5. Extend pc serial buffer. Delete low power related lib. |
2:6fb0b87b041d | 2016-06-13 | kenjiArai | added nRF51_LowPwr library and updated other libraries. |
1:f68a5e55a60e | 2016-04-21 | kenjiArai | change Client&Peripheral to Client&Server |
0:0ef6455cbb4d | 2016-04-16 | kenjiArai | BLE Client UART function |