News

Using motion detectors and an Ardunio you can add a little extra wow to your Halloween displays ... Here is the Arduino code for the Parallax sensor. int motion_1 = 2; int light_1 = 13; void ...
While PIR sensors can be used with Arduino and other microcontroller boards, those best-suited for hobby use are smart enough to perform simple tasks without any programming.