Skip to content

MarinX/goble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages