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/#
History
use Mbed-os5 dedicated class "CircularBuffer"
2018-02-11, by kenjiArai [Sun, 11 Feb 2018 02:04:44 +0000] rev 5
use Mbed-os5 dedicated class "CircularBuffer"
Not set mac addr but use device name
2018-02-09, by kenjiArai [Fri, 09 Feb 2018 22:31:19 +0000] rev 4
Not set mac addr but use device name
Run on Mbed-os5. Extend pc serial buffer. Delete low power related lib.
2017-10-22, by kenjiArai [Sun, 22 Oct 2017 09:45:44 +0000] rev 3
Run on Mbed-os5. Extend pc serial buffer. Delete low power related lib.
added nRF51_LowPwr library and updated other libraries.
2016-06-13, by kenjiArai [Mon, 13 Jun 2016 09:53:27 +0000] rev 2
added nRF51_LowPwr library and updated other libraries.
change Client&Peripheral to Client&Server
2016-04-21, by kenjiArai [Thu, 21 Apr 2016 11:20:46 +0000] rev 1
change Client&Peripheral to Client&Server
BLE Client UART function
2016-04-16, by kenjiArai [Sat, 16 Apr 2016 07:32:21 +0000] rev 0
BLE Client UART function