Go Back   Home > Forums > Amplifiers > Solid State
Home Forums Rules Articles Store Gallery Blogs Register Donations FAQ Calendar Search Today's Posts Mark Forums Read

Solid State Talk all about solid state amplification.

Please consider donating to help us continue to serve you.

Ads on/off / Custom Title / More PMs / More album space / Advanced printing & mass image saving
Reply
 
Thread Tools Search this Thread
Old 12th November 2007, 08:00 PM   #1
zristic is offline zristic  Serbia
diyAudio Member
 
zristic's Avatar
 
Join Date: Jul 2007
Location: Mythland
Default Loudspeaker Protector, my version

Hi,

As there are many people interested in loudspeaker protection circuit I made, I decided to place the project here.

Before I start, I want to let you know that there are other solutions such as discussed here:
http://www.diyaudio.com/forums/showt...13#post1304013

What I am writing about is just another implementation of the same thing.

Let's start with the schematics:
Attached Images
File Type: gif soft_start_and_protection.gif (71.6 KB, 1816 views)
__________________
C++ should have been called D.
  Reply With Quote
Old 12th November 2007, 08:23 PM   #2
zristic is offline zristic  Serbia
diyAudio Member
 
zristic's Avatar
 
Join Date: Jul 2007
Location: Mythland
Motivation. I respect my loudspeakers since I worked hard to get them and I want to keep them healthy as long as possible. Moreover, a protection circuit is a must in any amplifier. It solves a lot of problems which sooner or later appear in amplifiers. It is much better to burn a couple of cheap components, then to destroy expensive speakers, or even worse, to cause fire.

Theory. The basics of the circuit is DC detector, described here:

http://sound.westhost.com/project33.htm

It is a simple circuit which detects average DC voltage in a period of time. Parameters of the circuit can be altered depending on requirements. Inputs of this detector are signals from both speakers. They are rectified and smoothed into a DC voltage.

The second part of the circuit is an AC detector on the upper right of the schematics. Again, another simple sircuit, which detects a drop in AC voltage. It is used to turn off speaker relays when AC voltage turns off. It helps to avoid noise in speakers when powers turns off.

The third part of the circuit is a soft-start circuit which consists of four 5W resistors in series and a relay. When the power is turned on, the current of the primary coil runs through those resistors thus reducing the effect of core magnetization. Relay bypasses the resistors after 0.7-1 sec of time, leaving the primary of the transformer to operate in usual way.

On the right of the image are output relay drivers which are connecting the speakers to the amplifier.

Finally, the core of the device is PIC16F84 which drives all the logic and determines delays.

Practice. I was critised that I should have put optocouplers in transistors collectors in order to physically separate PIC from analog section of the amplifier. According to the critic, PIC can cause unwanted noise in output signal. Since it was too late for me to change the PCB, I took the risk and wired it all as is. Up to today, I have not heard any unwanted noise cause by PIC. However, I recommend to all to indeed use optocouplers for galvanic separation of the digital and analog sections. This is a practice in modern devices and there are strong reasons for doing it.

Parts used do not need to be expensive. They are all on a side of signal path and really they make insignificant interference to the quality of the output signal.

One detail should be wll thought of though, which is that 10uF capacitors in DC detector must not be bipolar. Otherwise they will explode due to potential inverse voltage which can be applied across their terminals.

Finish. This is how the whole circuit looks:
Attached Images
File Type: jpg img_0383.jpg (96.7 KB, 1435 views)
__________________
C++ should have been called D.
  Reply With Quote
Old 12th November 2007, 08:35 PM   #3
zristic is offline zristic  Serbia
diyAudio Member
 
zristic's Avatar
 
Join Date: Jul 2007
Location: Mythland
Documentation. I am providing SCH and PCB files for Protel 99. You do not have to follow them in details, it is enough to take them as a starting point.

Also, in the attachment you will find full source code for mikroPascal for PIC. Again, the code is very simple, and it can be easily ported to C, Basic, Assembly or whatever. It has no more than 60 lines of code and it is very easy to understand.

Please note that I will not take responsibility for any kind of damage you make by misusing these documents. Use them as a guide for your own development, completely at your own risk.
Attached Files
File Type: zip docs.zip (35.6 KB, 180 views)
__________________
C++ should have been called D.
  Reply With Quote
Old 12th November 2007, 08:46 PM   #4
zristic is offline zristic  Serbia
diyAudio Member
 
zristic's Avatar
 
Join Date: Jul 2007
Location: Mythland
Performance. I am very happy with this circuit. Firstly, it is very simple. It took me one afternoon to assemble it and to test it.
Secondly, program for PIC is very short. It solves a lots of headaches with various delays, logic etc. I wrote it in a moment of inspiration and I will keep it that way.
Finally, the protection is very fast. "AC off" detector is capable of detecting AC noise caused by vacuum cleaner. DC detection circuit is fast too, on ESP site it is said that it detects 5V DC in 20ms.
One improvement is recommended though, as I already said, try to use optocouplers to fully separate digital and analog grounds.

Recently I had a problem with one of the transitors in the amplifier. Actually, I do not know exactly what the problem was, but the outcome was that the insulation below the transistor did not do its job properly. Collector of the ouput transistor got short circuited to heatsink and therefore to chasis. Fortunately, the protection acted so fast that I did not hear any noise on the speakers, while the amp was sparking inside until the fuse went off. I think a better spontaneous test could not be done.
__________________
C++ should have been called D.
  Reply With Quote
Old 17th November 2007, 11:29 PM   #5
muzza is offline muzza  Australia
diyAudio Member
 
Join Date: Dec 2003
Location: Melbourne
Default Vacuum Cleaner detector

zristic, forgot to mention the AC detect and triggering on vacuum cleaner switchon....
This sounds like a mini brown-out affecting the AC detect cct.

A suggestion would be to increase the value of R? (the resistor between base and ground on Q1)....try 2K2 or 4K7.
Increasing the voltage at the base should implrove riding out the brown-out.

You could put a small capacitor 100nf - 330nf to ground on the base of Q1 as well. This would hold the base voltage during any downward spike.
  Reply With Quote
Old 17th November 2007, 11:43 PM   #6
gootee is offline gootee  United States
diyAudio Member
 
Join Date: Nov 2006
Location: Indiana
Blog Entries: 1
Quote:
Originally posted by zristic

<snipped>
One detail should be wll thought of though, which is that 10uF capacitors in DC detector must not be bipolar. Otherwise they will explode due to potential inverse voltage which can be applied across their terminals.

Did you mean that the 10uF capacitors "must be bipolar" (rather than "must not be bipolar")?

- Tom Gootee
  Reply With Quote
Old 18th November 2007, 05:24 AM   #7
muzza is offline muzza  Australia
diyAudio Member
 
Join Date: Dec 2003
Location: Melbourne
Default Bipolar capacitors

Interesting comment on use of bipolar capacitors.

As far as I was aware the bipolars were created mainly for crossover networks. Even Black Gate had a range of these for that purpose.
Many commercial speakers use bipolars in the crossover.
I woud agree that the "poly" and mica types would be better.

Would be interested in the reference to that info .....
  Reply With Quote
Old 19th November 2007, 04:16 AM   #8
gootee is offline gootee  United States
diyAudio Member
 
Join Date: Nov 2006
Location: Indiana
Blog Entries: 1
Default Re: Bipolar capacitors

Quote:
Originally posted by muzza
Interesting comment on use of bipolar capacitors.

As far as I was aware the bipolars were created mainly for crossover networks. Even Black Gate had a range of these for that purpose.
Many commercial speakers use bipolars in the crossover.
I woud agree that the "poly" and mica types would be better.

Would be interested in the reference to that info .....

I would be surprised to learn that any basic type of passive electronic component was created specifically for any audio application. Bipolar electrolytic capacitors, and capacitors in general, are used in many orders-of-magnitude more non-audio applications than audio applications. As it is for most and maybe all mainstream passive electronic components, if they weren't broadly applicable in other types of equipment, we probably wouldn't even have them available just for audio, at least not with reasonable availability, pricing, and quality.

At any rate, bipolar electrolytic capacitors are usually just two polarized capacitors packaged together, in series, back to back. I often just use two polarized caps (each with twice the desired "bipolar" capacitance), instead, and sometimes put a large-value resistor in parallel with each one, to keep the voltages across them more equal.

And it is very well-known that significant reverse-biasing of a "regular" polarized aluminum or tantalum electrolytic capacitor is "a bad thing", and can result in an explosion. I don't have any references at hand. But you could probably find warnings on some of the capacitor manufacturers' websites.
  Reply With Quote
Old 19th November 2007, 05:35 AM   #9
muzza is offline muzza  Australia
diyAudio Member
 
Join Date: Dec 2003
Location: Melbourne
Default Bipolar capacitors

Gootee, thanks.
I did read somewhere a long, long time ago about bipolars and their development for use in crossovers... that just stuck in memory ever since.
I will do more investigation just to sate my own interest.

Yes, reverse biasing of normal polarised electrolytics does lead to interesting effects.

But this should not be an issue with bipolars as long as their rated voltage is not exceeded.
I have seen a bunch of examples where bipolar caps were used in crossovers in commercial designs.

I was more interested in zristics comment:-
"10uF capacitors in DC detector must not be bipolar. Otherwise they will explode due to potential inverse voltage which can be applied across their terminals."
That runs contrary to my understanding and experience.
Just wish to gain clarity of understanding.
  Reply With Quote
Old 19th November 2007, 09:35 AM   #10
zristic is offline zristic  Serbia
diyAudio Member
 
zristic's Avatar
 
Join Date: Jul 2007
Location: Mythland
Default Re: Bipolar capacitors

Quote:
I was more interested in zristics comment:-
"10uF capacitors in DC detector must not be bipolar. Otherwise they will explode due to potential inverse voltage which can be applied across their terminals."
That runs contrary to my understanding and experience.
Just wish to gain clarity of understanding.

Sorry it is a typo, I meant they should be bipolar. As you can see on the image, I put bipolar MKT 10uF/100V. I apologize once again for the typo, I should not post after midnight...

My Sansui speakers originally had polarized caps in the crossover. I replaced them with bipolar caps. The only problem I've heard of concerning using unipolar caps in crossover was aging.

I, however, witnessed an explosion of a unipolar capacitor which was polarized reversely. In order to produce the effect you need to keep it runing reversely polarized sometime, which is rarely hapening in a crossover... Even if it happens, it is more likely that your speaker driver would die first, rather than a unipolar capacitor.
__________________
C++ should have been called D.
  Reply With Quote

Reply


Hide this!Advertise here!

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
DC protector ?? ping_31140 Pass Labs 9 18th January 2009 09:34 AM
Loudspeaker Protector muzza Solid State 49 29th April 2008 03:13 PM
UPC1237 IC Amp Protector matt09 Chip Amps 5 2nd November 2006 06:59 PM
Speaker protector gaminn Parts 0 9th April 2006 04:43 PM
What is a peripheral protector?? CryingDragon Solid State 8 13th September 2002 08:37 AM


New To Site? Need Help?

All times are GMT. The time now is 10:05 PM.

Page generated in 0.13985 seconds (83.87% PHP - 16.13% MySQL) with 11 queries

Copyright ©1999-2012 diyAudio