bluetooth icon indicating copy to clipboard operation
bluetooth copied to clipboard

Cross-platform Bluetooth API for Go and TinyGo. Supports Linux, macOS, Windows, and bare metal using Nordic SoftDevice or HCI

Results 159 bluetooth issues
Sort by recently updated
recently updated
newest added

This tries to solve issue #153 and add a Write function to all gattc implementations (windows hat already one). I am on a Mac and the Darwin implementation works fine...

So a little bit of an odd one here... I've followed what I've seen everywhere else and as far as I can tell everything makes sense, however when I call...

I am running on Raspberry Pi 4 Model B to connect with BLE devices. When I run adapter.Connect, it always returns error "le-connection-abort-by-local." BlueZ version = 5.66 ```golang package main...

Is it possible for this library to provide `Write` method on `DeviceCharacteristic` (MacOS) ? Some devices have disabled `writeWithoutResponse` and only enabled `write` on their characteristics.

enhancement

following discussion on #200 the example of utilization with nicenano on corne keyboard can be found [here](https://github.com/funkycode/tinygo-corne/blob/poc/nicenano/left/main.go#L79) in order for it to work though you would need to change max...

Hi! I am trying to send a BLE advertisement with manufacturer specific data. My understanding is that when you do this, you have 27 bytes to play with for the...

The bluetooth library used for Linux simply returns `hci0` as the DefaultAdapter. This is constant and never changes. On all systems, DefaultAdapter will be `hci0`, even if `hci0` doesn't exist....

enhancement
linux

Cant execute simple example on iMac with i5 proocessor :( ``` ~/go ➜ xcode-select --install xcode-select: error: command line tools are already installed, use "Software Update" in System Settings to...

enhancement
macos

I am new to tinygo-org/bluetooth package. I tried to run the heartrate example in the repo. My setup is as follows: 1. Peripheral device(Ubuntu Laptop) https://github.com/tinygo-org/bluetooth/blob/release/examples/heartrate/main.go I ran this code...

Hello, When scanning bluetooth devices on windows 10 x32 this will occur but on x64 won't: ``` Exception 0xc0000005 0x0 0x0 0x7674ebaa PC=0x7674ebaa signal arrived during external code execution runtime.cgocall(0x3a5ca0,...

windows