Close
0%
0%

Audio Receiver & Subwoofer - Auto On

Automatic Turn On After Power Up for Teufel Audio Receiver and Subwoofer

Similar projects worth following
The audio system in my living room is composed of a Teufel Decoderstation 5 to switch between inputs and a 5.1 Teufel sourround system.

These are usually not in stand-by. The system is either turned on or disconnected from main via a switchable power strip. After turning it on, both devices startup in stand-by, so two additional putton presses are needed to start the system.

This project describes how I added small circuits to with minimal intervention to turn on the devices after main power is connected.

Both devices need a delay after power up until the button reacts. The hack is a small PCB each to simulate a single button push after 1 second for about 0.5-1 second.

Teufel Decoderstation 5

Let's start with the easier to access: The Decoderstation.

After opening up the housing and performing some reverse engineering of the button connection, I quickly found GND, 5V (used for some LEDs) and the switch contacts. One contact is connected to ground, the other is pulled high. Pushing the button pulls the second contact low. This is what my addition has to do.

My first thought to solve this problem went to a NE555 circuit or similar. But as I have some small MSP430 boards lying aroung, I decided to use this MCU instead. The main reason is to enable the future feature of controlling the volume and menu as well. Add a ESP8266 and the receiver is smarty-fied.

The plan is to use following circuit to pull down the switch contact after 1 sec for 0.5 sec and then go into Low Power Mode.


I quickly soldered a board and found a nice way to mount it: Re-use a already exisitng hole + spacer.



And this it, the fully functional auto-on hack for the receiver:


Teufel Subwoofer

Next I opened the subwoofer. It has a panel on the back side:

This panel contains almost all electronics and a cable going to the front buttons (including the on switch), but unfortunatelly the communication is over I2C,  which i do not want to reverse (for simplicity). Also unfortunate, the front panel is hard to access. So I removed to speaker and then the front panel:

The button contacts work the same as in the receiver. Since  The subwoofer will always stay dumb, I don't use a MCU here. A NE555 with some non-standard curcuitry is enough:

After power, both C1 and C2 are slowly charging. The voltate at TRIG drops from 5V to below 1/3 due to C2 and R2 within about 1.1 sec. This triggers the output and 'pushes' the button.

After about 1.9 seconds, C1 gets charged above 1/3 of 5 V and therefore slowly raising the voltage at TRIG to disable the output, 'releasing' the button.

It would have been easier to just use two NE555, one for delay, the other as one time shot, but this is nice and small:

Testing, mounting and testing again, it works and looks not too bad:


Possible changes for V2:

  • Add control for volume knob of receiver, this also enables going through the menu (e.g. changing channels)
  • Add ESPx to enable WIFI control
  • Add to existing home network, control via Raspberry Pi and/or smartphone, so the remote would not be needed anymore

  • 1 × Teufel Decoderstation 5
  • 1 × MSP430F2274 board
  • 1 × NPN Transistor
  • 1 × 1k Resistor
  • 1 × 100 nF Cap

View all 12 components

  • Modified Subwoofer

    Doubleyou08/13/2017 at 14:59 0 comments

    This weekend I had the time to also modify the subwoofer. I didn't want to create an extra project so I merged both into this one.

    Project description is updated. Working as intended.

  • Done

    Doubleyou08/06/2017 at 16:58 0 comments

    I just updated the project description. It is done and working as intended.

View all 2 project logs

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates