Search found 629 matches

by hudiy
Tue Aug 11, 2026 9:32 am
Forum: Raspberry PI
Topic: Powering the Raspberry PI5 in the car
Replies: 13
Views: 3032

Re: Powering the Raspberry PI5 in the car


The only thing that worked properly for me was a polarity inverter with the official Raspberry Pi charger, but I never liked that solution.

In our setups we use the DFRobot DFR020 power supply.

Is the power supply you’re recommending the DFR0205? I can’t find a DFR020 anywhere.


Ah, sorry ...
by hudiy
Mon Aug 10, 2026 9:26 am
Forum: Audio
Topic: Dangerous issue occurred while driving
Replies: 3
Views: 29

Re: Dangerous issue occurred while driving

How is your USB hub powered? Is it a 12V or a 5V hub? Was there a voltage drop while the Raspberry Pi was booting up (e.g., from starting the engine - quite likely since the Raspberry Pi booted up while engine was running)?

Audio streams (e. g. from Hudiy) in PipeWire won't play louder than the ...
by hudiy
Mon Aug 10, 2026 8:38 am
Forum: Raspberry PI
Topic: Powering the Raspberry PI5 in the car
Replies: 13
Views: 3032

Re: Powering the Raspberry PI5 in the car


Bit late to the party, but I'm trying to run a Rpi 5 with a 10" display, I have bought this: https://www.amazon.de/dp/B0FMR2W86W?ref=ppx_yo2ov_dt_b_fed_asin_title, but it seems like the RPI is throtling and it can't power my screen. I live in Europe, where I have noticed that choices of power ...
by hudiy
Sun Aug 09, 2026 6:39 pm
Forum: Audio
Topic: Dangerous issue occurred while driving
Replies: 3
Views: 29

Re: Dangerous issue occurred while driving

Hello,
Please provide more details about your setup. What sound card, Raspberry Pi and power supply are you using? Are there any additional peripherals connected to Raspberry Pi? Are you running any other applications on your system? Typically, these types of problems are power-related. The ...
by hudiy
Fri Aug 07, 2026 6:57 am
Forum: Announcements
Topic: Update to version 1.24 (Bookworm) and 2.20 (Trixie) is already available
Replies: 2
Views: 772

Re: Update to version 1.24 (Bookworm) and 2.20 (Trixie) is already available


The boot seems very classic where we are still getting some flashes of Debian desktop screen. Is there plans to to remove those flashes and make it seem less like splash then Hudiy UI? No flashes of other background graphic.


Please check the solution from this post https://hudiy.eu/community ...
by hudiy
Mon Aug 03, 2026 5:44 pm
Forum: Audio
Topic: Pipewire modules loading order
Replies: 3
Views: 34

Re: Pipewire modules loading order

Module loading in PipeWire is asynchronous. The fact that the pactl command finishes does not mean that the module has already been loaded and integrated into the routing. The order in which modules are loaded does not matter, because once new virtual sinks appear, WirePlumber will generate the ...
by hudiy
Mon Aug 03, 2026 11:49 am
Forum: Programming
Topic: Help with app/overlay
Replies: 2
Views: 36

Re: Help with app/overlay

It will be easiest to do this using separate overlays and an application. One overlay will be used to display YouTube in full screen and the second one for the "Go Home" icon. Both overlays will be configured to appear only on a specific application (e.g., a dummy YouTube app).

You can create the ...
by hudiy
Sat Aug 01, 2026 2:59 pm
Forum: Input controllers
Topic: Touchscreen not working with Waveshare 8-DSI-TOUCH-A on RPi3
Replies: 2
Views: 34

Re: Touchscreen not working with Waveshare 8-DSI-TOUCH-A on RPi3

Hello,

By default, Hudiy disables libinput so that the keyboard doesn't interfere with the console which remains active beneath Hudiy's interface. Try removing the line:

export QT_QPA_EGLFS_NO_LIBINPUT=1

from the $HOME/.hudiy/share/hudiy_run.sh file then restart your Raspberry Pi and check if ...
by hudiy
Sat Aug 01, 2026 2:47 pm
Forum: Hudiy
Topic: Potential fix to lower h.264 decode latency
Replies: 5
Views: 70

Re: Potential fix to lower h.264 decode latency

We ran a benchmark on the Raspberry Pi 4B and it looks like the VUI modifications have no impact on the number of buffered frames in the decoder or on the decode time. Also, the h264 encoder on the phone already sets max_dec_frame_buffering to 1 and num_reorder_frames to 0 by default.

However, we ...
by hudiy
Sat Aug 01, 2026 11:37 am
Forum: Connectivity
Topic: GPS Lost Constantly
Replies: 1
Views: 19

Re: GPS Lost Constantly

The primary GPS receiver is always the phone's receiver. Android Auto supports receiving data from external receivers and Hudiy sends such data if it detects a receiver connected to the machine. You can completely disable sending GPS data from Hudiy in main_configuration.json https://github.com ...