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

I implemented the nuclient on a CP Bluefruit and the nuserver on a CP Bluefruit. They do connect as the following is displayed in the client. ` Connecting to the...

Hi, I would like to point out a problem I had with upgrading to macOS 11 and constantly getting an error "abort trap". Go to System Preferences -> Security &...

macos

A simple implementation for #94 on linux.

Is there any way to evaluate a `Characteristic.Value` when I read the value? [`muka/go-bluetooth`](https://github.com/muka/go-bluetooth) can use [`onRead`](https://github.com/muka/go-bluetooth/blob/07f31c601d335ebe336c5923b2b66b2420d8e8aa/api/service/app_char.go#L153) to setup a read callback, can this repo add something like `CharacteristicConfig.ReadEvent`?

Hello, I have a specific case where the call of Characteristic.Write can lead to a infinite loop. A write call updates a UART device with new values. The UART device...

Using: * this library at release 0.4.0 * bluez 5.60 * github.com/muka/go-bluetooth v0.0.0-20211227073548-985739196620 * the `DefaultAdapter` object I attempt to `AddService` and advertise in one goroutine and `Scan` in another...

Took me a while to actually report this, because I thought it had to be some problem on my machine, but after testing on another system, I think it is...

nrf

I cannot seem to vendor my dependency in any project with a dependency on tinygo.org/x/bluetooth. I can't run `go mod tidy` with the same error as show below. I get...

bug