Projects

Arduino Sketch ReadSwitchInput

Arduino Sketch ReadSwitchInput

This sketch is used by Exercise: Read Switch Input. Full Source Code The full code is all in one file ReadSwitchInput.ino. // ReadSwitchInput – read a digital input and report its value using the LED and serial monitor // // Copyright (c) 2016, Garth Zeglin. All rights reserved. Licensed under the // terms of the BSD 3-clause […]

Arduino Sketch Soft link 2

Arduino Sketch SoftBlink2

This sketch is used by Exercise: Soft Blink. Full Source Code The full code is all in one file SoftBlink2.ino. // SoftBlink2 – fades the onboard LED on and off. // // Copyright (c) 2016, Garth Zeglin. All rights reserved. Licensed under the // terms of the BSD 3-clause license as included in LICENSE. // // This […]

Arduino Audio Sound Level Meter

Arduino Audio Sound Level Meter

This is add-on of the audio amplifier project result which is introduced in other instructable. (https://www.instructables.com/PC-Speaker-Amplifier/) Usually many types of sound level meters are directly connected with input (or rarely output) signal lines of amplifier. But personally I’m thinking any electrical connections with amplifier circuit may surely degrade music playback quality by inserting some noises […]

Piano Metronome

Piano Metronome

This project was conceived of after I examined the types and styles of various off-the-shelf Metronomes. I am currently learning to play the piano and having a Metronome in order to keep time was necessary. I felt sure that I could build one based on a standard Arduino Uno R3 board. The resultant Metronome has […]

Arduino Sketch SoftBlink1

Arduino Sketch SoftBlink1

This sketch is used by Exercise: Soft Blink. Full Source Code The full code is all in one file SoftBlink1.ino. // SoftBlink1 – fades the onboard LED on and off. // // Copyright (c) 2016, Garth Zeglin. All rights reserved. Licensed under the // terms of the BSD 3-clause license as included in LICENSE. // // The […]

Fade Arduino Sketch

Arduino Sketch Fade

This is a standard Arduino example sketch, copied here for reference. Full Source Code The full code is all in one file Fade.ino. /* Fade This example shows how to fade an LED on pin 9 using the analogWrite() function. This example code is in the public domain. */ int led = 9; // the pin […]

3D Printed Digital Camera

3D Printed Digital Camera

This is a 3D printed digital camera that you can build yourself. By making your own digital camera, it takes away some of the mystery around how such devices work, and are fabricated. Also, it allows you to fully customize the camera to your liking. You can expand the circuit to have new functionality, or […]

Arduino MM Color Sorter

Arduino M&M Color Sorter

Are you tired of sorting your m&ms by hand? Looking for a silly way to spend your time and 3D printer filament? Then this is the Instructable for you. This is a project that I built for one of my engineering courses, in which we were challenged to use an Arduino, some basic electrical components, […]

Blink Arduino Sketch

Blink Arduino Sketch

This is a standard Arduino example sketch, copied here for reference. Full Source Code The full code is all in one file Blink.ino. /* Blink Turns on an LED on for one second, then off for one second, repeatedly. Most Arduinos have an on-board LED you can control. On the Uno and Leonardo, it is attached […]

Arduino OLED Spectrum Analyzer

Arduino OLED Spectrum Analyzer

Image: Today I am make an Arduino OLED Spectrum Analyzer its work with 0 to 3.3v Analog input. This is very smooth and clear Visualization of audio frequencies. This is very important to make an audio spectrum analyser for DVD Music player, IPod, MP3 player and other Music player not only its look good it […]

Scroll to Top