this is a new program based on BLE_Uart_Peripheral. Change program name due to relation Client&Peripheral to Client&Server
Dependencies: RingBuffer nRF51_Vdd nRF51_WakeUp
This is a BLE Server (Device) program for nRF51.
You can communicate with mbed BLE using "BLE_Uart_Client" program as follows.
/users/kenjiArai/code/BLE_Uart_Client/
Please refer following my notebook.
/users/kenjiArai/notebook/ble-client-and-peripheral-using-switch-sience-ty51/#
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
8:dd23c6d67b58 | 2018-02-11 | kenjiArai | use Mbed-os5 dedicated class "CircularBuffer" |
7:0d94f4cf2a69 | 2018-02-09 | kenjiArai | Not set mac addr but use device name |
6:16e1f9d065a3 | 2017-10-22 | kenjiArai | Run on Mbed-os5. Extend pc serial buffer. Delete low power related lib. |
5:394920d6a82f | 2016-06-13 | kenjiArai | added nRF51_LowPwr library and updated other libraries. |
4:a1b642566003 | 2016-04-21 | kenjiArai | change program name |
3:fd5273a70b21 | 2016-04-21 | kenjiArai | change program name and Client&Peripheral to Client&Server |
2:2322afea6ecf | 2016-04-16 | kenjiArai | Show MAC address to modify Client main.cpp program |
1:9b27a9710d94 | 2016-04-16 | kenjiArai | this is actual main.cpp routine |
0:6b0eca2bcb7a | 2016-04-16 | kenjiArai | BLE Peripheral UART function |