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 […]
Projects
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 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 […]
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 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 Read Accelerometer
This sketch is used by Exercise: Read Analog Accelerometer. Full Source Code The full code is all in one file ReadAccelerometer.ino. // ReadAccelerometer – read a 3-axis analog accelerometer and display the results to the serial port // // Copyright (c) 2016, Garth Zeglin. All rights reserved. Licensed under the // terms of the BSD 3-clause license […]
DIY Current Sensor – 2.0
Hello there! I hope you all are fine and in good health. This instructable is about making your own current sensor that is compatible with Arduino and most other widely popular microcontrollers. This project features a compact design and an all SMD component based circuit, making this sensor module very compact for it’s range. This […]
Arduino Sketch Sensor Fade
This sketch is used by Exercise: Sensor Fade. Full Source Code The full code is all in one file SensorFade.ino. // SensorFade – read a photosensor and control several LEDs at different brightnesses // // Copyright (c) 2016, Garth Zeglin. All rights reserved. Licensed under the // terms of the BSD 3-clause license as included in LICENSE. […]
MicroBot V1
So this is my microbot V1 which is an ESP32 based robot which is powered by a Wemos d32 pro and controlled by Blynk. Its body is a 3D printed square surface that has mounting holes for the same size PCB which is mounted with this setup in the sandwich config to hold the battery […]
Arduino Sketch Read Sonar
This sketch is used by Exercise: Read Ultrasonic Ranger. Full Source Code The full code is all in one file ReadSonar.ino. // ReadSonar – measure distance using a HC-SR04 or compatible ultrasonic ranger // // Copyright (c) 2016, Garth Zeglin. All rights reserved. Licensed under the // terms of the BSD 3-clause license as included in LICENSE. […]
