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
I did the next test running the antenna and pairing a Microsoft Surface Dial with the Pi.
Works like charm and with hciconfig I can see that the RX and TX bytes got transferred via hci0 which is the USB antenna.
This makes me believe that something in your software is no more compatible with the second BT controller.
Hello,
I used successful our great work on Raspbian. Thank you for that.
Now I chaged to dietpi and node v19 and "rocket-nuimo": "^1.2.1",
With the built in BT adapter of Pi4 anything works fine.
This is my code working with the internal BT adapter of Pi4
After my script ran I can see in bluetoothctl:
Now I added the USB BT antenna and did a reboot. The antenna works as I see.
The external antenna is hci0. With bluetoothctl I set it to be the default adapter
To be sure I only have the hci0 up and running I blocked hci1 with rfkill:
Now if I start the scripts I see
----- Appeared deviceId: c810cec31489
But no connection will be made.
Funny enough: Same antenna, same dietpi running on a Nanopi Neo R2S Box (that has no internal BT controller) works like charm.
Help would be appreciated.
Thanks DrCWO
The text was updated successfully, but these errors were encountered: