Here I have explained the bare minimum code for compiling an Arduino and also the method of blinking an LED using an Arduino board. Learning the Bare Basics Here we discus and try to understand the fundamental minimum code that one would need to compile an “Arduino Sketch” which consists the setup()method and the loop()method. […]
Newly Updated Circuit Projects:
PIC Tutorial- From Registers to Interrupts
Before getting into the minute details of PIC programming, it would be first important to learn a few good programming methods. Understanding Registers To begin with suppose you type a ;(semicolon) at any point of the program, all’s that come after this semicolon would get ignored by the compiler, until of course the carriage get’s […]
Microcontroller Basics Explored
One thing is great about microcontroller ICs, these are available almost in all parts of the globe and electronic retailers. Introduction Fundamentally microcontroller devices are popularly used in applications involving assessments of the surrounding environment and in similar electronics. You could find these devices being used for displaying a certain parameter, in motor control applications, […]
How to Drive High Watt LEDs with Arduino
In this post I have explained the method of incorporating high watt LEDs with Arduino through external high voltage supplies. The question was put forth by Mr. Cole. The Circuit Question I stumbled upon your blog and I love it! So much great information and great ideas Right now I am trying to figure out […]
Arduino RGB Flowing Sequential Light Circuit
In this post we are going to make a simple but useful circuit that can make an RGB LED glow in a nice flowing way. That is not just random blinking, but smooth sequential lighting of red, green, and blue one by one. This is done using Arduino, so you need to have some basic […]
Arduino Mains Failure Battery Backup Circuit
In this article I have explained a simple mains failure backup circuit for providing Arduino boards an uninterruptible supply during such situations. The idea was requested by Mr. Fredrik. Technical Specifications This blog gave me a lot of interesting information. Especially the power supply circuit with battery backup part. The reason for this is that […]





