Projects

Plan the hardware

Multiplexing 7 Segment displays with Arduino and Shift Registers

This guide will explain the basics of controlling multiple 7 segment displays using an Arduino and a couple of shift registers. This project is ideal for displaying numerical data or managing a set of LEDs. As a beginner, like me, I had no clue on how to tackle this task. After trying out different methods […]

MQ 7 Carbon Monoxide Sensor Circuit Built with an Arduino

MQ-7 Carbon Monoxide Sensor Circuit Built with an Arduino

In this project, we will go over how to build a carbon monoxide sensor circuit with an Arduino. The sensor we will utilize is the MQ-7 sensor for detecting carbon monoxide. This sensor is responsive to the impacts of CO. Carbon monoxide (CO) is a highly hazardous gas that lacks odor, color, and taste, making […]

Maze Solving Robot

Maze Solving Robot

In this guide, I will demonstrate how to construct a robot that can solve mazes. This is my third try at creating one. The initial attempt was a total flop. The second was proficient at reaching the maze’s end but could not backtrack and take the fastest route. This is my third and present one. […]

Interfacing Electronic Circuits to Arduino

Interfacing Electronic Circuits to Arduinos

Interfacing Electronic Circuits to Arduino In this tutorial, I show how to link an Arduino to an ARINC 429 transceiver as an illustration of interfacing an Arduino with circuits, so you can use these methods for your projects. The ARINC 429 bus is commonly utilized for computer to computer communications on aircraft. The ARINC 429 […]

How to make Arduino Laser Turret using Servo motors and Joystick

How to make Arduino Laser Turret using Servo motors and Joystick

Arduino Laser Turret, Overview: In this endeavor, I will show how to construct an Arduino laser turret with servo motors and a two-axis joystick. I will supply the code needed along with a circuit diagram, along with a thorough explanation of the project. This will allow anyone to construct the laser turret without facing any […]

Ethernet Switching

Ethernet Switching – with Arduino

Aim: Switch relays from the ethernet or the internet, using your mobile, tablet or computer with a nice graphical user interface. Update V4.06 Please read the below steps to Step 2 if you are viewing this article for the first time. Please go to step 3 for the latest revision which is V4.06 Material: * […]

DIY Self Balancing Robot using Arduino

DIY Self Balancing Robot using Arduino

After seeing RYNO motors and Segway’s self balancing scooters, I was always interested in creating something alike. After some consideration, I made the decision to create a Self Balancing Robot using Arduino. This way, I would understand the fundamental idea behind the scooters and also gain knowledge of how the PID algorithm operates. As soon […]

Create laser range finder using arduino 1

Create laser range finder using arduino

1. TRYING TO MEASURE THE SPEED OF LIGHT WITH AN ARDUINO We know that measuring the speed of light with an Arduino is possible. It’s just that the implementation is hard. Last month we saw [Udo]’s blinkenlight shield that can be used as a line scan camera. It’s a neat piece of kit, but [Udo] really wants to […]

Arduino Based Robotic Arm Controlled by Hand Gestures

Arduino-Based Robotic Arm Controlled by Hand Gestures

Introduction Greetings to all, hoping everyone is in good health. We’re thrilled to present our newest article about Arduino projects. This article discusses the development of a robot arm that is operated through hand movements with the help of Arduino UNO. To identify hand motions, we will use four IR sensors placed in four separate […]

Print Conductive Circuits With an Inkjet Printer 1

Print Conductive Circuits With an Inkjet Printer

This tutorial will teach you how to modify your average inkjet printer to be able to print electrically conductive circuits. This technology is fairly new but can provide a faster and safer prototyping option for DIY printed circuit boards. This project also acts as an introduction to the larger field of printed electronics. Step 1: […]

Scroll to Top