Electronic Audio switch with crossfade

Often times we used a simple toggle switch to switch between audio source. This is the easiest and simpliest method. But this simple circuit creates some clicking or boom sound when switching audio sources specially when the 2 audio source are operating. Here’s a simple and effective circuit to switch between audio sources gently. It gently decrease the volume of the audio source previously selected and while slowly increasing the volume of the selected audio source.

img_20161125_103958

Continue reading “Electronic Audio switch with crossfade”

Bass Booster Circuit design

If you love listening to a music with super loud bass, then here’s a circuit that can help you boost the bass. There are many ways to boost the bass and I will be sharing some of the most simple ways. And of course the simulation result, if it works on the simulation then it will also work on the actual.

 

The circuit
The circuit is very simple and only needs few components.

bass boost

Continue reading “Bass Booster Circuit design”

Tone Control Circuits for guitar effects

There are many tone control designs out there. Let’s take a look at those and analyze each circuit. If you are planning on designing a tone control circuit for your guitar effects, it is not actually that not hard to do. You only need to understand the basics. Please note that these are only passive type tone control meaning you will loose some signal strength when you use this circuit. To compensate for the attenuation caused by this circuit, you will need to add an amplifier circuit with a gain of at least 2.

Continue reading “Tone Control Circuits for guitar effects”

Active Crossover Design

Crossover circuit is used to split audio frequencies into 2 or 3 part. There are 2 kinds of crossovers, active and passive. Passive crossovers is use to connect woofer, midrange and tweeter speakers to one source. It basically splits the frequency into 3, bass frequencies to woofer, mid frequencies to midrange speaker and high frequencies to tweeter. Active crossovers is used to split signal going to the amplifier. The benefit of using active crossover is that you have more controls, you can tweak levels and frequencies. The main disadvantage is the cost, aside from the crossover itself is expensive, it will also require multiple amplifier.
Continue reading “Active Crossover Design”

Arduino based Guitar Effects

There are lots of arduino projects that you can find online. But this one caught my eye and I am excited to make my own copy. Since I also love guitars and programming, this is perfect for my next project. It uses Arduino Due as the main processor. This project is published by www.electrosmash.com/ and you can buy the kit for £39.95(not including the arduino due).

Continue reading “Arduino based Guitar Effects”

LC75341 tone control using arduino

LC75341 is a digitally controlled analog tone control for audio applications. You can control parameters such as Bass, Treble, Volume and gain through its digital serial data transfer. The data is a 40 bits wide, 8 bits for the address and the 32 bits is the controls data. It is very unusual and you cannot use the microcontrollers built in UART, I2C, etc. I can’t find anywhere on the internet any examples of programs to control this particular IC so I made one for myself. I want to share the code for anyone who want to build this kind of project. The code is simple and I will only share the part of the code that sends data control to the chip. It is up to you to modify it according to your needs.

Continue reading “LC75341 tone control using arduino”