Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#275479 - 02/02/2006 17:04 empeg automatic volume control
estocks
new poster

Registered: 25/07/2003
Posts: 48
Loc: Reading UK
Hello
Is it possible the empeg be configured to increase the volume on measured volts on the Dashboard Illumination input?

Cheers
Ed


Edited by estocks (02/02/2006 17:20)

Top
#275480 - 02/02/2006 17:29 Re: empeg automatic volume control [Re: estocks]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31578
Loc: Seattle, WA
Not by default, no. You would have to write your own modified kernel to do it. But it's theoretically possible.
_________________________
Tony Fabris

Top
#275481 - 02/02/2006 18:40 Re: empeg automatic volume control [Re: estocks]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14484
Loc: Canada
The microphone input may be a better bet.

Top
#275482 - 06/02/2006 21:10 Re: empeg automatic volume control [Re: mlord]
estocks
new poster

Registered: 25/07/2003
Posts: 48
Loc: Reading UK
Hi
With advice from two giants on the forum I should explain where I came to ask from. My car has a GAL (speed) signal on the ISO loom but i can't write code. I have a cabriolet and have a spare 2.5mm mic from a damaged car kit. Thank you.
_________________________
Empeg V2 60GB running v3 (alpha 11) and the autoupdated hijack from jemplode.

Top
#275483 - 06/02/2006 21:29 Re: empeg automatic volume control [Re: estocks]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31578
Loc: Seattle, WA
Speed-senstive and microphone-senstive volume control for the empeg have been discussed on this BBS before. So far, no one has implemented it. I'm in the same boat as you, wishing for the feature, but without the technical know-how to implement the feature myself.
_________________________
Tony Fabris

Top
#275484 - 07/02/2006 19:30 Re: empeg automatic volume control [Re: tfabris]
estocks
new poster

Registered: 25/07/2003
Posts: 48
Loc: Reading UK
If a chum can write the code can somebody supply the source and compile the kernel?
_________________________
Empeg V2 60GB running v3 (alpha 11) and the autoupdated hijack from jemplode.

Top
#275485 - 07/02/2006 19:41 Re: empeg automatic volume control [Re: estocks]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31578
Loc: Seattle, WA
Generally, writing the code involves some trial-and-error, so whoever is doing the work needs the empeg and the cross-compiler, and ways to test it.
_________________________
Tony Fabris

Top
#275486 - 08/02/2006 00:53 Re: empeg automatic volume control [Re: estocks]
genixia
Carpal Tunnel

Registered: 08/02/2002
Posts: 3411
The headlight line cannot be used - it is a digital input. Ditto for the mute line. If you were electronically competant then you could build a circuit to encode the voltage as a PWM signal and then measure that on the empeg. You'd need to hack the kernel.

The microphone input is _probably_ ac-coupled. So you'd need to modulate the dc voltage onto an ac waveform in order to measure it. Again, you'd need to hack the kernel. You'd lose the use of visuals in Tuner and Aux In modes.

A third solution is to digitise the voltage, and encode it into a serial RS232 message. You could write a user-land application to listen to the messages and adjust the volume.

A fourth solution is to buy a low cost GPS receiver and hack the empeg GPS software to ask for the GPS calculated speed.
_________________________
Mk2a 60GB Blue. Serial 030102962 sig.mp3: File Format not Valid.

Top
#275487 - 19/02/2006 15:29 Re: empeg automatic volume control [Re: genixia]
estocks
new poster

Registered: 25/07/2003
Posts: 48
Loc: Reading UK

The sensor is rather crude, being a magnetic reed switch, the final drive crown wheel carrying vanes which periodically shield the magnet and so make the switch drop out.

The result is a negative-going square wave, the frequency of which increases with road speed. The pulse width will of course reduce with speed, but I would not call it pulse width modulation.
_________________________
Empeg V2 60GB running v3 (alpha 11) and the autoupdated hijack from jemplode.

Top
#275488 - 14/10/2007 15:09 Re: empeg automatic volume control [Re: genixia]
estocks
new poster

Registered: 25/07/2003
Posts: 48
Loc: Reading UK
Sorry for bumping up an old thread
Quote:
The headlight line cannot be used - it is a digital input.
Won't this line trigger on the change from Logic High to low? What is themaximum scan frequency on it?
_________________________
Empeg V2 60GB running v3 (alpha 11) and the autoupdated hijack from jemplode.

Top