News

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 ...
Using motion detectors and an Arduino you can trigger lights, fans, ... Here is the Arduino code for the Parallax sensor. int motion_1 = 2; int light_1 = 13; void setup() ...