hybridgroup.gobot/platforms/ble
deadprogram c64a0d9481 core: Refactoring to allow 'metal' development using Gobot adaptors/drivers.
Signed-off-by: deadprogram <ron@hybridgroup.com>
2016-09-12 21:33: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 [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 tests: refactor test interfaces out of implementations and into the tests where they belong 2016-08-26 14:23:03 +02:00
ble_minidrone.go core: Refactoring to allow 'metal' development using Gobot adaptors/drivers. 2016-09-12 21:33:14 +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 core: Refactoring to allow 'metal' development using Gobot adaptors/drivers. 2016-09-12 21:33:14 +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...

...