News

[mircemk] shows how to create a simple non-contact proximity sensor using little more than an Arduino Nano board, and a convenient software library intended to measure the value of capacitors. The ...
The sensor shown here is essentially two plates mounted side-by-side, attached to an Arduino Nano using the Capacitor library which uses just two pins, one digital and one analog.
After some searching, I ended up using a microcontroller and a piece of code borrowed from the web that I tweaked and adapted. The microcontroller-based concept was chosen because I wanted to scale ...
This project is a simple modification of the LightGauge project. Instead of measuring light, we measure the ambient voltage field on pin A5 and use it to detect if someone is too close to our Arduino.
This is an Arduino-based Proximity Sensor circuit wired using the popular HC-SR04 Ultrasonic ranging module,used here for non-contact object detection purpose. The HC-SR04 module includes ultrasonic ...