Projects

Arduino Row column Scanning to control an 8x8 LED Matrix

Arduino Row-column Scanning to control an 8×8 LED Matrix Code

LED displays are commonly packaged as arrays of LEDs organized in rows with shared positive terminals and columns with shared negative terminals, or vice versa. Here is a standard illustration, along with its diagram: These exhibits can be very useful. To control a matrix, you connect its rows and columns to your microcontroller. The columns […]

Arduino Knight Rider

Arduino Knight Rider Code

Arduino Knight Rider light effect, a simple variation of blink code. Parts List; 1) 5x 5mm red LED 2) 1x Arduino 3) 5x 330Ω resistor 4) Jumper wire   Instruction; 1) Connect all LED as diagram below, make sure cathode lead of LED at ground wire. 2) Connect all 330Ω resistor to anode lead of […]

Master the Art of Bootloader Burning with Arduino as ISP A Comprehensive Guide

Master the Art of Bootloader Burning with Arduino as ISP: A Comprehensive Guide

Introduction For many electronics projects, AVR microcontrollers are commonly used. However, as a beginner, uploading or flashing code to an AVR can be challenging to understand. When other programming hardware is unavailable, an Arduino board can help burn bootloaders onto AVRs. It also enables creating and testing AVR programs. Therefore, this article will demonstrate using […]

Arduino Matrix sound machine

Matrix sound machine: Generative music with a particle system using Arduino

This project is a part of experiments done while doing an artist in residence at Instructables. You can see the other projects here. Creating emergent patterns that can be converted into sounds fascinates me. So this is my first experiment in building an arduino platform for creating such patterns. This version uses a Gameduino as its […]

ARDUIN1

Arduino Based Real-Time Oscilloscope

Arduino Based Real-Time Oscilloscope The Oscilloscope is an essential instrument for the workbench of every electronics engineer or maker. It is primarily used for monitoring waveforms and analyzing voltage levels, frequency, noise, and other signal characteristics that can change over time at its input. Embedded software developers utilize it for code debugging while technicians depend […]

Arduino Automatic Watering System.

Arduino Automatic Watering System

INTRODUCTION & OBJECTIVES: I am a basic system that utilizes Arduino for automating the watering of small potted plants or crops. This system monitors soil moisture levels by using LEDs for indications and emitting an alarm beep if the soil is dry. If the soil is dry, the irrigation system will be triggered to pump […]

Quiz Game Show Buzzer using Arduino

Quiz Game Show Buzzer using Arduino

My close friend, who works as a teacher, was conducting quizzes in her class that involved students competing to answer questions. This caused some students to complain about not getting a chance to answer even though they had raised their hands first. I chose to gift her with a buzzer similar to those used on […]

Scroll to Top