Projects

Automatic Missile Defence System

Automatic Missile Defence System

The Automated Missile Defense System is capable of neutralizing airborne threats such as planes, high-altitude ballistic missiles, and low-altitude cruise missiles. Having missile defense systems is crucial for India due to its surrounding hostile neighbors. A Surface to Air missile is a type of missile that travels at a very high speed (2-4 times the […]

Tinkercad Circuit

Arduino Sketch Rock Paper Scissors

This drawing showcases a rock-paper-scissors game that utilizes three pushbuttons for user input, two hobby servos instead of a human hand to show the countdown and selections, and tone feedback through a speaker. The code is designed to showcase a variety of techniques. non-blocking event polling loop to simultanously process input and output switch-case state […]

Arduino Mosquito Repeller

Arduino Mosquito Repeller

In this tutorial, I will demonstrate how to create a mosquito repellent device with the help of an Arduino. The repellent comes in a shield form that can be connected to the Arduino board, allowing for easy modification of its frequency. This project is perfect for camping and hiking outdoor activities, as it emits a […]

Arduino – Control a DC motor with TIP120 potentiometer and multiple power supplies circuit

Arduino – Control a DC motor with TIP120, potentiometer and multiple power supplies

A simple diagram demonstrating how to regulate the velocity of a DC motor using a potentiometer connected to your Arduino device. Additionally demonstrates the method of utilizing a TIP120 transistor for enabling the Arduino to manage a more powerful power source. Transistors consist of 3 pins, with the third pin (Base) enabling control of the […]

Arduino Button Mouse Control

Arduino Button Mouse Control Code

With the Mouse library, an Arduino Leonardo, Micro, or Due can manipulate the onscreen cursor of a computer. This specific instance involves the use of five pushbuttons to control the movement of the cursor on the screen. Four buttons control direction (up, down, left, right) and one activates a left mouse click. Cursor movement on […]

TMP36 Temperature Sensor With Arduino in Tinkercad

TMP36 Temperature Sensor With Arduino in Tinkercad

For this assignment, your goal is to transform the Arduino into a thermometer! Utilize a temperature sensor to track your skin’s temperature and record the information using three LEDs. The Arduino, being a digital tool, is able to collect information from analog devices such as the TMP36 temperature sensor by utilizing its on-board Analog-to-Digital (ADC) […]

Power Quality Meter using Arduino

Power Quality Meter ( PQ Monitor) using Arduino

Arduino UNO project, Power Quality Meter, someone would call it’s PQ Monitor or PQ Analyzer. I had already published one  blog  devoted RMS voltage measurements on full band  20 – 20 000 Hz  audio signals. ( Following my own style, I’d refer to already published materials whenever it’s possible ).  This time measurements performed on […]

kerinin arduino thermostat

PID Thermostat For The Arduino

PID Thermostat This PID thermostat is designed for the arduino platform. It provides separate tuning parameters for several hardware ‘profiles’, and features an autotune mode to calculate the PID parameters for a specific setpoint. Installation Hardware DS18-series (I’m using the DS18B20) temperature sensor Solid-state relay rated for your power source 16×2 LCD display (I’m using […]

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 […]

Scroll to Top