MarinX / goble

Bluetooth Low Energy for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bluetooth Low Energy for Go (based od CC2541)

Description

Bluetooth Low Enery (HM10) module for Go

Installation

go get github.com/MarinX/goble

Example

See the example directory

Enable BeaconMode

hm.FactoryReset()
hm.SetBeaconMode(goble.BEACON_ENABLE)
hm.GetBeaconMode()
hm.SetAdvertasingInterval(5)
hm.Reset()

License

This library is under the MIT License

Author

Marin Basic

About

Bluetooth Low Energy for Go

License:MIT License


Languages

Language:Go 100.0%