News

This is a simple 0 to 9 counter circuit constructed using Arduino! Here, a common cathode 7-segment LED display is connected to Arduino for displaying the digits. The code (Arduino sketch) allows push ...
Here is the circuit of an Arduino-based ... PANIC ALARM - ARDUINO // // by T.K.Hareendran // int rlyPin = 12; // Relay Output Pin int sensPin = 2; // Switch Input Pin int ledPin = 13; // LED output ...