2015-06-08 03:38:19 +08:00
# Bluetooth LE
The gobot-ble adaptor makes it easy to interact with Bluetooth LE using Go.
2016-07-08 17:44:45 +08:00
It is written using the [gatt ](https://github.com/currantlabs/gatt ) package fork by Currant Labs of the package from [Paypal ](https://github.com/paypal ). Thank you!
2015-06-08 03:38:19 +08:00
Learn more about Bluetooth LE [here ](http://en.wikipedia.org/wiki/Bluetooth_low_energy ).
## How to Install
```
2016-12-08 20:24:03 +08:00
go get gobot.io/x/gobot & & go install gobot.io/x/gobot/platforms/ble
2015-06-08 03:38:19 +08:00
```
## How To Connect
### OSX
Info here...
### Ubuntu
Info here...
### Windows
Info here...
## How to Use
Example of a simple program...
```go
...
```