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

Using for Tata Nexon 2023 edition - Audio Music Lag when using touchscreen. #43

Closed mddanish closed 4 months ago

mddanish commented 5 months ago

Welldone for creating a very usefull and money saving project. I'm using it with my RPi0-W, connect very nicesly and good.

The only problem I noticed when Music is playing & streaming to car infotainment, and when using Car touchscreen to navigate or use map to set, Audio starts lagging.

Using this saved me 8K for devices available on amazon.

Ioniq3 commented 5 months ago

Hello mddanish,

If this help you, I have the same RPI0W and after disable the hdmi output the performance increases, so the hdmi drains a lot of energy of the board. It is done adding the following line in the config.txt

hdmi_blanking=1

mddanish commented 5 months ago

Thanks Mate, it works

gamelaster commented 5 months ago

@nisargjhaveri wouldn't be good to disable hdmi by default?

nisargjhaveri commented 5 months ago

@nisargjhaveri wouldn't be good to disable hdmi by default?

Yes, that would actually be a good idea if it has this impact. Happy to take in a PR, or will come to it in a few days hopefully.

nisargjhaveri commented 4 months ago

Should be fixed by #48.