Ron Evans

Results 987 comments of Ron Evans
trafficstars

Able to build/run examples on other Adafruit boards now as well. Must have been some cached files. I will close now, and reopen if needed. Thanks for your patience @aykevl

Reopening because it is happening again :( Sometimes after a really long time (1 hour or more?) it will catch a couple of scans, but then nothing again.

You mean you want to publish this data? `AdvertisementPayload` is for when you want to act as a peripheral.

I'm not sure that we are going to be able to handle module vendoring at the moment with the build tags that are needed to support TinyGo and various hardware...

TinyGo 0.19 is not compatible with Go 1.17. Please see https://github.com/tinygo-org/tinygo/issues/2080

Please give a try with this branch https://github.com/tinygo-org/bluetooth/tree/update-bluez-555 which updates the go-bluetooth package to the latest version with updated Bluez wrappers.

I think it is something to do with changes to the wrapper generation in https://github.com/muka/go-bluetooth/commits/master/gen since the last working version, which at least on my machine is also https://github.com/muka/go-bluetooth/commit/f6113f7141c5f535bea0ce20d918383d4577efe8 Note...

@mogenson and @aykevl please give a try to #49 it appears to correct this issue on my machine with BlueZ 5.50 installed. Thanks!

@mogenson I thought you were using Ubuntu?

Also, you perhaps want to try 5.50: ``` $ bluetoothctl --version bluetoothctl: 5.50 ``` This is the version that the recent commit downgraded to, which is, as @aykevl points out...