Skip to main content

On Demand WC Fan Using 555 Circuit Project


In most WCs with an extractor the fan is connected to the lighting circuit and is switched on and off either in sympathy with the light or with a short delay. Since toilets are sometimes used for washing the hands or just for a quick look in the mirror, it is not always necessary to change the air in the smallest room in the house. The following circuit automatically determines whether there really is any need to run the fan and reacts appropriately. No odour sensor is needed: we just employ a small contact that detects when and for how long the toilet seat lid is lifted.

 On-Demand WC Fan Using 555 circuit diagram



If the seat lid is left up for at least some presettable minimum time t1, the fan is set running for another presettable time t2. In the example shown the contact is made using a small magnet on the lid and a reed switch mounted on the cistern. The rest is straightforward: IC2, the familiar 555, forms a timer whose period can be adjusted up to approximately 10 to 12 minutes using P2. This determines the fan running time. There are three CMOS NAND gates (type 4093) between the reed switch and the timer input which generate the required trigger signal. When the lid is in the ‘up’ position the reed switch is closed.

Capacitor C1 charges through P1 until it reaches the point where the output of IC1a switches from logic 1 to logic 0. The output of IC1b then goes to logic 1. The edge of the 0-1 transition, passed through the RC network formed by C2 and R2, results in the output of IC1c going to logic 0 for a second. This is taken to the trigger input on pin 2 of timer IC2, which in turn switches on the relay which causes the fan to run for the period of time determined by P2. The circuit is powered from a small transformer with a secondary winding delivering between approximately 8 V and 10 V. Do not forget to include a suitable fuse on the primary side.

The circuit around IC1b and IC1c ensures that the fan does not run continuously if the toilet seat lid is left up for an extended period. The time constant of P1 and C1 is set so that the fan does not run as a result of lavatorial transactions of a more minor nature, where the lid is opened and then closed shortly afterwards, before C1 has a chance to charge sufficiently to trigger the circuit.


Circuit Source: DIY Electronics Projects

Comments

Popular posts from this blog

3 Channels Audio Splitter Amplifier Circuit Diagram using TL084

This is the schematic diagram of 3 channels audio splitter amplifier circuit which built using op-amp IC TL084. The 3 channels amplifier output distribution applies a single TL084.   3 Channels Audio Splitter Amplifier Circuit Diagram The very first step is to capacitive coupling having a p. 1.0 ~ electrolytic capacitor. The entries are railways Vee Y2 or 4.5 V. This enables working with an individual 9V power source. A voltage gain of 10 (1 M?/100 Kohm) is obtained in the first stage, as well as the other three floors are connected as a unity gain voltage followers. Every single output stage drives independently through an amplifier output 50 pF capacitor towards the resistance of 5.1 k ohm load. The response range is flat from 10 Hz to 30 kHz.

Simple Automatic Street Light

There have been lot of problems in street lights. Major problem in some places is every evening a person has to come and switch ON the street light and it should be again switched off in morning. Yes, this may not be the situation in everywhere but exists in many places. So this problem can be overcome by using a simple circuit. Below shown circuit will be automatically switched ON and OFF during night and morning times respectively. Circuit diagram : Simple Automatic street light Circuit Diagram In above circuit R1 can be used to adjust the sensitivity. And the working of the circuit is very simple. The LDR will have very low resistance during day time so the transistor Q1 will be in OFF condition. And during night time the resistance will be very high so automatically the transistor Q1 will be ON. The Q1 is PNP transistor and the emitter of Q1 is given to base of Q2. So the Q2 transistor will be ON only if the transistor Q1 is ON. The TRIAC is used in the circuit to make is circ...

A basic Arduino Solar PV Monitor

I have just recently had solar pv installed, mainly to future proof my energy costs, I do not expect it to be like drilling for oil in my back garden, however the return looks to be encouraging. The install gives you another single unit meter, from this you will see the total amount the panels produce, but that is about it. I wanted to know how much the production was as it was happening, I discovered the light blinks on the front of the meter will flash 1000 times for each kWh of electricity which passes through. The rate of the flashing of the LED tells you how much power is currently passing through the meter. [ ]