Showing posts with label touch. Show all posts
Showing posts with label touch. Show all posts

Tuesday, November 11, 2014

The Gentle Touch Circuit Diagram

Consumer appliances these days hardly ever have a proper mains switch. Instead, appliances are turned on and off at the touch of a button on the remote control, just like any other function. This circuit shows how a device (as long as it does not draw too high a current) can be switched on and off using a pushbutton. The approach requires that a microcontroller is already available in the circuit, and a spare input port pin and a spare output port pin are required, along with a little software. When power is applied T1 initially remains turned off. When the button is pressed the gate of T1 is taken to ground and the p-channel power MOSFET conducts. The microcontroller circuit is now supplied with power. Within a short period the microcontroller must take output PB1 high. This turns on n-channel MOSFET T1 which in turn keeps T1 turned on after the push-button is released.

Now the microcontroller must poll the state of the push-button on its input port (PB0) at regular intervals. Immediately after switch-on it will detect that the button is pressed (a low level on the input port pin), and it must wait for the button to be released. When the button is next pressed the device must switch itself of f: to do this the firmware running in the microcontroller must set the output port pin to a low level. When the button is subsequently released T1 will now turn off and the supply voltage will be removed from the circuit.

The circuit itself draws no current in the off state, and for (rechargeable) battery-powered appliances it is therefore best to put the switch before the voltage regulator. For mains-powered devices the switch can also be fitted before the voltage regulator (after the rectifier and smoothing capacitor). Since there is no mains switch there will still be a small standby current draw in this case due to the transformer. Be careful not to exceed the maximum gate-source voltage specification for T1: the IRFD9024 device suggested can withstand up to 20 V. At lower voltages R2 can be replaced by a wire link; otherwise suitable values for the voltage divider formed by R1 and R2 must be selected.
Circuit diagram:

 The Gentle Touch Circuit Diagram

The author has set up a small website for this project at http://reweb.fh-weingarten.de/elektor, which gives source code examples (which include dealing with pushbutton contact bounce) for AVR microcontrollers suitable for use with AVR Studio and GNU C. Downloads are also available at http://www.elektor.com.
Read More..

Thursday, September 18, 2014

Touch N Flip

Ever wonder how a touch plate, like the kind you see on some elevators and lamps work? This circuit will give you a feel for how the touch plate works in a circuit and you can expand on the circuit to suit your project needs. The touch plate can be a small piece of metal or aluminum foil. Start the circuit by moving S2 to the set position and then back to the previous position. Now press S1. One of the LEDs will light. Now touch the touch plate and the LEDs will flip on the opposite way. The sensitivity of the plate will vary depending on the humidity. Adjust the VR and capacitor that is connected to S2 to adjust the sensitivity.

Read More..

Wednesday, September 3, 2014

Touch Switch Circuit using NE 555


This is the schema diagram of a small touch plate controller using IC NE 555 .This schema is ideally useful for making touch operated doorbells, buzzers,toys etc which when touched on the touch plate operates the relay for a preset time and the turns off automatically.







This schema is realized by utilizing the high input impedance of trigger pin of the 555 IC.When the IC is triggered by the induced voltage of human body the output goes high for a time determined by R1 and C1.The transistor is used to drive the relay.The relay contacts can be used to drive the load like bell, motor , lights etc.


Notes.

To make the touch plate cut a 1 sqcm thin metal sheet.

To setup the schema connect to power supply and adjust R1 while keeping touching on the touch plate.Stop at the point where relay activates.If relay is in the activated state initially then do the same until the relay is deactivated.

Read More..

Wednesday, August 20, 2014

Touch Switch using NE555

The series of touch switch or touch switch is built by IC NE555, a series of touch switches can be used to turn on lights, alarms or other electronic equipment.
This circuit uses 2 pieces of metal plate media as touch, MP1 (Metal Plate 1) and MP2 (Metal Plate 2). Touch switch circuit is equipped with a visual LED indicator for relay status (load active). To enable (Relay ON) can be done by touching the surface of MP1 and to turn it off by touching the surface of the MP2. MP1 and MP2 in touch this switch can use a small piece of copper (diameter 5mm) was enough.



Touch Switch series with NE555.
555


Component List 555 touch Switch
R1 = 3.3M
R2 = 3.3M
R3 = 10K
R4 = 1K
C1 = 10nF-63V
D1 = 1N4007
D2 = Red LED
Q1 = BC547
IC1 = NE555
RL1 = 12V Relay
Read More..