Featured Post

High CMRR Instrumentation Amplifier (Schematic and Layout) design for biomedical applications

Instrumentation amplifiers are intended to be used whenever acquisition of a useful signal is difficult. IA’s must have extremely high input impedances because source impedances may be high and/or unbalanced. bias and offset currents are low and relatively stable so that the source impedance need not be constant. Balanced differential inputs are provided so that the signal source may be referenced to any reasonable level independent of the IA output load reference. Common mode rejection, a measure of input balance, is very high so that noise pickup and ground drops, characteristic of remote sensor applications, are minimized.Care is taken to provide high, well characterized stability of critical parameters under varying conditions, such as changing temperatures and supply voltages. Finally, all components that are critical to the performance of the IA are internal to the device. The precision of an IA is provided at the expense of flexibility. By committing to the one specific task of ...

Digital Clock Circuit with T89C51 microcontroller

A digital clock is one that displays time in digital format. The circuit described here shows the time with double-digit "minutes" and two digits 'seconds' in four seven segment displays. The segment of seven switches are interconnected with 8051 microcontroller AT89C51. This circuit can be used in vehicles, homes, offices and many others. At the time of the source Vcc is supplied to this circuit, the clock starts from 00:00. The time is displayed in four segments of 7 (in the common anode configuration) using the notion of multiplexing.


That is achieved by using the timer interrupt (Timer0) of AT89C51 is set to update the 7-segment. The segments are updated several times in the second to be displayed simultaneously. The clock is ticking, which is delayed by one second with single precision. Timer1 is used to produce a one second delay. The pins of information (h) of the many segments are interconnected and get P2 port signal to the microcontroller. The control or enable pin (anode popular) are connected to pins 1-4 of port P1 (P1 ^ 0 - P1 ^ 3).

The number in the fourth section (which shows the unity of the digits 2 ยบ) increases as early as the second, and from 0 to nine. The range in the third section increases immediately after every 10 seconds from 0 to 5. Therefore, the seconds are different sample of 00 to 59. The digit of the variations of the second section after every 60 seconds (one minute) from 0 to nine, etc. So the clock is ticking for an hour and after it resets again

Comments