hybridgroup.gobot/platforms/ble
Andrew Lytvynov f6920ab65c ble: fix unused var
Shame on me
2016-07-13 10:25:30 -07:00
..
LICENSE WIP on BLE 2016-02-16 15:32:14 -08:00
README.md [ble] Refactoring to DRY up characteristic lookup 2016-07-08 11:44:45 +02:00
battery.go [ble] Separate BLE client adaptor to allow for a BLE server adaptor 2016-07-08 20:36:53 +02:00
ble_client_adaptor.go ble: fix unused var 2016-07-13 10:25:30 -07: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 [ble] Separate BLE client adaptor to allow for a BLE server adaptor 2016-07-08 20:36:53 +02:00
ble_minidrone.go [ble] Separate BLE client adaptor to allow for a BLE server adaptor 2016-07-08 20:36:53 +02:00
device_information.go [ble] Separate BLE client adaptor to allow for a BLE server adaptor 2016-07-08 20:36:53 +02:00
ollie.go [ble] Slightly longer delay on Ollie halt 2016-07-13 07:37:40 -06: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...

...