Body Sensor

6,206

78

4

Introduction: Body Sensor

About: I am an author and a maker. My current project is Santa's Shop. I'm working on a science fiction type book--more later. @EngineerRigsby

An Arduino and two insulated, twisted wires can be used to detect an approaching human (or animal). I set up a sample circuit to warn approaching people away from my desk.

The voice module in this instructable is optional--you can just use the twisted wire and an led to try this (or use the Arduino's onboard led on pin 13--change pin 5 in the sketch to pin 13).

Step 1: Parts

An Arduino Uno and two four inch long pieces of insulated wire are the minimum components to test this sensor (the onboard pin 13 led can be used to see the result).

I added a white led, 100 ohm series resistor, and a sound module to make it more interesting.

The speaker wire included with the sound module must be soldered to the included speaker. The speaker doesn't provide much volume, but you can hear the results.

Step 2: What's Going On?

Some background information can be found here (I call this the "Connor Nishijima Effect," named after the bloke who described this phenomena).

Here's what I think is going on. If you attach a scope to two twisted wires (the twisted wires are not connected electrically), you will get a 60 cycle wave--with a lot of "fuzz" on the wave. When you approach the twisted wires, the "fuzz" decreases. To eliminate the 60 cycle component of the wave, the time between the first and second "digitalRead" statements should be a multiple of 60 cycle waves (50 milliseconds, 100 milliseconds, 500 milliseconds, etc.)

The wire going into the Arduino's analog input pin must be twisted with a "reference wire." I put the reference wire into "gnd," but it works just as well if placed in "+5 volt." The system does not need any reference to earth ground--I have better luck if there is no power line connection (9 volt battery power works great).

If the power source is noisy (9 volt wall wart); this will not work (I tried). The low cost wall wart supply probably introduces a lot of noise. The usb supply from my Macbook works fine.

Step 3:

Here's the schematic for the setup I showed on the video in this instructable.

Step 4:

Power the speech board from +5 and gnd on the Arduino. Wire the "P-E" pin on the sound module to the output pin 4 of the Arduino.

Record up to 10 seconds of speech on the board using the board's "record" button.

Step 5:

Use the "human near" Arduino sketch to detect an approaching human.

Although my testing is very limited (taped this arrangement to cardboard and let it ride a robot), it appears to work from a moving platform--so that may be an interesting feature.

Sensors Contest 2016

Participated in the
Sensors Contest 2016

Be the First to Share

    Recommendations

    • Big and Small Contest

      Big and Small Contest
    • Make It Bridge

      Make It Bridge
    • For the Home Contest

      For the Home Contest

    4 Comments

    0
    NazarulA
    NazarulA

    6 years ago

    hai . send me the details please . for study purpose mnazarulakram@gmail.com

    0
    ohoilett
    ohoilett

    6 years ago

    This is pretty cool.

    0
    ZachC41
    ZachC41

    6 years ago

    When you say a wall wart introduces interference, this happens near any wall wart or just one an applience is receiving power from?

    0
    MikeTheMaker
    MikeTheMaker

    Reply 6 years ago

    If the power for the Arduino comes from a low quality wall wart, then there is interference. I'm speculating that "noise" from the wall wart travels along the wire and is so close to the antenna and Arduino that it creates problems. I have not seen any problems caused by wall warts in the room where the sensor is operating. Mainly, I just wanted to point out that powering the Arduino from a wall wart may result in failure to detect.