In this post, I will show how to construct a calculator using Arduino, which can perform far complex arithmetical calculation than an ordinary calculator. The motto of this post is not to make a calculator using Arduino, but to showcase the arithmetical capability of Arduino, which performs various complex data interpretations and calculations from the […]
Arduino Projects
Arduino IR Remote Control Circuit
In this post I will show how to construct a customizable Arduino based IR (infrared) based wireless remote control switch, which consists of IR remote and a receiver, you may modify according to your needs. In the later part of the article I have explained about an upgraded foolproof version of an IR remote control […]
Arduino Digital Clock Using RTC Module
In this post I will show how to construct a digital clock using RTC or Real Time Clock module. We will understand what “RTC” module is, how to interface with Arduino and what it does. By: RTC module is a circuit, which keeps track of current time accurately. It does two functions, it communicates with […]
Make this 7 Segment Digital Clock with Beep Alert Circuit
In this post I will show how to construct a digital clock using 7 segment LED display with Arduino controlled design. How the Circuits Works The proposed 7 segment clock circuit is inexpensive and even beginner in Arduino can accomplish it with ease. This clock consists of four 7 segment displays, two for hours and […]
How to Make TDCS Brain stimulator Circuit
In this article I will show how to construct an interesting project, which could potentially enhance your brain’s capability. I have explained how to make a TDCS brain stimulator circuit. Overview This may sound like science fiction, where an evil scientist connects his head to some complex machine and gaining super human capabilities. This may […]
Raspberry Pi Explained
In this article I have explained about Raspberry Pi single board computer, their specifications, how to use them in a project, we are also going to do a small comparison between Arduino and Raspberry Pi, so that we can choose which of them are best for your projects. What is Raspberry Pi? Raspberry Pi is […]