tinygo-org / bluetooth

Cross-platform Bluetooth API for Go and TinyGo. Supports Linux, macOS, Windows, and bare metal using Nordic SoftDevice or HCI
https://tinygo.org
Other
762 stars 138 forks source link

hci: contains several corrections needed for HCI on both ninafw and cyw43439 #304

Closed deadprogram closed 1 day ago

deadprogram commented 5 days ago

This PR contains several corrections needed for HCI to work correctly on both ninafw and cyw43439:

Addresses #300

jsoriano commented 5 days ago

Thanks! Examples work on the Nano 33 IoT with these changes.

colececil commented 4 days ago

Thanks so much for this fix! I was unable to enable the bluetooth adapter on my Arduino Nano 33 IoT. But after updating to your commit in my go.mod, it works! Now I'm unblocked!

deadprogram commented 1 day ago

Thanks for review/testing @jsoriano and @colececil now merging.