nisargjhaveri / WirelessAndroidAutoDongle

Use Wireless Android Auto with a car that supports only wired Android Auto using a Raspberry Pi.
MIT License
320 stars 43 forks source link

Raspberry Pi compatible #60

Closed andrescabana86 closed 4 months ago

andrescabana86 commented 4 months ago

Hello community

I've been looking into the repo and I could not find the list of compatible raspberry. Is the last version necessary? Can I buy a cheaper raspberry or any other compatible board?

nisargjhaveri commented 4 months ago

Currently Raspberry Pi Zero W, Zero 2 W, 3A, and 4 are supported. You can easily generate or download the builds for these.

txikitin commented 4 months ago

And 3B+?

hkfuertes commented 4 months ago

3B and 3A share almost everything, but the 3 B has a USB hub connected to the single USB port that "shares" with the A. So theorically it could be used, but as there is a hub in the middle, that does not understand USB Gadget, it does not work... You could in theory, seek and scratch the traces that go from the USB controller to the hub, and connect a USB there.... But it does not make sense... Use the A instead.

hkfuertes commented 4 months ago

In fact, you don't use the micro USB, you need to use the USB A (on the 3A)...