Overview As enthusiasts of audio, we aimed to use our recent understanding of microcontrollers to create an exciting consumer gadget. Our project is a drum machine that functions as a step sequencer. The user can create a 16-step percussion sequence with various percussion instruments on six separate tracks. The user switches between various music tracks […]
Projects
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 […]
LIQUID FLOW SENSORS OFFER HIGH-ACCURACY, LOW-MAINTENANCE REPLACEMENT FOR MECHANICAL TURBINE DEVICES
Cost-Effective MEMS Sensors Deliver Increased Performance and Reliability, Even in Unstable Pulsatile Flow and Low-Flow Conditions Posifa Technologies introduced its new PLF2000 series of liquid flow sensors. Designed to replace mechanical turbine flow sensors, the cost-effective devices deliver increased accuracy and reliability, even in unstable pulsatile flow and low-flow conditions. Factory calibrated for water to […]
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 […]
Make your own Custom Electronic Widgets, like my Arduino LED Day/Night Widget
This is just a brief run down on how easy it has become to make your own circuits complete with your own PCB’s. Have you ever wanted to make something custom that suits your needs? Of course you have!! For me it really started when I built my first day/night light. I used a light […]
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 […]
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 […]
Arduino Cyclone Reaction Time Game
In this instructable, we walk through how I made a “Cyclone” – type arcade game using an Arduino. This game also includes a reaction timer mode. Let’s get started! A list of things you will need: Arduino Uno LCD Screen MCP23017 serial port expander 2 pushbuttons LEDs of differing colors (I used 3mm and 5mm […]
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 […]
Mr. Indecision – a small felt version of yourself that turns its head and looks at you using Arduino
This is a tutorial on how to use 123D Catch to get a 3D scan of your whole body. Once you have the scan or “catch” the tutorial will take you through a technique to clean it up and manipulate it ready for 123D Make. The tutorial will go through how to slice the model […]