hybridgroup.gobot/platforms/ble
deadprogram e30586acf0 core: Ensure that all drivers have default names
Signed-off-by: deadprogram <ron@hybridgroup.com>
2016-10-04 10:25:14 +02:00
..
LICENSE misc: update all LICENSE files for current year 2016-08-27 13:12:47 +02:00
README.md [ble] Refactoring to DRY up characteristic lookup 2016-07-08 11:44:45 +02:00
battery.go core: Ensure that all drivers have default names 2016-10-03 19:06:37 +02:00
ble_client_adaptor.go core: Ensure that all drivers have default names 2016-10-04 10:25:14 +02:00
ble_client_adaptor_darwin.go [ble] BLE client adaptor 2016-07-08 20:28:41 +02:00
ble_client_adaptor_linux.go [ble] BLE client adaptor 2016-07-08 20:28:41 +02:00
ble_client_adaptor_test.go core: Refactor BLE platform for new Adaptor/Driver creation signatures 2016-09-25 20:14:05 +02:00
ble_minidrone.go core: Ensure that all drivers have default names 2016-10-03 19:06:37 +02:00
device_information.go core: Ensure that all drivers have default names 2016-10-04 10:25:14 +02:00
ollie.go core: Ensure that all drivers have default names 2016-10-03 19:06:37 +02:00

README.md

Bluetooth LE

The gobot-ble adaptor makes it easy to interact with Bluetooth LE using Go.

It is written using the gatt package fork by Currant Labs of the package from Paypal. Thank you!

Learn more about Bluetooth LE here.

How to Install

go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/gobot/platforms/ble

How To Connect

OSX

Info here...

Ubuntu

Info here...

Windows

Info here...

How to Use

Example of a simple program...

...