How to switch on and off capacitance on a piece of conducting material?

In summary, the capacitive touchscreen on the Kindle Paperwhite is 25% more sensitive and has a higher resolution than the Kindle Touch.
  • #1
dmehling
114
0
I don't know if this is the right way of describing it, but I need to activate an area of capacitance on a touchscreen by applying some current to a piece of conducting material like tinfoil. I am needing to remotely turn pages on a touchscreen ereading device with a microcontroller, and this is one method of doing that. In an earlier post on this form, someone said to use an n channel mosfet, in order to switch the capacitance on or off, or something like that. Based on my limited understanding, a mosfet is used to provide higher voltages and current, but I only need to provide a few milliamps. Should I still consider using one, or is there a better way?
 
Engineering news on Phys.org
  • #2
You can use a fet as a simple switch.
 
  • #3
You want a finger replacement? Dividing the screen up into a number of finger sized areas and switching them could give you a very limited resolution for your input. But perhaps that wouldn't matter is you only want to activate button sized regions of the screen
 
  • #4
There are a few different technologies; See: http://en.wikipedia.org/wiki/Touchscreen#Capacitive

The foil screen contacts you need will depend on the topology of the sensor. You may need two or more small electrodes with a gate between them, or you might require a single patch connected through a gate to ground.

The “gate” technology will probably be a FET of some sort. It will depend on the sensor technology and how you will control the gate.

Do you know how your system works? Can you trigger it with foil pads and a short wire on a long thin insulated stick?
 
  • #5
I have a Kindle, but don't know any specifics on the touchscreen except that it is capacitive. I did see a video where a small piece of foil was taped to an iphone and connected to a pushbutton switch. The other terminal of the switch was connected to a larger metal surface, perhaps 8 x 10". I could be wrong, but I would expect that my Kindle should respond to that same type of circuit. I guess I have two problems to solve. First, I need to figure out what kind of ground I would need, such as the best material and how large it needs to be. And then second, what component I should use to open and close the connection between the two conductors (is that what you mean by gate?), whether that would be a relay, fet, or mosfet.

By the way, what is the difference between a fet and a mosfet? Someone suggested an n channel fet, but when I do a Google search to look for one to buy, all I get are mosfets. Does it really matter?
 
  • #7
The type of sensor has changed with different versions of the Kindle.

[URL]http://www.quora.com/How-does-the-Kindle-Touch-touch-screen-work said:
[/URL]
The touchscreen works as follows (though IR sensor placement may be slightly different for the Kindle Touch):

Essentially there are two extremely thin IR sensors on the top and side of the Reader’s screen. When your finger or the Reader’s stylus interrupts the IR beams at a certain point, the Reader registers the interrupted IR signal as a touch and works from there, but because the beams are so thin, you need to get up close to the screen for it to work, making it act like a touchscreen.

http://computer.howstuffworks.com/tablets/kindle-fire2.htm said:
Between the glass surface of the Amazon Kindle Fire and the background of the screen is a sandwich of different layers. The base of this sandwich is the LCD display. The layers closest to the screen are conductive layers of transparent material such as indium tin oxide (ITO). These layers create a capacitance grid. The Kindle Fire generates a weak electric field across this capacitance grid.

When your finger -- or any material capable of altering the electric field -- comes into contact with the screen, the field changes. Your finger actually draws current from the field. It's such a weak electric field that you don't sense it yourself. But the Kindle Fire can sense the changes in the field and map them to a specific spot that corresponds to the display screen. The Kindle Fire's software maps the touch to whatever command you were executing.

http://www.flatpanelshd.com/focus.php?subaction=showfull&id=1347362933 said:
The Amazon Paperwhite display also has a higher resolution (221 ppi) and “25 %” greater contrast (whiter whites and blacker blacks), Amazon says. That should make letters on the screen even clearer and sharper. And the display now also utilizes capacitive touch that should make touch input faster and better. Previous generations of the Kindle used an infrared touch technology where infrared sensors where placed at the edge of the bezel. Infrared touch technology is far slower and more inaccurate.
 
Last edited by a moderator:
  • #8
I have a Kindle Paperwhite, so this project idea should work, right?
 
  • #9
dmehling said:
I have a Kindle Paperwhite, so this project idea should work, right?
Maybe.

If the screen involves a grid of horizontal and vertical transparent conductive tracks then you may need to attach a thin horizontal conductive tape to the screen, near a thin vertical tape. When they are electrically connected together they should significantly increase the capacitive coupling and behave as though you are touching the point on the screen where the x tape axis crosses the y tape axis.
 
  • #10
I'm not sure if the screen uses a grid, but I do know that if I touch the screen with a stylus, it registers the touch. So any kind of capacitive material that is the same size as the stylus tip should work. Is that what you mean?

I think I understand the basic idea, but I have a couple of additional questions. If I decide to use a mosfet in order to trigger a touch with a microcontroller, which I probably will do, what kinds of materials should I use for conductors? I saw video of someone using the special foam that is used in packaging to protect electronic components, and they connected that foam with copper wire to an exacto knife. When they touched the foam to the screen, it registered a touch. So I guess I could use similar materials, although I won't be using an exacto knife. What about a small aluminum plate of 1 x 1 inch? And then if I put a mosfet in between the conductive foam and the aluminum plate, then I could leave the foam on the screen, and use the microcontroller to open and close the mosfet to simulate touch. Do I have the right idea here?

One more question. Someone told me that the second plate, in this case, the aluminum plate I mentioned earlier, should also be connected to GND on the microcontroller. Does that make sense? I'm not really understanding why that is important. My microcontroller will not be connected an outlet for power, but will rely upon a battery.
 
  • #11
dmehling said:
So any kind of capacitive material that is the same size as the stylus tip should work. Is that what you mean?
No, to switch it capacitively you must have two fixed electrodes that can be connected extrernally, or use a stylus.

dmehling said:
If I decide to use a mosfet in order to trigger a touch with a microcontroller, which I probably will do, what kinds of materials should I use for conductors?
It is too early to make that decision. You must first experiment.

dmehling said:
Do I have the right idea here?
No, the idea is that you experiment and try alternatives until you understand what is happenning. The www is no substitute for experimentation.

Go to a model shop and get some very thin brass shim, (between 5 and 10 thou), from which you can cut tape strips with scissors. You can solder a thin wire to each shim tape, (or just bend the ends up away from the screen), then place it on the screen and test by shorting the thin wires, about an inch away from the screen. Find out how wide and long the tapes need to be when arranged as an "L".

Alternatively, approach the screen with a brass patch on an insulated stick. Does that trigger the screen? Find the soft material that works best and consider an electromagnetic way such as a dc motor or relay coil to physically touch the screen where and when needed.

dmehling said:
Does that make sense? I'm not really understanding why that is important.
It will depend on the way the system works. Can you find the grid in the screen by experiment?
 

Related to How to switch on and off capacitance on a piece of conducting material?

1. How does capacitance work on a piece of conducting material?

Capacitance is a measure of an object's ability to store an electrical charge. On a piece of conducting material, there are two conductive surfaces separated by an insulating material, creating a capacitor. When a voltage is applied to the capacitor, an electric field is formed between the two surfaces, causing the capacitor to store electrical energy.

2. How do I switch on capacitance on a piece of conducting material?

To switch on capacitance on a piece of conducting material, you will need to connect the two conductive surfaces to a power source. This can be done by attaching wires to the surfaces and connecting them to a battery or other power supply. Alternatively, you can use a switch to control the flow of electricity to the capacitor.

3. How do I switch off capacitance on a piece of conducting material?

To switch off capacitance on a piece of conducting material, you can simply disconnect the power source or open the switch. This will stop the flow of electricity to the capacitor and the electric field between the two conductive surfaces will dissipate, effectively turning off the capacitance.

4. Can I control the amount of capacitance on a piece of conducting material?

Yes, the amount of capacitance on a piece of conducting material can be controlled by changing the distance between the two conductive surfaces or by altering the material used as the insulator. The closer the surfaces are, the higher the capacitance, and the further apart they are, the lower the capacitance.

5. What are the practical applications of switching on and off capacitance on a piece of conducting material?

Switching on and off capacitance on a piece of conducting material has various practical applications, including storing electrical energy in electronic devices, creating filters for specific frequencies, and regulating the flow of electricity in circuits. It is also used in touchscreens, antennas, and sensors.

Similar threads

Replies
42
Views
3K
  • Electrical Engineering
2
Replies
49
Views
2K
  • Electrical Engineering
Replies
28
Views
3K
  • Electrical Engineering
Replies
14
Views
2K
Replies
37
Views
3K
  • Electrical Engineering
Replies
4
Views
3K
Replies
9
Views
1K
  • Electrical Engineering
Replies
8
Views
1K
Replies
2
Views
1K
  • Electrical Engineering
Replies
11
Views
3K
Back
Top