nisargjhaveri / WirelessAndroidAutoDongle

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

No bluetooth with Raspberry Pi 0 w #16

Closed aytacortac closed 8 months ago

aytacortac commented 8 months ago

Wifi okay but no bluetooth on list.

nisargjhaveri commented 8 months ago

This is likely not an issue with the bluetooth as such, but due to some reason headunit is not recognising the dongle as phone and not sending the accessory start request.

We start bluetooth only after the dongle receives an accessory start request indicating that the Android Auto is available and initiated from the headunit.

Which build did you try? If you used the build from release v0.1.1, try using one of the latest builds from main branch. There are some additional changes in main that makes it work on more headunits.

If that also doesn't work, try to collect some logs from the RPi using ssh.

aytacortac commented 8 months ago

Okay. I connected to car. Android auto works now. But sometimes it doesn't start when the car is started. It starts working after resetting car's multimedia (Corolla 2023) and Raspberry Pi Zero W more than once.

Well, it works fine except for the sometimes stubborn connection.

nisargjhaveri commented 8 months ago

This looks like a timeout issue, I'll try to find a solution to avoid the timeouts. Thanks for reporting.