Skip to content

Arduino

Discover Arduino microcontrollers with in-depth explanations and video tutorials. Explore basic and advanced projects to step into the world of IoT.

CNC Laser Engraver - DIY Arduino based project

From Old Computer to CNC Machine: My DIY Story with Arduino

The Initial Spark: Why I Decided to Build My Own CNC Machine

A love of technology and a desire to create something practical and functional from what others consider waste — that was my motivation to start my first DIY CNC project. With a modest budget, but with a lot of enthusiasm, I decided to build a miniature CNC machine using an Arduino controller and recycled parts from an old computer.

Read More »From Old Computer to CNC Machine: My DIY Story with Arduino
Arduino microcontroller and guides and video tutorials

Controlling Lightbulb: A Beginner’s Guide to Using Relays

Introduction to Relays and Arduino

Relays are electrically operated switches that allow low-voltage circuits to control higher-voltage devices. In the context of using Arduino, a popular microcontroller, relays serve as a crucial interface between the low voltage output of the Arduino and the high voltage required by lightbulbs. This capability is essential for projects that involve home automation or any applications requiring control over high-power devices while ensuring user safety and device integrity.

Read More »Controlling Lightbulb: A Beginner’s Guide to Using Relays

DIY Arduino Project: Room Occupancy Counter with 7-Segment Display

In this post, you’ll learn how to use a shift register (IC 74HC595) and a 7-segment display (model 5161AS) to track people entering and leaving a room. With these components and a few buttons, you’ll build a system that displays the current number of people in the room. Previously, I covered using the 7-segment display and shift register separately; now, I’ll show you how to combine them and add some cool effects to the display.

Read More »DIY Arduino Project: Room Occupancy Counter with 7-Segment Display
Arduino microcontroller and guides and video tutorials

Build an Arduino Ultrasonic Ranging Device

Measuring the distance between two objects is important when talking about the organization and planning of space. This project makes it possible to do it in a simple, easy and relatively inexpensive way using an Arduino and an ultrasonic sensor HC-SR04. The only limitation imposed by the application of this sensor is the maximum range of 4m. For the needs of a hobby project in the household, it can get the job done, and quite well.

Read More »Build an Arduino Ultrasonic Ranging Device
Arduino microcontroller and guides and video tutorials

Arduino Dice Roller: Random Number Display on LCD 1602

Although this assigment raises some ethical issues that I disagree with, I will deal with solving and explaining this problem. The assigment is to design a game of chance for elementary school students (assigment says so), where a randomly chosen number from 1 to 6 will be printed on the LCD display – in simpler terms, it is a simulation of throwing a dice.

Read More »Arduino Dice Roller: Random Number Display on LCD 1602
Arduino microcontroller and guides and video tutorials

Simple Arduino Advertisement Display Project

Summer has started and hiding from the heat, a new video tutorial arrives. The project of creating a simple advertisement using the MAX7219 integrated circuit – LED matrix driver, LED matrix module and Arduino. This task can be solved in a simple way by using external libraries for working with the MAX7219 and the LED matrix in a few lines of code. As a result, an attractive text animation is obtained. It is possible to connect several LED matrix modules, the complete impression would be better.

Read More »Simple Arduino Advertisement Display Project