Block diagram

 

Block diagram

Block diagram

The block diagram shows the major building blocks and most of their interconnects.

ICEpower 500A

The ICEpower module is an amplifier with balanced inputs and balanced outputs. It can delever 500 Watt of continous power with peaks exceeding 1,600 Watt.

It is power with regulated +/- 12 V and unregulated +80 V (Vcc). Under normal conditions the output terminals will have an average af Vcc/2 or 40 V. Power is delivered via a relay board that is controlled by the Arduino.

The amplifier has two control inputs: ^Mute that mutes the output and ^Standby that controls the 500 kHz switching of the output transistors. According to the specicfications it is possible to go into Standby within 1 uS. This effectively turns off all output transistors and is much faster than any relay and an importsant part of the protection schema.

Power supply

+/-12 V is a classic solution with 7812/7912.

+12 V is send to Arduino which is the first circuit to power up.

Power to the amplifier is controlled via 3 relays on the relay board. Relay 1 sends +/- 12 V to the amplifier. Relay 2 sends AC from the trafo to the rectifiers in the 80 V supply. Relay 3 is for soft turn on, it shorts a resistor that reduces load current to the 80 V capacitor bank. Driver transisitors for the relays are placed on the relay board and input to the driver transistors comes from digital pins on the Arduino.

Current detector

The current detector is actually an over current detetcor. It delivers a logical one (5 V) to Arduino when the current limit is exceeded. This solution can detect over current in few microseconds and is much faster than an analog solution where Arduino samples an analog current signal.

The current detector is placed in the 80 V power supply to the amplifier module. This has several advantages: a) It minimises any possible influence on the sound. b) It is possible to detect output current for both speaker terminals with one common detector. 3c) It will detect over current if one or both speaker terminal are shorted to ground and it also works if the two speaker terminals are shorted together.

The amplifier modules has some small capacitors build in. They can deliver a limited amount of current that cannot be detected untill current begins to flow from the larger capacitor bank. Hopefully this little energy will not cause permanent damage.

Arduino and prototype shield

The Arduino (Uno, R3) has 6 analog inputs and 14 digital inputs/outputs. The Arduino gets its power directly from +12 V and is always on. During development it is connected to a PC via an USB connector. All other connections goes through a prototype shield.

The prototype shield takes care of signal conditioning. It contains attenuators (1:20) as input to the AD-converter. It contains buffer transistors for ^Mute and ^Standby and it contains resistors for the LEDs.

LEDs

Status i displayed via two LEDs:

  1. Blue LED – Shows power status with increasing light intensity during power up.
  2. Red LED – Shows error status and over load via different blinks. This has been great during development but it is not very user friendly.

Connections

There are two external connectors:

  1. USB – Arduino is connected to a PC during development via USB.
  2. RS232C – This connector supports several features: a) Arduino reset. b) Mute. c) 5V trigger.
    In the future I plan to connect to a preamplifier and I might  change the signals on this connector.

 

Previus: Balanced power amplifier
Next: Detailed diagrams