News

Hi, I'm Bill. I'm a software developer with a passion for making and electronics. I do a lot of things and here is where I ...
In this quick Arduino ... can use this code example to introduce a delay in your circuit. The variable “stayON” is used to delay() the program execution with the desired amount of time. In our case ...
PANIC ALARM - ARDUINO // // by T.K.Hareendran // int rlyPin = 12; // Relay Output Pin int sensPin = 2; // Switch Input Pin int ledPin = 13; // LED output Pin int pzSpeaker = 10; //Piezo-speaker Output ...