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 ...
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 ...
This tutorial will guide you through the process of building a tachometer around an Arduino. Tachometers are used to measure rotation rate in Revolutions Per Minute (RPM). You don’t need much… ...
In this tutorial we discussed the Sound sensor, its pinout, working, and how to interface it with Arduino. This article includes a complete Arduino code and circuit diagram along with a step-by-step ...
Sketch for a capacitive proximity / touch sensor with Arduino. This sensor based on a square wave generator rather than charge time measurement as the popular CapSense library. This design results in ...
The Arduino code is in C++ and any text editor or IDE compatible with the C++ programming language can be used to modify that code. ACAT_Arduino_Proximity_Sensor.ino – Main Arduino "sketch file".
In this article, we will interface TSL25911Ambient Light Sensor Module with Arduino. This article discusses the working of the TSL25911 sensor module along with the circuit diagram and Arduino code ...
In this video tutorial, we will learn how a PIR Sensor works and how to use it with the Arduino Development Board for detecting motion.
Tutorial showing how to use a VL53L0X ToF laser ranging sensor with Wisblock prototyping platform, and Arduino programming.