Showing posts with label ultra. Show all posts
Showing posts with label ultra. Show all posts

Sunday, December 22, 2013

Ultra Simple Microphone Preamplifier

This little project came about as a result of a design job for a client. One of the items needed was a mic preamp, and the project didnt warrant a design such as the P66 preamp, since it is intended for basic PA only. Since mic preamps are needed by people for all manner of projects, this little board may be just whats needed for interfacing a balanced microphone with PC sound cards or other gear. Unlike most of my boards, this one is double-sided. I normally avoid double-sided PCBs for projects because rework by those inexperienced in working with them will almost certainly damage the board beyond repair.

I consider this not to be an issue with this preamp, because it is so simple. It is extremely difficult to make a mistake because of the simplicity. As you can see, the board uses a PCB mounted XLR connector and pot, so is a complete mic preamp, ready to go. Feel free to ignore the terminals marked SW1 (centred between the two electrolytic supply caps), as they are specific to my clients needs and are not useful for most applications. The original use was to use them for a push-button switch that activated an audio switch via a PIC micro-controller. They are not shown on the schematic.

Ultra-Simple Microphone Preamplifier Image Project :
 P12-pic
The DC, GND and output terminals may be hard wired to the board, you may use PCB pins or a 10-way IDC (Insulation Displacement Connector) and ribbon cable. Power can be anything between +/-9V and +/-18V with an NE5532 opamp. The mic input is electronically balanced, and noise is quite low if you use the suggested opamp. Gain range is from about 12dB to 37dB as shown. It can be increased by reducing the value of R6, but this should not be necessary. Because anti-log pots are not available, the gain control is not especially linear, but unfortunately in this respect there is almost no alternative and the same problem occurs with all mic preamps using a similar variable gain control system.

Ultra-Simple Microphone Preamplifier Circuit diagram:

P12-f1

The circuit is quite conventional, and if 1% metal film resistors are used throughout it will have at least 40dB of common mode rejection with worst-case values. The input capacitors give a low frequency rolloff of -3dB at about 104Hz. If better low frequency response is required, these caps may be increased to 4.7uF or 10uF bipolar electrolytics. These will give response to well below 10Hz if you think youll ever need to go that low. The project PCB measures 77 x 24mm, and the mounting centers for the pot and XLR connector are spaced at 57mm. If preferred, a traditional chassis mounted female XLR can be used, and wired to the board with heavy tinned copper wire. The PCB pads for the connector are in the correct order for a female chassis mount socket mounted with the "Push" tab at the top.

source:  http://www.ecircuitslab.com/2011/08/ultra-simple-microphone-preamplifier.html
Continue reading...

Wednesday, September 4, 2013

Ultra Low Power LCD Indicator

This circuit serves as an ultra-low power replacement for multiple LED on-off indicators. It also has the advantage of being easy to read in full daylight. With the parts shown, it is possible to display four bits of information.


The display that I used has three digits and 2 decimal points for a total of 23 segments. Different groupings of segments can be used for the four indicators. I chose to use three squares (shown) and the three lower segments together (not shown) for the four indicators. Many other combinations could be used, one possibility would be to hard-wire numbers or letters out of each of the digits. Other LCD displays could also be used for different effects.

Circuit Diagram


A part that doesnt exist as far as I know, but should, is a single pixel LCD indicator (2 wire). An LCD manufacturer could probably make a lot of money with such a part. If such a thing exists, Id love to hear about it.

Specifications:
Operating Voltage: 3-15V (5V Nominal) DC
Operating Current: 250 microamps to 1 milliamp (400 microamps at 5V)
Operating Frequency: approximately 60 Hz

Theory:
The 7555 IC (CMOS 555 timer) generates a square wave clock signal at approximately 60 hz. This signal is sent to the LCD backplane and the inputs of the four CMOS 4070 XOR gates. If the other input (ind*) of an XOR gate is low, the gates output is a square wave that is in phase with the clock signal. If the ind* input is high, the gates output is out of phase with the clock.

Sending a signal to an LCD segment that is in phase with the backplane signal causes the display to stay blank. Sending an out of phase signal to the LCD segment causes an AC waveform to be applied to the segment which turns it black. Multiple segments are wired in parallel to generate the desired display patterns. The LCD segments require a tiny amount of current to operate, the CMOS gates also take very little power, hence the efficient nature of the circuit. It is necessary to tie the unused segments to the LCD backplane, otherwise they may partially turn on.

If more dislay bits are needed, additional XOR gates can be connected in the same manner. Up to 23 XOR gates could be used to drive the entire display, but a microprocessor and driver software would probably be easier to put together. By generating all of the signals with a microprocessor, all of the driving circuitry can be eliminated.

Other logic families could be used to make this circuit, it should work with a standard 555 timer chip and a 74LS86 XOR gate (different pinout), for example.

Some LCDs may not operate at very cold temperatures, an engineer at Lumex said that their components will work from -30C to +75C.

Construction:
The circuit was built on a standard prototyping plug board. All of the parts can be purchased for under ten dollars.

Use:
The four inputs of the CMOS 4070 IC can connect to outputs on a microprocessor, or any other logic output that needs monitoring. The supply voltage of this circuit should be the same as the driving logics supply voltage.

Parts:
1X Lumex LCD-S301C31TR 3 digit LCD display (from Digi-Key), or equivalent
1X CMOS 4070 quad XOR Gate, a CMOS 4030 should also work.
1X 7555 CMOS 555 timer chip
2X 100nF capacitor
1X 100uF 25V electrolytic capacitor
1X 10K 1/4W resistor
1X 100K 1/4W resistor

Continue reading...