Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marinx/goble

Bluetooth Low Energy for Go
https://github.com/marinx/goble

ble bluetooth-low-energy go golang library

Last synced: 1 day ago
JSON representation

Bluetooth Low Energy for Go

Awesome Lists containing this project

README

        

# 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