Circuit diagram with Parts list.
Notes:
electronic,circuits,diagrams,Projects-Design,electronics,hobby,kits,tutorials,schematics,hobbyists,
Circuit diagram with Parts list.
Notes:
The purpose of this lab is to implement a decimal counter which counts from 0 to 99.
You will have to write a C program for the 80X51 micro-controller.
You will then compile your C program using C51 compiler and burn it unto an 8051 stand alone chip. You will also have to do some wiring in this lab.
The 8051 chip requires some connections to function properly, and the 7-segment displays need to be wired to the 8051.
Schematics are provided below.
This simple counter is useful for frequency measurements of various wireless equipments, especially transmitters, receivers and signal generators in VHF/UHF band. The SAB6456 is a prescaler for UHF/VHF tuners. The circuit has an input frequency range of 70 MHz to 1 GHz, has high input sensitivity and good harmonic suppression. With lower sensitivity it's usable down to 3 MHz. The circuit comprises an input amplifier, a divider stage and an output stage. The divider stage may oscillate during no-signal conditions but this oscillation is suppressed when input signals are received. The voltage-edges of the output signals are slowed internally to reduce harmonics in the television intermediate frequency band.
Technical specifications:
Supply voltage: 8-20 V
Supply current: typ. 80 mA, max. 120 mA
Input sensitivity: max. 10 mV in 70-1000 MHz range
Measuring period: 0,082 sec.
Display refresh rate: 49 Hz

This is a 1 minute to two-hour timer switch. The 14-stage binary ripple counter Type 4060, IX, has an on-chip oscillator capable of stable operation over a relatively wide frequency range. In the present circuit, the oscillator frequency is determined by an external RC network connected to pins 9, 10 and 11.
Parts List
| R1 | 2.2MΩ |
| R2 | 18KΩ |
| R3 | 1KΩ |
| R4 | 1KΩ |
| R5 | 1KΩ |
| R6 | 1MΩ |
| VR1 | 500KΩ (504) |
| C1 | 220nF (224) |
| C2 | 10nF (103) |
| D1 | LED |
| D2 | LED |
| D3 | 1N4001 |
| Q1 | BC547 |
| IC1 | CD4060 |
| RL1 | Relay |
When the power is on, the pulse at junction R6-C2 resets the counter and counting starts. When the counter reaches bit 14 (Q13), pin 3 goes high so that the relay, a 9V type, is turned on via driver Q1.
CD4060 Pinout
The time delay is set with the aid of VR1. Time delays of between one minute and two hours are possible by appropriate dimensioning of the timing components:
1-30 minutes: C1 = 220nF ; VR1 = 500KΩ. 1-60 minutes: C1 = 470nF ; VR1 = 500KΩ. 1-120 minutes: C1 = 470nF ; VR1 = 1MΩ.
The timer is powered by a 9V PP3 battery. Light-emitting diode D1 does not affect the operation of the circuit and is included merely to show that the timer works. Diode D1 and resistor R4 are , therefore, optional components.
S:electronicecircuits.com
room temperature controller with PIC. This equipment uses two temperature sensors, drives external equipment, and keeps the temperature of the room at preset temperature. The purpose of this equipment is for preventing room temperature going up with the heat of the computers. Electric cost will become high if an air-conditioner is always operated. Then, I made the equipment which adjusts the temperature of the room automatically using some ventilation fans. The function below preset temperature is a function attached moreover. I think that it can use for temperature control, such as a greenhouse.
Read more Source:
http://foxdelta.com/products/freqcounter.htm
http://electronics-diy.com
Thank you.