Using an Android Auto Wireless Adapter USB Dongle Works #741
SV-Engineer
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
On a whim I tried this AA Wireless USB Adapter with crankshaft on a Raspberry PI3. It worked flawlessly.
The short version is that said dongle works by using the paired bluetooth to get the device MAC address and then creates a WiFi direct connection (no need for a publicly broadcasted hotspot connection). I have confirmed the tool for creating a WiFi Direct Connection works on a Pi 5 but not the 3. IIRC, the Pi 3 does have a bluetooth radio in-built.
Is anyone already working on developing this? The current wireless implementation is a bit round-about. Not hating on something that does technically work, as it is certainly impressive.
Beta Was this translation helpful? Give feedback.
All reactions