Search found 10 matches

by sedlons
Tue Dec 02, 2025 11:55 pm
Forum: Audio
Topic: Microphone noise reduction / NoiseTorch / Easy Effects
Replies: 1
Views: 360

Microphone noise reduction / NoiseTorch / Easy Effects

Hi,
what do you in HUDIY team think about:
- NoiseTorch https://github.com/noisetorch/NoiseTorch
- Easy Effects https://github.com/wwmm/easyeffects

Also, is there someone who has experience with noise reduction in combination with echo cancel?

Example without and with noisetorch: https://www ...
by sedlons
Tue Dec 02, 2025 8:20 pm
Forum: Extensions
Topic: Best way to integrate a custom MPU6050 tilt sensor into HUDiy?
Replies: 2
Views: 445

Re: Best way to integrate a custom MPU6050 tilt sensor into HUDiy?

I have inclinometer with MPU6050. You can check my code here: https://github.com/sedlons/lr-hudiy-rpi-hat/tree/main/sw_rpi
I also implemented red alerts when angles are above limits. I plan to have also own menu directly in hudiy settings menu with zero calibration button and alert limits. Now it ...
by sedlons
Sun Nov 02, 2025 8:15 am
Forum: Hudiy
Topic: Default Storage Audio
Replies: 3
Views: 481

Re: Default Storage Audio

For now you can create new directory, e.g. /home/username/music and mount external disc here. Auto mounting after restart you can set via fstab.
Alternative to this can be creating symbolic link with ln -s.
(Btw chatgpt should help you easily in this case).
by sedlons
Fri Oct 17, 2025 5:25 pm
Forum: Announcements
Topic: Porting Hudiy to Raspberry Pi OS Trixie
Replies: 3
Views: 757

Re: Porting Hudiy to Raspberry Pi OS Trixie

Thank you for your excellent work 👍
by sedlons
Thu Sep 18, 2025 9:53 am
Forum: Your projects
Topic: HUDIY Discovery 2 / Land Rover
Replies: 4
Views: 1169

Re: HUDIY Discovery 2 / Land Rover

I routed USB extension cable from dash to behind rear light, so anytime camera can be simply replaced. Cable is waterproof isolated with butyl tape.
by sedlons
Thu Sep 18, 2025 9:47 am
Forum: Your projects
Topic: HUDIY Discovery 2 / Land Rover
Replies: 4
Views: 1169

Re: HUDIY Discovery 2 / Land Rover

For inspiration.... also connected reverse USB camera. I reused old lens cover and put PCB to 3D printed case.
cam1.jpg
cam1.jpg (4.06 MiB) Viewed 930 times
by sedlons
Sun Aug 24, 2025 6:59 pm
Forum: Your projects
Topic: HUDIY Discovery 2 / Land Rover
Replies: 4
Views: 1169

Re: HUDIY Discovery 2 / Land Rover

PCB and all software released here: https://github.com/sedlons/lr-hudiy-rpi-hat
I recommend european PCB manufacturer: https://aisler.net/

Functions:
- self power control with latch-up
- steering wheel resistance button read
- power control of RPi
- rotary encoder (volume)
- light sensor ...
by sedlons
Sun Aug 24, 2025 2:04 pm
Forum: Hudiy
Topic: How to exit HUDIY and access rpi desktop
Replies: 7
Views: 1325

Re: How to exit HUDIY and access rpi desktop

Or..., you can connect phone with USB cable and change USB mode to tethering + set up "Raspberry Pi Connect" (https://connect.raspberrypi.com/). Then you can access RPi shell and also remote desktop with browser from anywhere. It works even with wireless AA running.
by sedlons
Sun Aug 24, 2025 1:50 pm
Forum: Your projects
Topic: HUDIY Discovery 2 / Land Rover
Replies: 4
Views: 1169

HUDIY Discovery 2 / Land Rover

I have now ongoing project Land Rover Discovery 2. I created custom PCB with arduino nano for power management. Also it can handle heater(webasto) timing during the night. Inside my unit is 12V->5V step down and audio amplifier. Steering wheel buttons are connected and working.

In future I would ...
by sedlons
Thu Aug 14, 2025 5:29 pm
Forum: Hudiy
Topic: Day / night / backlight
Replies: 1
Views: 355

Day / night / backlight

It is possible to change day / night mode of android auto (like in openauto)?
I have now simple script, which load environmental light intensity and based on this changes backlight.

I would like to change day/night mode with python like:
Trigger action 'aa_switch_mode_night' when ambient light ...