You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since commit 457af75 is appears that the NINAFW adaptors are broken. They advertise without a problem, however on connecting to them they do not correctly respond. Instead they get into a death spiral of bad messages probably due to losing their place.
The text was updated successfully, but these errors were encountered:
deadprogram
changed the title
bug: HCI-based adaptors broken when acting as peripheral
bug: NINAFW adaptors broken when acting as peripheral
Oct 28, 2024
I was trying to use this library with an arduino-nano33 (Arduino Nano 33 IoT), and adapter.Enable() already fails. I can confirm the issue starts happening on 457af75.
There is an open bug for this at tinygo-org/bluetooth#300. Fortunately, there is also an open pull request with a fix, so I'm updating to that specific commit for now.
Since commit 457af75 is appears that the NINAFW adaptors are broken. They advertise without a problem, however on connecting to them they do not correctly respond. Instead they get into a death spiral of bad messages probably due to losing their place.
The text was updated successfully, but these errors were encountered: