项目作者: MarinX

项目描述 :
Bluetooth Low Energy for Go
高级语言: Go
项目地址: git://github.com/MarinX/goble.git
创建时间: 2015-06-12T16:22:38Z
项目社区:https://github.com/MarinX/goble

开源协议:MIT License

下载


Bluetooth Low Energy for Go (based od CC2541)

Description

Bluetooth Low Enery (HM10) module for Go

Installation

  1. go get github.com/MarinX/goble

Example

  1. See the example directory

Enable BeaconMode

  1. hm.FactoryReset()
  2. hm.SetBeaconMode(goble.BEACON_ENABLE)
  3. hm.GetBeaconMode()
  4. hm.SetAdvertasingInterval(5)
  5. hm.Reset()

License

This library is under the MIT License

Author

Marin Basic