Archives: Projects
Getting started with the new ATtiny chips – Programming the Microchip’s 0-series and 1-series ATtiny with the Arduino IDE
A few years back, Microchip/Atmel announced the release of a completely new range of chips designed to serve as replacements for their older ATmega and ATtiny ranges. The new ATtiny chips started with the 1-series which included ATtiny417 and ATtiny817, which was followed in 2018 by the...
Continue ReadingUsing Long Range 315MHz RF Wireless Transceivers with Arduino
Connectivity continues to be one of the most important features of any device in recent times, even for devices that are not directly connected to the internet, the need to send data from one device to the other is an important part of the ubiquitous world being built today. For...
Continue Reading32 band Audio Spectrum Analyzer using OLED display and Attiny85
Visualizations are an important part of a music player. They provide the user with something to feast their eyes on especially when the music has no video. For today's tutorial, we will build a visualization device, capable of providing a visual representation for any kind of music fed...
Continue ReadingWindow Comparator – Window Detector with relay output
A window detector circuit, also called window comparator circuit or dual edge limit detector circuit is used to determine whether an unknown input is between two precise reference threshold voltages. It employs two comparators to detect over-voltage or under-voltage condition. This...
Continue ReadingDifferential Microphone Pre-Amplifier
The project shown here is a microphone preamplifier that provides high quality amplification, optimized for use in computers, media and mobile applications. The pre-amplifier provides a differential input stage, making the device particularly effective when layout...
Continue ReadingPC Hardware Monitor with Nokia 5110 Display and Arduino
Either for benchmarking purposes or as external telemetry to help you stay within the acceptable range for your computer power, super users usually have the desire to have a way of knowing what the performance numbers of your PC are. For today's tutorial, we will build a PC Hardware...
Continue ReadingHigh Power Bidirectional DC Motor Driver using IFX007T
This motor driver circuit can drive a brushed DC motor with up to 250W of continuous load. The project can be controlled with the general logic IO-Ports of any microcontroller. Either an Arduino Uno or another microcontroller can be used as the control board. The project uses two...
Continue ReadingOLED display audio VU meter – AVR/Arduino project
Today we are going to build one of the most important tools in sound mixing; A audio VU (volume unit) meter based on an Arduino/AVR microcontroller. This project serves to demonstrate how the knowledge of electronics can be applied to build solutions for any part of your day to day...
Continue Reading