Let's explore Timer Interrupt in Arduino Uno. It's a piece of hardware built onto Arduino Controller which provide time variable to our microcontroller project.
Read More »Serial Communication in Arduino Uno
Let's explore serial communication in Arduino Uno.This communication is very useful when we want to send the sensor data from microcontroller to PC or vice versa.
Read More »LED and Switch with Arduino Uno
We will explore how to interface LED and Switch with Arduino Uno. Arduino Uno has 14 digital I/O Pins which will be referred as GPIO. So let's programming of GPIO Pins of Arduino.
Read More »Arduino Tutorials: Beginners and Advance
These Arduino tutorials are intended for enthusiastic students and hobbyists. Arduino makes it so simple and easy for anybody to program their microcontroller and build some cool projects.
Read More »How to Setup and Program Arduino Board
Let's learn how to setup and program Arduino board. Also, we will learn to write simple LED blink program. Arduino uses a very simple programming language called Arduino sketch
Read More »