All Projects → MarinX → goble

MarinX / goble

Licence: MIT license
Bluetooth Low Energy for Go

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to goble

Bluetooth-ble-beamer-and-scanner-for-tracing-corona-virus-infected-individual
Bluetooth ble beacon beamer and scanner for tracing corona virus infected person similar to Trace Together app
Stars: ✭ 26 (-39.53%)
Mutual labels:  ble, bluetooth-low-energy
SmartSpin2k
Transform your spin bike into a Smart Trainer!
Stars: ✭ 88 (+104.65%)
Mutual labels:  ble, bluetooth-low-energy
ble
Bluetooth Low Energy for Linux / macOS
Stars: ✭ 264 (+513.95%)
Mutual labels:  ble, bluetooth-low-energy
python-sonicare
Python library to communicate with a Phillips Sonicare toothbrush via Bluetooth Low Energy
Stars: ✭ 46 (+6.98%)
Mutual labels:  ble, bluetooth-low-energy
awesome-bluetooth-security
List of Bluetooth BR/EDR/LE security resources
Stars: ✭ 220 (+411.63%)
Mutual labels:  ble, bluetooth-low-energy
py-bluetooth-utils
Python module containing bluetooth utility functions, in particular for easy BLE scanning and advertising
Stars: ✭ 60 (+39.53%)
Mutual labels:  ble, bluetooth-low-energy
daydream-node
Quick Node.js module to connect to the Daydream controller and receive all the data
Stars: ✭ 17 (-60.47%)
Mutual labels:  ble, bluetooth-low-energy
Rxble
使用 RxJava 封装的低功耗蓝牙类库
Stars: ✭ 203 (+372.09%)
Mutual labels:  ble, bluetooth-low-energy
ESP32BleAdvertise
Simple library for BLE advertise using ESP32 in Arduino
Stars: ✭ 39 (-9.3%)
Mutual labels:  ble, bluetooth-low-energy
IOS-CoreBluetooth-Mock
Mocking library for CoreBluetooth framework.
Stars: ✭ 142 (+230.23%)
Mutual labels:  ble, bluetooth-low-energy
bluetooth-terminal
ES6 class for serial communication with your own Bluetooth Low Energy (Smart) devices
Stars: ✭ 43 (+0%)
Mutual labels:  ble, bluetooth-low-energy
H.E.L.P.
Home Environment Locating People 🍍
Stars: ✭ 19 (-55.81%)
Mutual labels:  ble, bluetooth-low-energy
Bluetooth
Cross-platform Bluetooth API for Go and TinyGo.
Stars: ✭ 246 (+472.09%)
Mutual labels:  ble, bluetooth-low-energy
STBlueMS Android
"ST BLE Sensor" Android application source code.
Stars: ✭ 93 (+116.28%)
Mutual labels:  ble, bluetooth-low-energy
Fruitymesh
FruityMesh - The first completely connection-based open source mesh on top of Bluetooth Low Energy (4.1/5.0 or higher)
Stars: ✭ 229 (+432.56%)
Mutual labels:  ble, bluetooth-low-energy
BLE SDK6 examples
Examples for the Dialog Smartbond Bluetooth low energy families based on the SDK6
Stars: ✭ 38 (-11.63%)
Mutual labels:  ble, bluetooth-low-energy
Continuity
Apple Continuity Protocol Reverse Engineering and Dissector
Stars: ✭ 180 (+318.6%)
Mutual labels:  ble, bluetooth-low-energy
Blessed Android
BLESSED, a Bluetooth Low Energy (BLE) library for Android
Stars: ✭ 195 (+353.49%)
Mutual labels:  ble, bluetooth-low-energy
theheraldproject.github.io
Herald - Proximity Detection Protocol and research documentation, including the Fair Efficacy Formula
Stars: ✭ 17 (-60.47%)
Mutual labels:  ble, bluetooth-low-energy
BLELib
This library contains many of the features you need to interact with BLE peripherals
Stars: ✭ 21 (-51.16%)
Mutual labels:  ble, bluetooth-low-energy

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].