
Description: Digital Dice using Arduino- in this article, I am going to show you how to make a simple digital dice for kniffel game Digital Dice using Arduino: In the last articles,... Read more »

Traffic light system: Traffic Light System using Arduino– In this article, we will implement the State machine term. It’s a machine that can assume different but finite states. this has her the... Read more »

Description: Arduino types and datasheet-in this article I am going to show you different types of Arduino and its datasheet Arduino Types: Arduino Fio: This Arduino type board contains an ATmega328P running... Read more »

Description: Function in Arduino- in this article, I am going to show you how to create functions in Arduino and how to use them in your project. User-Defined Function in Arduino: Let’s... Read more »

Description: 16×2 LCD with Arduino– in this article, I am going to show you how to use normal and i2c LCD with Arduino in very detail. Liquid crystal displays (LCD): LCD (in... Read more »

switch statement in Arduino: switch statement in Arduino-In my previous article, we learned about if and else if statements. Which is used for condition checking and This is a valid way to... Read more »

Time in Arduino: Arduino Time- in this article, I am going to show you how to use the time function in Arduino with programming examples Time Functions in Arduino: These instructions do... Read more »

Variables in Arduino: Variable in Arduino- In this article, I am going to explain to you variables and their types in very detail. I will explain the below example in my entire... Read more »

if and if / else statement: if statement in Arduino is used to check if a certain condition is true (”True”, 1) or false (”false”, 0). If the condition is true, the... Read more »

for loop in Arduino programming: for loop in Arduino– in a for loop, the number of iterations can be set to a value exactly. Therefore, we will use the for loop in... Read more »