https://github.com/marinx/goble
Bluetooth Low Energy for Go
https://github.com/marinx/goble
ble bluetooth-low-energy go golang library
Last synced: 5 months ago
JSON representation
Bluetooth Low Energy for Go
- Host: GitHub
- URL: https://github.com/marinx/goble
- Owner: MarinX
- License: mit
- Created: 2015-06-12T16:22:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-19T13:45:22.000Z (over 8 years ago)
- Last Synced: 2025-03-26T03:41:50.069Z (10 months ago)
- Topics: ble, bluetooth-low-energy, go, golang, library
- Language: Go
- Size: 144 KB
- Stars: 46
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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