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

Friday, April 26, 2013

Arduino Based Capacitive Touch Screen

Arduino based projects are quite complicated and is no cake walk for beginners in this field. Interfacing a tablet with the microcontroller is a daunting task. Let see how its done here.


Hacks and Mods: Arduino Based Capacitive Touch Screen
 
The primary focus should be on using the appropriate drivers for the tablet. This makes it a USB host. As seen in the video, light can be a medium of communication between the tablet and the microcontroller. A photo diode or photoresistor is what is needed here and this should be pressed against the screen.

Building a touch sensing capability can help in providing communication between the microcontroller and the tablet. Capacitive touch screens function by sensing the capacitance changes on the screen. In this case, a large conductive brass plate is used to simulate touch. The surface area of the conductor used here to simulate the touch sould be large.

Testing can be done by touching the scrren with a wire and holding the other end. This may not work. This is made to work by sticking a piece of aluminum foil on to the screen and connecting the free end to the pin that is available on the arduino. The video shows the working of the capacitive touch screen. The setup is quite fragile and a little more circuitry could improve its reliability. Thus the capacitive touch screen is done.
Read the rest entry[...]

Monday, April 1, 2013

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-diagramw 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.
 
 
 
 
Source by : Streampowers
Read the rest entry[...]

Wednesday, March 27, 2013

Touch Switch Circuit Diagram



This is touch switch circuit diagram.Here I have used commen Ic NE555.This circuit operates with 5V to 12V.


Read the rest entry[...]