To start off, you can check these forum threads about the reverse camera:
https://hudiy.eu/community/viewtopic.php?t=176
https://hudiy.eu/community/viewtopic.php?t=228
https://hudiy.eu/community/viewtopic.php?t=22
https://hudiy.eu/community/viewtopic.php?t=38
In these threads, you can find more ...
Search found 560 matches
- Mon May 18, 2026 7:44 pm
- Forum: Connectivity
- Topic: reverse camera
- Replies: 1
- Views: 30
- Thu May 14, 2026 8:05 pm
- Forum: Extensions
- Topic: Change Widget Size to Fullscreen
- Replies: 1
- Views: 27
Re: Change Widget Size to Fullscreen
Hello,
If you'd like to display something in full screen, it's best to use Overlays for that. You can check out our idle screen example and build your own based on it:
https://github.com/wiboma/hudiy/tree/ma ... dle_screen
https://github.com/wiboma/hudiy/blob/ma ... d#overlays
If you'd like to display something in full screen, it's best to use Overlays for that. You can check out our idle screen example and build your own based on it:
https://github.com/wiboma/hudiy/tree/ma ... dle_screen
https://github.com/wiboma/hudiy/blob/ma ... d#overlays
- Thu May 14, 2026 5:16 pm
- Forum: General discussion
- Topic: Dashboard Switching (Key Shortcut)
- Replies: 4
- Views: 290
Re: Dashboard Switching (Key Shortcut)
Hello,
The widget on the screenshot is https://github.com/wiboma/hudiy/blob/ma ... auges.html (LARGE_WIDE size)
The widget on the screenshot is https://github.com/wiboma/hudiy/blob/ma ... auges.html (LARGE_WIDE size)
- Thu May 14, 2026 3:22 pm
- Forum: Announcements
- Topic: Update to version 1.18 (Bookworm) and 2.14 (Trixie) is already available
- Replies: 14
- Views: 988
Re: Update to version 1.18 (Bookworm) and 2.14 (Trixie) is already available
Hi Hudiy Admin,
Do you have a rough idea of the next release date? So I can plan when to do my next hardware changes to coincide with removing it from my vehicle?
Thanks!
Hello,
We are planning to release a new version around May 24th. The new version will include the latest batch of ...
- Wed May 13, 2026 9:23 pm
- Forum: Audio
- Topic: Audio Not working Hudiy
- Replies: 14
- Views: 635
Re: Audio Not working Hudiy
You can check the solution from this thread viewtopic.php?t=257. It might be related to the echo-cancel module.
- Tue May 12, 2026 3:02 pm
- Forum: Connectivity
- Topic: AndroidAuto - unusual disconnects
- Replies: 7
- Views: 516
Re: AndroidAuto - unusual disconnects
Thanks for the logs. They show that at least one disconnect isn't related to projection suspend. It looks like the connection is being dropped on the phone side (End of File). Does the issue reproduce when you set channelConfigurationType to AUTO in the hotspot settings?
[2026-05-10 00:37:05 ...
[2026-05-10 00:37:05 ...
- Sat May 09, 2026 7:37 pm
- Forum: General discussion
- Topic: Wishes/Bugs
- Replies: 18
- Views: 2638
Re: Wishes/Bugs
Maybe as things stabilize, some of the supporting scripts can be automatically installed as part of an update. Things like the safe shut down, screen dimming and automatic rear camera activation. This might help some of us noobs. (Thanx for your help on these in other posts).
Thanks for the ...
- Fri May 08, 2026 4:56 am
- Forum: Connectivity
- Topic: Wireless Android Auto Connection Issues
- Replies: 5
- Views: 268
Re: Wireless Android Auto Connection Issues
Thank you for the logs. Based on the data, it appears that your phone is not connecting to the Bluetooth service provided by Hudiy, which is used for exchanging Wi-Fi network information.
This connection should be initiated by the phone. Did you pair your phone using the Bluetooth menu within Hudiy ...
This connection should be initiated by the phone. Did you pair your phone using the Bluetooth menu within Hudiy ...
- Fri May 08, 2026 2:54 am
- Forum: Connectivity
- Topic: Wireless Android Auto Connection Issues
- Replies: 5
- Views: 268
Re: Wireless Android Auto Connection Issues
We haven't encountered this issue yet. From what we know, Android Auto prefers 5GHz networks but in our setups on Raspberry Pi Zero 2 and Pi 3B it works without any problems on 2.4GHz with every test phone.
Could you please send the logs from the $HOME/.hudiy/log directory? You can pack them into a ...
Could you please send the logs from the $HOME/.hudiy/log directory? You can pack them into a ...
- Thu May 07, 2026 5:23 pm
- Forum: General discussion
- Topic: Dashboard Switching (Key Shortcut)
- Replies: 4
- Views: 290
Re: Dashboard Switching (Key Shortcut)
Hello,
Great idea, thank you! Currently, you can achieve this using the API. You can register your action and toggle selected dashboards whenever the action is triggered. Once registered, this action can be added as a shortcut.
Below is an example script in Python. You could also add, for instance ...
Great idea, thank you! Currently, you can achieve this using the API. You can register your action and toggle selected dashboards whenever the action is triggered. Once registered, this action can be added as a shortcut.
Below is an example script in Python. You could also add, for instance ...