How Can I Build a Timer Switch for My Mosquito Repellant?

AI Thread Summary
To build a timer switch for a mosquito repellant, a microprocessor like a Picaxe chip can be used to create a simple circuit that alternates power based on user-set intervals. The design involves reading an input voltage to determine the timing for switching the repellant on and off. Alternatively, an oscillator circuit can be created to generate a square wave that controls a relay for the same purpose. If the project involves mains voltage, caution is advised, and seeking professional guidance or opting for a commercial solution may be safer. Implementing physical barriers like flyscreens or mosquito netting is also recommended as a non-toxic alternative.
Kaycee92
Messages
11
Reaction score
0
Hi,

I'd like to do a small design project. When I sleep, I switch on my mosquito repellant for about 8 hours. Sometimes I forget switching it off too. Such long durations are little poisonous and generally not required.

What I plan to do is to make a timer with a dial from 0 min to 60 min (like a clock). When the user sets a value (say 15), I want to switch the repellant on for 15 mins, off for the next 15 mins, on again for 15 mins, like that ..

Kindly let me know how I could do the same. Final device should be mounted on the switchboard.

Thanks,
Chaitanya
 
Engineering news on Phys.org
Do you have any experience at using microprocessors or building circuits using integrated circuits, without a printed circuit board?

Do you intend to use this with mains voltages?

One way is to use a micro like a Picaxe chip. This is a very easy way to do this.
You would just read an input voltage. relate this to the time required.
Make one pin of the chip go to 5 volts.
Wait the required time set by the input voltage.
Make the same pin 0 volts.
Wait the required time set by the input voltage.
Make one pin of the chip go to 5 volts.
and so on.

Another way is to make an oscillator that covers about 130 Hz to 1500 Hz.
Use a divider that divides by 16384
This would give a square wave whose period varied from 120 minutes (60 on, 60 off) to about 11 minutes (5.5 on and 5.5 off)

These two circuits give a voltage out which would be used to switch a transistor which switches a relay.
This would then turn on your mosquito repeller.
If it is toxic, why don't you use flyscreens on the windows, or mosquito netting over your bed?

However, if you have little experience and this does use mains voltages, you should look for a commercial product or seek help from someone who could guide you to do this safely.
 
Thanks! I'll see what I can do. :)
 
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Hello dear reader, a brief introduction: Some 4 years ago someone started developing health related issues, apparently due to exposure to RF & ELF related frequencies and/or fields (Magnetic). This is currently becoming known as EHS. (Electromagnetic hypersensitivity is a claimed sensitivity to electromagnetic fields, to which adverse symptoms are attributed.) She experiences a deep burning sensation throughout her entire body, leaving her in pain and exhausted after a pulse has occurred...
Back
Top