Sense human behind plastic

motionsensor

We need to get some kind of a simple sensor, that can sense someone is standing close to a product . But, it has to be behind plastic, and not seen at all .
We only need to detect someone 1 meter away from the product .

  1. Using PIR sensors is a problem because its covered.(is it possible somehow?)
  2. using any lights resistors/sensors also a problem when it covered .
  3. ultrasonic is a problem because its too big and battery eating .
  4. infra is no brainer because its covered .

Is there a simple yet powerful sensing method that i am missing here, that takes no energy and detects a small distance human body ?

Best Answer

You might consider a capacitive proximity sensor. Commercial models are mainly aimed at detecting smaller objects much closer than a meter, but the same principle can be used over larger distances too.

Place a large metal plate just inside the plastic cover of the product, or metallise the inside of the cover. Measure the capacitance between this plate and ground. The capacitance will change when a large conductive object like a person is in front of the plate, even if they aren't directly connected to ground. Capacitance measurements can be made with very low power.

Whether or not this will work depends on a variety of things you don't mention in your question. The size of the plate you can fit in your product and the dielectric properties of the product's cover will matter. A forklift 3 meters away might look a lot like a person 1m away. And the capacitance level to trigger the sensor will vary depending on the product's installation site, so you'll need to either provide an adjustment method or a circuit/microcontroller to do self-adjustment.

It's not the easiest way to sense a person, but if your requirements have ruled out the easy options, you could probably make it work.