News

By counting the pulses from the output of the sensor, we can easily calculate the water flow rate (in litre/hour – L/hr) using a suitable conversion formula. The Arduino Sketch (code) uses the ...
The Pressure Sensor Module incorporates a material called Velostat with the Arduino. This material adds more resistance when more pressure is applied to the material. This module also uses the RGB LED ...
What happens when an engineer builds a smart garden? This Arduino-powered system automates watering while collecting ...
A sensor measures flow for the Arduino, which adjusts a control valve actuator to maintain the specified setpoint. The software uses proportional and integral control (the PI part of a PID loop).