In this post I will show how to construct an automatic school bell/college bell system using Arduino, 16 x 2 display and real time clock module. You can program this project to ring the bell up to 16 times a day at your preferred hour and minute. The length of the bell ring can be […]
Search Results for: arduino programme
Line Follower Robot Circuit using Arduino
In this post I have explained how to build a line follower robot circuit using Arduino, which will run over a specifically drawn line layout and will faithfully follow it as long as it is available and traceable by its sensors. By Navneet Sajwan What is a Line Follower Robot An autonomous robot is a machine […]
Introduction to EEPROM in Arduino
In this post I have explained what EEPROM is, how data is stored on built in EEPROM on Arduino board’s Microcontroller and also practically test how to write and read data on EEPROM by a couple of examples. Why EEPROM? Before we ask what EEPROM is? It is very important to know why EEPROM […]
Arduino Pure Sine Wave Inverter Circuit with Full Program Code
This article explains a simple pure sine wave inverter circuit using Arduino, which could be upgraded to achieve any desired power output as per the user’s preference. Circuit Operation In the last article I have explained how to generate sine wave pulse width modulation or SPWM though Arduino, we are going to use the same […]
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 […]