hybridgroup.gobot/platforms/ble
deadprogram eedc5081ed [ble] Flying and landing and landed
Signed-off-by: deadprogram <ron@hybridgroup.com>
2016-07-04 22:23:59 +02:00
..
LICENSE WIP on BLE 2016-02-16 15:32:14 -08:00
README.md WIP on BLE 2016-02-16 15:32:14 -08:00
battery.go Remove commented lines 2016-03-02 22:51:55 -08:00
ble_adaptor.go [ble] Able to connect and retrieve battery notifications 2016-07-04 19:46:42 +02:00
ble_adaptor_darwin.go [ble] Separate options for linux and OSX 2016-07-04 11:46:27 +02:00
ble_adaptor_linux.go [ble] Separate options for linux and OSX 2016-07-04 11:46:27 +02:00
ble_adaptor_test.go Making sure tests pass 2016-07-03 11:15:42 +02:00
device_information.go [ble] Device information service 2016-07-03 12:46:29 +02:00
minidrone.go [ble] Flying and landing and landed 2016-07-04 22:23:59 +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 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...

...