Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marinx/goble
- Owner: MarinX
- License: mit
- Created: 2015-06-12T16:22:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-19T13:45:22.000Z (over 7 years ago)
- Last Synced: 2024-06-20T06:27:33.404Z (5 months ago)
- Topics: ble, bluetooth-low-energy, go, golang, library
- Language: Go
- Size: 144 KB
- Stars: 44
- Watchers: 4
- 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