Well, it's time that I get this install done the way I want it and completed so I can finally get a tune on it. Here's the equipment that I'll be using for my current iteration:
AudioFrog GB25 Dash Midrange
AudioFrog GB10OE Tweeters
AD W800 Neo Midbass
AudioFrog GS25 Rear Fill
SI SQL-12 in Sealed .8cf box
Helix V-Eight MK2 DSP/Amp w/Conductor
Rockford-Fosgate TX750X1bd Amp (for sub)
Sound Treatments - Resonix CLD/FiberMat, Dynamat Extreme, and Roadstage audio dampener
My last iteration was all that same equipment, except a D'Amore E1000.1 amplifier. The reason I'm using the RF amp this time is because I want to hide all of the equipment in the right rear wheel well.
In a Tesla SR+, we don't have a factory sub or sub amp, so the right rear wheel well is completely open. The car also didn't have the factory tweeters activated, and no rear deck speakers at all.
Let's dive right in with the amp rack and power supply configuration. This is my prototyping cardboard to see what fits:
The first pass I was seeing if I could fit a P Six Ultimate in the future, and also noticed there was a bunch of room below the RF amp. So I decided to move the RF amp down farther and use the middle to install the fuse/distribution block, and the isolator relay.
This is most likely the final configuration of the rack with everything mounted up. Most people will be wondering what the heck is with the Stinger relay, the load resistor, and the little control box.
A quick primer on dealing with the 12V system in the Model 3. Under the rear seat there is a power post that provides the car with the 12V system (13.8V) using a DC-DC converter that's good for around 175-200A total draw. When the car goes to sleep, the converter shuts down, so there isn't any 12V power anywhere. So that means the input filtering caps in the amplifiers basically drain. When you get in the car, it wakes up, and the converter powers up. The amps of course quickly charge their capacitors, and the tesla monitoring system notices this rapid current draw and panics. It then throws a bunch of errors on the screen and shuts the system down rendering the car un-drive-able. Not great. So what most folks do, it put a 1-5ohm 100W resistor across the terminals of the relay. This means that when the converter powers up, the amps slowly charge their caps across that resistor before the relay kicks on and powers up the system. Once the system is up, electricity takes the easiest path and usually ignores the resistor.
Personally, that resistor bugs me a little because it's always on, meaning there's a parasitic heater/draw. Also, if your relay is undersize (like people using 80A - Don't do that!), the system will try to draw more current across the resistor too, making it heat up and/or flame out! So what I did, is designed a simple controller using an Arduino and a dual-relay board. What happens here is that when the 12V REM wire powers up, it turns on the Arduino. The Arduino turns on Relay 1 on the board, which instantly puts the 1Ohm resistor across the power terminals of the stinger to allow the amps to pre-charge slowly. By slowly, I mean we wait about 500ms, and then Relay 2 turns on. This relay basically turns on the Stinger relay, bringing up the whole power system. About 300ms after that, Relay 1 turns off which takes the resistor out of the circuit with the Stinger. This ensures that the resistor doesn't really have much of a chance to stay on and overheat/etc. If the system draws too much power, then fuses should blow. There's also a fuse on the resistor too just in case. Ok, that was a lot.. And yes, some folks power their Tesla systems off a 2nd battery in the trunk if they have a big system, OR use the front battery. I'm currently using the front battery, but again, the Tesla watches the charging and draw on that front battery too.. so we really should avoid it. Plus, that means we can have a nice short like 5-6 foot run of wire from the converter to the amp rack.
So tonight I pretty much mounted all the components for the amps, and did a test fit:
Nice, it all fits! Tommorrow I'll tackle some wiring, and make a better 3D printed case for the microcontroller. Eventually I also plan to 3D print an access door to go in the carpeted panel that covers the rack. That way I can quickly replace fuses or service the DSP/Microcontroller as needed. I'm also thinking of having a button that kills off the REM wire so the whole system can be powered down for service.
AudioFrog GB25 Dash Midrange
AudioFrog GB10OE Tweeters
AD W800 Neo Midbass
AudioFrog GS25 Rear Fill
SI SQL-12 in Sealed .8cf box
Helix V-Eight MK2 DSP/Amp w/Conductor
Rockford-Fosgate TX750X1bd Amp (for sub)
Sound Treatments - Resonix CLD/FiberMat, Dynamat Extreme, and Roadstage audio dampener
My last iteration was all that same equipment, except a D'Amore E1000.1 amplifier. The reason I'm using the RF amp this time is because I want to hide all of the equipment in the right rear wheel well.
In a Tesla SR+, we don't have a factory sub or sub amp, so the right rear wheel well is completely open. The car also didn't have the factory tweeters activated, and no rear deck speakers at all.
Let's dive right in with the amp rack and power supply configuration. This is my prototyping cardboard to see what fits:
The first pass I was seeing if I could fit a P Six Ultimate in the future, and also noticed there was a bunch of room below the RF amp. So I decided to move the RF amp down farther and use the middle to install the fuse/distribution block, and the isolator relay.
This is most likely the final configuration of the rack with everything mounted up. Most people will be wondering what the heck is with the Stinger relay, the load resistor, and the little control box.
A quick primer on dealing with the 12V system in the Model 3. Under the rear seat there is a power post that provides the car with the 12V system (13.8V) using a DC-DC converter that's good for around 175-200A total draw. When the car goes to sleep, the converter shuts down, so there isn't any 12V power anywhere. So that means the input filtering caps in the amplifiers basically drain. When you get in the car, it wakes up, and the converter powers up. The amps of course quickly charge their capacitors, and the tesla monitoring system notices this rapid current draw and panics. It then throws a bunch of errors on the screen and shuts the system down rendering the car un-drive-able. Not great. So what most folks do, it put a 1-5ohm 100W resistor across the terminals of the relay. This means that when the converter powers up, the amps slowly charge their caps across that resistor before the relay kicks on and powers up the system. Once the system is up, electricity takes the easiest path and usually ignores the resistor.
Personally, that resistor bugs me a little because it's always on, meaning there's a parasitic heater/draw. Also, if your relay is undersize (like people using 80A - Don't do that!), the system will try to draw more current across the resistor too, making it heat up and/or flame out! So what I did, is designed a simple controller using an Arduino and a dual-relay board. What happens here is that when the 12V REM wire powers up, it turns on the Arduino. The Arduino turns on Relay 1 on the board, which instantly puts the 1Ohm resistor across the power terminals of the stinger to allow the amps to pre-charge slowly. By slowly, I mean we wait about 500ms, and then Relay 2 turns on. This relay basically turns on the Stinger relay, bringing up the whole power system. About 300ms after that, Relay 1 turns off which takes the resistor out of the circuit with the Stinger. This ensures that the resistor doesn't really have much of a chance to stay on and overheat/etc. If the system draws too much power, then fuses should blow. There's also a fuse on the resistor too just in case. Ok, that was a lot.. And yes, some folks power their Tesla systems off a 2nd battery in the trunk if they have a big system, OR use the front battery. I'm currently using the front battery, but again, the Tesla watches the charging and draw on that front battery too.. so we really should avoid it. Plus, that means we can have a nice short like 5-6 foot run of wire from the converter to the amp rack.
So tonight I pretty much mounted all the components for the amps, and did a test fit:
Nice, it all fits! Tommorrow I'll tackle some wiring, and make a better 3D printed case for the microcontroller. Eventually I also plan to 3D print an access door to go in the carpeted panel that covers the rack. That way I can quickly replace fuses or service the DSP/Microcontroller as needed. I'm also thinking of having a button that kills off the REM wire so the whole system can be powered down for service.