|
Arduino Nano R3 |
x 1 | |
|
Rotary potentiometer (generic) |
x 1 | |
|
Buzzer |
x 1 | |
|
LED |
x 1 | |
|
Two Aluminum plates |
x 1 |
|
arduino IDEArduino
|
|
|
Soldering Iron Kit |
DIY simple Capacitive Proximity sensor
A capacitive proximity sensor is a type of sensor used to detect the presence of an object without physical contact. It works based on the principle of capacitance, which is the ability of an object to store an electrical charge. There are several types of such sensors on the market and each of them is intended for a specific purpose.
This time I will present you an extremely simple way to make such a sensor yourself, which is inexpensive and highly adjustable
We only need a few components to make the sensor:
- Two thin metal (in my case aluminum) plates
- Potentiometer for setting the sensitivity
- LED and Buzzer for sigmalization, or a relay module to turning on and off a device.
- And Arduino Nano Microcontroller board with appropriate software
This project is sponsored by PCBWay. They has all the services you need to create your project at the best price, whether is a scool project, or complex professional project. On PCBWay you can share your experiences, or get inspiration for your next project. They also provide completed Surface mount SMT PCB assemblY service at a best price, and ISO9001 quality control. Visit pcbway.com for more services.
The two plates are glued to an insulating substrate next to each other in the form of a so-called open capacitor, with a certain minimum distance between them. In fact, this is a capacitor with a capacity of 3 to 5 Picofarads in air. If we approach the plates with an object that has a dielectric constant different from that of the air, the capacitance will change, which is detected by the microcontroller and its output gives a suitable signal, or activates some device.
Now let's not go into the explanation of the term dielectric constant, just to give you an example of its value for some materials. For Water, dielectric constant is 80, glass from 4 to 12, PVC 4, for wood about 3, the human body about 40, and dry air has exactly 1 dielectric constant.
It can be seen from the above that the sensor will be most sensitive to water, than human body, etc...
The microcontroller code is relatively simple thanks to the wonderful "Capacitor" library that accurately measures the capacitance of an unknown capacitor without the use of external components. Now I'll show you what it looks like just using this library and a serial plotter from the Arduino IDE. The relatively constant line represents the capacitance of the open capacitor plus that of the coaxial cable that runs from the plates to the microcontroller. In this case it is about thirty picofarads
As the hand gets closer to the plates, the capacitance decreases which is clearly seen on the serial plotter. The same applies to water.
For this purpose I wrote an extremely simple code. As we can notice, we first measure the capacitance of the open capacitor plus coaxial cable system, and the value generated by the position of the potentiometer, which we have to adjust to be the closest to the above mentioned capacitance. If we bring an object with a higher dielectric constant close to the plates, the capacitance decreases and when it becomes lower than the previously set constant value of the potentiometer, an alarm is triggered or some device is turned on via a relay module.
Now I will demonstrate the features of the complete sensor device. After turning on the device, with the help of the potentiometer, we need to set the sensor activation threshold in a way that we set it in the position closest to the self-activation of the alarm. Then the sensor is most sensitive. Next I will test the functionality by bringing my hand closer to the metal plates.
The reaction of the sensor is instantaneous when we bring our hand closer to a certain distance.
If we approach, for example, wood or plastic, the sensor does not react at all. This property can be used very effectively to protect against injuries, for example when working with wood with a circular saw.
While processing the wood, the saw is in operation. If, due to carelessness or some other reason, we bring our hand close to the saw, the sensor activates a special mechanism that instantly stops the rotation of the saw and thus protects us from injury. This can also be used in many other production processes where the cooperation of robotic machines and people is needed, or work on a press, etc.
As I mentioned before, this sensor is sensitive to water so it can be used very effectively to prevent unwanted water from leaking out of the container during a certain process.
Another application is, for example, the signaling of a damaged plumbing installation or faucet that causes water to leak onto the floor.
Then a special case where the floor is metal, which makes it very difficult to detect water. With the potentiometer, we adjust the threshold at the very place where the sensor will stand. Now the sensor will not react to the metal at all, but only to the presence of water.
And so we can use this sensor in many other places such as touch switches, material level control, and counting. Now I will explain to you a practical example of an application in industry, let's say detecting irregularities on a bottle filling line.
If for some previous reason the bottle moving along the line is not filled This can be easily detected with this sensor because it does not react to the glass but only to the liquid inside of the bottle. If the sensor does not give a signal, it means that the bottle is empty and needs to be removed at a later stage.
And finally a short conclusion. This is an extremely useful and adaptable sensor and the eight examples above can be used in countless other places. Also, This sensor have several advantages including high reliability, long lifespan, and resistance to environmental factors like dirt, moisture, and vibration. It is desirable for a practical performance, instead of a thin plastic film as in my case, the plates should be sealed in epoxy resin, whereby practically the sensor will be perfectly protected from any mechanical and atmospheric influences.
#include <Capacitor.h>
Capacitor cap1(7,A2);
void setup() {
Serial.begin(9600);
pinMode(5, OUTPUT);
}
void loop() {
Serial.println(cap1.Measure());
int sensorValue = analogRead(A0) / 8;
delay(10);
if (cap1.Measure() < sensorValue) {
digitalWrite(5, HIGH);
tone(10,500);
delay(500);
}
else {
digitalWrite(5, LOW);
noTone(10);
}
}
DIY simple Capacitive Proximity sensor
- Comments(0)
- Likes(0)
- 0 USER VOTES
- YOUR VOTE 0.00 0.00
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
More by Mirko Pavleski
- Arduino 3D Printed self Balancing Cube Self-balancing devices are electronic devices that use sensors and motors to keep themselves balanc...
- Arduino Rotary encoder combination lock (Arduino door lock system with Rotary Encoder) Rotary dial safes typically use a mechanical combination lock. They are valued for their simplicity...
- DIY DRSSTC Music Tesla coil with Interrupter using cheap Driver Module DRSSTC (Dual resonant solid state tesla coil) is a type of Tesla coil that uses solid-state compone...
- Arduino HPDL1414 Retro Clock with Set and Alarm Functions The HPDL-1414 is a 16-segment LED display with four printable fields that is over twenty years old....
- How to turn a 7 inch Elecrow pi terminal into a standalone SDR Radio Today I received the Pi Terminal-7” IPS HMI CM4 Panel All-In-One Module Raspberry Pi Computer from E...
- DIY Simple Functional Lakhovsky MWO (Multiwave Oscillator) Therapy Device The Lakhovsky Multiwave Oscillator (LMO) is a device that was developed by Georges Lakhovsky in the...
- DIY simple Advanced Weather station (5day forecast) and Internet Radio ELECROW crow panel 2.8 inch esp32 display module is ideal for making simple but also relatively com...
- How to turn a Mouse into a Wireless Tuning Knob for SDR Radio A software defined radio basically consists of an RF front-end hardware part and specialized softwa...
- Arduino Car Paint Thickness Indicator - Meter A paint thickness indicator is useful in industries like automotive, aerospace, marine, and constru...
- Simple Arduino Solar Radiation Meter for Solar Panels The sun provides more than enough energy to meet the whole world’s energy needs, and unlike fossil f...
- Simple ESP32 CAM Object detection using Open CV Object detection is a computer vision technique that involves identifying and locating objects with...
- Arduino OPLA IoT Kit blink_ Example and Symon Says Game The Arduino Opla IoT Kit is a versatile kit designed for creating and managing Internet of Things ...
- How to make Simplest and Cheapest compact Internet Radio - Yoradio Internet radio is a digital audio service that streams music, news, and other forms of audio conten...
- DIY Simple STM32 Virtual Electronic Finderscope (Stellarium Compatible) A finderscope is a small auxiliary telescope mounted on the main telescope to help locate and cente...
- Simple TEF6686 DSP AM FM tuner with ESP32 microcontroller The TEF6686 radio module is intended for AM/FM receivers for cars. This miniature module has amazin...
- ELECROW Crow Panel 2.8-ESP32 HMI Display - simple TFT_eSPI examples These days I received a shipment from Elecrow that contains several components that I ordered a wee...
- DIY Advanced Theremino Sonar Theremino is an open-source platform designed for hobbyists and makers, providing a versatile framew...
- Single Mosfet - Class E - Solid State Tesla Coil A Solid State Tesla Coil (SSTC) is a type of Tesla coil that uses solid-state components such as tr...
-
-
-
-
-
-
3D printed Enclosure Backplate for Riden RD60xx power supplies
156 1 1 -
-