Easy Touch Capacitance

[youtube http://www.youtube.com/watch?v=euv8ZLgPh8A&feature=player_embedded%5D

[Humberto] from NerdKits is one of our favorite tipsters. We like how he can take a concept that seems so extremely complicated, in this case touch capacitance sensing, and present it in a clear and concise manner thats impossible to not love. As previously mentioned the most recent NerdKits hack is on touch capacitance; by using a resistor capacitor pair and some clever switch timing, anyone is able to detect the presence of a human limb. Now who’s going to be the first to adapt this concept further in their own hack?

15 thoughts on “Easy Touch Capacitance

  1. Years ago, i found how to replace a computer on/off switch with a capacitive surface.
    I already wanted to apply that same schematic to another project, but never found that webpage again not even information regarding it…

  2. bravo! good video, nice explanation of the basic concept. a block-level summary of the code would have been nice for folks that aren’t coders or that would like to try it in another language. also, a cookie sheet would be a far more durable electrode plane for that candy bowl.

    gosh, someone is gonna go over the top with this, like having dummy corpses fly at kids when they just want a piece of candy… i can’t wait.

  3. @emilio. Thanks for the kind words. I’ll be sure to provide a high level diagram of code for future projects if folks think it would be helpful. We tend to spend more time explaining the electronics, as that is what we find people are often most confused about. Thanks for the suggestion.

    We actually tried a cookie sheet, but we didn’t have any around without a non-stick teflon coating; so we could not get a good electrical contact to the metal. Tin foil proved to the best commonly available household material we could find.

  4. @Matt”Pretty cool, but there are ICs that do this much more simply”
    By simpler you mean go to only shop but Ic pay for delivery wait, wait ,wait finally get IC make PBC for it and read data-sheet how to use it. It so simpler than getting single resistor.

  5. Liked the demo but why complicate it to that level?

    I never had to do something like that, but I think I could do it in a simpler way, probably without a micro-controller too. How about this:

    1- Create a simple filter with the said capacitor as it’s main component (either LPF or HPF).

    2- Use any mean that suits you to generate a time varying voltage signal at the desired frequency, this frequency according to design is either blocked or permitted when no hand has been inserted (again either LPF or HPF)

    3- Depending on your filter design, you can detect the drop or rise in peak voltage amplitude and then have your circuit trigger when peak voltage amplitude either drops or rises (according to design) above or below a chosen reference peak voltage

    What do you guys think? Doesn’t that save time on coding and fiddling with an MCU?

    I like playing around with MCU’s as much as the next guy, but when you can do it with a simple circuit why add MCU and code complexity to it?

  6. @samthefreeman “I like playing around with MCU’s as much as the next guy, but when you can do it with a simple circuit why add MCU and code complexity to it”
    because more than half people here have no idea how to make transistor oscillator and filter

  7. Nice to see some classical basic electronics used, and in a way that explains more complex variations too.
    Sometimes I get a bit sad about people making whole projects with arduinos and such and having no clue about any basic electronics, not that it’s bad to use arduinos but you should not throw out basic usable stuff and use expensive and ridiculous overkill when a 2 cent FET can do something.

    @Tomasito Yeah it is old, basic electronics, but whole generations grow up not bothering learning anything about it :[, and this way they get introduced.

  8. Excellent video. The effect on the scope seemed very subtle but it looks like it works ok.

    Also those QTouch chips are a) quite expensive, and b) only come in annoyingly tiny packages.

    Setting up an RC oscillator and filter would be another option. Definitely not as simple though.

  9. I could do that analog. Use a relaxation oscillator that drives two RC filters; use diodes to separate them. Tune them so that the one with the fixed C discharges more slowly when the sensor cap is not interrupted. Use a comparator to determine when the sensor’s circuit is discharging more slowly, use the output to power LEDs or switch an LED driver. You can also play with a little resistor on the charging input of the fixed RC circuit and get some PWM from that.

Leave a Reply to Free Xbox Live PointsCancel reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.