Partial implementation of BlueGiga's BGAPI for use with the BLE112/3 modules over UART.

Hi there! I recently started using BLE112 modules with the mbed LPC1768 MCU, and I realized there was no implementation of BlueGiga's BGAPI available for mbed. This library implements only a few commands, but if you're looking to get started, this is a good place to look.

This was developed against BGAPI v1.3.2. I make no guarantees as to how well it will work with newer revisions of the software.

History

Adding Scan Result callback support. default tip

2015-05-19, by dishbreak [Tue, 19 May 2015 07:30:40 +0000] rev 7

Adding Scan Result callback support.


Fixed up documentation. Added GAP Discover command.

2015-05-19, by dishbreak [Tue, 19 May 2015 05:49:00 +0000] rev 6

Fixed up documentation. Added GAP Discover command.


Updating documentation.

2015-05-19, by dishbreak [Tue, 19 May 2015 05:01:10 +0000] rev 5

Updating documentation.


Added support for timestamp callback.

2015-05-19, by dishbreak [Tue, 19 May 2015 04:35:46 +0000] rev 4

Added support for timestamp callback.


Added system reset and system boot commands.

2015-05-18, by dishbreak [Mon, 18 May 2015 05:49:21 +0000] rev 3

Added system reset and system boot commands.


Added support for Get Info command.

2015-05-18, by dishbreak [Mon, 18 May 2015 01:16:52 +0000] rev 2

Added support for Get Info command.


Completed steel thread--can send hello packet using callbacks.

2015-05-17, by dishbreak [Sun, 17 May 2015 23:24:26 +0000] rev 1

Completed steel thread--can send hello packet using callbacks.


initial commit

2015-05-17, by dishbreak [Sun, 17 May 2015 21:00:34 +0000] rev 0

initial commit