Homebrew Digital Effects Pedal by colin353
Hi, my name is Colin. I am an avid guitarist, and I am always looking for cool new sounds. I'm a big fan of the guitarist Paul Gilbert, and I heard him play this crazy effect in one of his songs, so I decided I would try to emulate it. The result was a very long endeavor, but in the end a successful one.

 

I have created a digital loop pedal. The pedal itself is based upon the PIC16F877 microcontroller, and is complete with 256kb of RAM for storing sound. The unit achieves true bypass with the help of a relay, and runs on a standard 9V power supply.

If you want to build a pedal like this, be warned- it is a daunting task. The complexity of this project reached the upper limit of what my brain can autoroute on a prototyping board, and was very frustrating many times when it didn't work as planned.

In the end however, I learned a lot. I think this is a great project to try, but only try if you are really dedicated. For those interested, I would suggest you design your own, using mine as a template to know what works and what doesn't, rather than copying directly- though if you wish to copy, you are more than welcome.
 
Remove these adsRemove these ads by Signing Up

Step 1: Audio-only demo

IMG_5314[1].JPG
This is an audio-only demo I recorded.



1-40 of 55Next »
dunnos says: Mar 17, 2013. 2:12 AM
I am so building this with an avr! I am also going to go through hell to try and add overdubbing. :) Wish me luck!

Really nice project!
mattomatto says: Sep 25, 2012. 1:38 PM
Hey,

I appreciate you taking the time to write this up, it's not easy working this stuff out without an electronic engineering degree! It's helping me understand how to work with audio. I'm using a dspic33F with the mplabx IDE and C16 compiler all from Microchip, with an aim to mess about with audio loops stored in RAM. I just had a quick question..

Is there some sort of peripheral library that isn't referenced in your code? I see functions like 'output_low(PIN)' but I can't find that in any of my libraries. Is that that same as writing 0 to the latch register for that pin?

Cheers, Matt

starguitar says: Sep 16, 2012. 8:53 AM
Haha! Awesome! I want to build one, its like [url="http://http://www.mwfx.co.uk/judder"]this pedal/url]. I wish i could program on my mac. Kind of like the yamaha dds 20m from the 80s.
lcantarini says: May 23, 2012. 3:20 AM
I've start make digital design about this Colin's job. Due the difficult to make this schema, from the Colind picture, please, feedback me about some mistake.
Thank you
Luca
Hraaig says: May 11, 2012. 1:53 PM
Hi There.

Its really Hard to read your schematics.
Can you send the schematics via mail or make a digital version of them please?

sry for my bad english i hope you understand :)

Thank you
Hraaig
tdavis22 says: Apr 10, 2012. 9:37 PM
So I really love this looper and how it sounds. Love the very quick loop you did in the video. I am looking to buy one but I'm on a very tight budget. How much do you think it would cost to make one of these? And I don't have any electrical engineering knowledge, so how much do you think somebody would charge to make one of these?
Just a few questions from a beginner guitar player, Thanks.
arik_123 says: Mar 14, 2012. 3:07 PM
Hi Colin
Could you please send the schematic of your amazing project.
I would like to build this effect.
TX
arik_123@walla.com
gmoon says: Feb 23, 2010. 5:43 AM
Hey, I like it! The playing and the style isn't my thing, but it sounds really good.

Is the PIC 16 bit ? (or a DSP chip?) Because the sample quality is much better then most 8-bit audio projects I've heard. Even more amazing 'cause your using a serial RAM...
colin353 (author) says: Feb 23, 2010. 7:25 AM
Thank you! It actually is 8-bit recording. I used the PIC's internal ADC, which can handle 10-bits, but chose to use 8-bits because the SPI RAM was byte-addressable (and also for 10bit recording I'd need more ram).
marcjwebb says: Jan 12, 2012. 1:04 AM
hi there, hope you are well, as i am sure your no stranger to this, i was hoping to pick your brains on the digital loop pedal that you made, here are my questios as follows, - how are you programming your microchip is it an arduino? - is the unit capable of layering or overdubbing ? - can more memory be attached to the unit? - have you ever used the ardiono boards? - could something similar be achieved with the ardiono? -does the guitar go through a pre-amp? - how much did your unit cost in the end? sorry for all the questions lol but i am realy intregued as this is by far the best diy unit out on the entire internet to date and would like to base my project on yours and make adaptations. many thanks, sorry for all the questions lol, marc webb
colin353 (author) says: Jan 12, 2012. 6:27 AM
The arduino is based upon the AVR micro controller. This project is achieved via the PIC architecture, which is slightly different, but anything done in this project could be replicated in principle by an AVR micro controller.

The PIC is programmed via a PicKit2. You can google that to see what it means. As for layering, it would require memory that is twice as fast and twice as long, but it would be possible with a faster PIC. I don't know what overdubbing means.

Preamplification is achieved by a two stage operational amplifier design, pretty straightforward. Actually the design presented here is terrible, but any operational amplifier when used correctly would suffice.

The cost I don't recollect, I imagine it was less than $40.
gmoon says: Feb 23, 2010. 7:44 AM
How about the PIC itself (aside from the ADC sampling resolution)--is it a 16-bit uC, or an 8-bit?

Sometimes you can hide low res sampling by piping into reverb, etc., but this really does sound great...
colin353 (author) says: Feb 23, 2010. 8:07 AM
The PIC itself is actually an 8-bit microcontroller.

I never considered the reverb idea, perhaps I should think about that. Thanks for the advice! 
gmoon says: Feb 23, 2010. 2:23 PM
Wow-excellent for an 8-bit banger...
Barnaby Walters says: Jun 5, 2011. 4:30 AM
This is pretty impressive! Have you considered using the dsPIC family, as they're built for this kind of digital signal processing? I am not entirely familiar with them, but they're inherently more powerful, and you'd be able to build yourself at least a 16 bit DAC…

Well done, I look forward to seeing more of your work!
Barnaby
anassundala says: Mar 17, 2011. 9:06 AM
NICE PEDAL BRO...
CAN U SEND TO ME SCHEMATIC PLEASE
IF U WANT,U CAN SEND TO ahmad_dimarzio@yahoo.com
tq b4
lufox15 says: Jan 16, 2011. 6:53 AM
Great Work! i have a question which is the sample time that you can get with the pic16f877?.
I was trying to make a similar project but i can only get a maximun sample time of 625Hz.
Thanks.
microman171 says: Oct 17, 2010. 10:04 PM
Hey Colin,

I'm working on my own digital pedal based on the PIC18F26J11 (Just what I had laying around). I'm not sure what effect I plan to try to create, but It's fun to have a go.

At the moment, I am trying to get the chip to act as a buffer, all I want it to do is read the analog into a variable, and then output it to the DAC (Mine uses 4.7k and 10k resistors, which I know gives a lower quality signal). I have a lot of trouble with noise, and have been using 100nF capacitors in places to see what I can do.

I have found I should have one series with the input, series with the output, and then one to bypass the output to ground.

I have tried the opamp circuit you have presented, but I have no idea what it's purpose is, how it works, or if mine even worked the way it was supposed to.

Could you please let me know how it was supposed to work, or even just tell me how the opamp is configured (-ve voltage amplifier?). I guess it is supposed to change the guitar signal into a 0 - 3.3v representation of the signal?


Cheers,

MM
colin353 (author) says: Oct 18, 2010. 6:33 AM
Hello microman,

You are correct, the op amp is there only to amplify the input guitar signal to something a little more usable for the ADC, since an unmodified guitar signal usually has a very small amplitude.

From what I remember (this was a long time ago) I just biased the guitar input up to something like 1.7 V, then amplified by a pretty large gain. In this particular configuration the gain is negative, but that's alright, it just changes the phase of the signal.

If you are going to try to do something similar, probably you should design the amplifier yourself though, looking at my old schematic, there are a lot of improvements that could be made to it that would improve the sound quality. Like I said, it was made a long time ago, I didn't understand too much about circuits back then :P

Let me know when you finish your project, I'd love to hear more about it.

Anyway, good luck (and thanks for making your question specific, you wouldn't believe how many people come on here and ask me for "help building the pedal" without specifying what they don't understand about it!)
microman171 says: Oct 18, 2010. 11:13 AM
Hey Colin,

A bias means to set the upper limit right? Sorry, I'm new to opamps. At one point, I was inverting the signal before the output, and found it made no change at all.

I'm looking at building a flanger effect at the moment, as it looks doable. I need about 20mS worth of recording, and then mix that into the live feed.

It's great you posted your instructable, as it has been a stepping stone. A friend suggested I make a digital pedal, and I leapt right in knowing all about ADC and DAC. The problem came with noise, and was solved with capacitors.


Cheers,

MM
colin353 (author) says: Oct 18, 2010. 12:17 PM
A bias means a DC voltage added to the alternating signal from the guitar. You have to bias it up to halfway so that you can amplify the negative part of the alternating signal too, since your power supply is probably not bipolar if you are driving digital electronics.

Here is a link to another circuit I designed (much better quality amplification actually) which shows the use of bias:
http://www.getlofi.com/?p=2945

if you look at the left/right channel amplification, the 1uF capacitors serve to prevent DC from flowing through from the inputs. Effectively, it just adds a DC voltage to the input signals so that they can be properly amplified.

Anyway, good luck with that. 20 ms of recording time should be totally possible, even at high sampling rates, so looks like you are on the right track. Let me know if you have any other questions.
microman171 says: Oct 19, 2010. 11:10 AM
Hey Colin,

I spent a whole lot of time learning, and in the end I designed my own opamp circuit. There is a 10k input resistor and an 8.2k feedback resistor. The +ve input is at 1.03v through the use of a 10k and a 22k divider. My simulation predicted this will create a 0v to 3.3v wave from a -1.8v to 1.8v input.

I still have two 100nF caps on the output, one to ground and one to output. These seem to cut down on noise dramatically.

It was an excellent experience.


Cheers,

MM
colin353 (author) says: Oct 19, 2010. 1:19 PM
I'm glad you managed to make it work! Link me to your instructable when it's done, I'll read it for sure.
Baseball24_7 says: Oct 9, 2010. 10:02 AM
Hey Colin353 this is the Rhino, i really want to build this pedal, can you help me with the schematic, and programming. You Rock, Paul Gilbert also
colin353 (author) says: Oct 10, 2010. 12:24 PM
I would be happy to answer any specific questions you have about the project.
Baseball24_7 says: Oct 12, 2010. 6:10 PM
Do you have a clearer drawing of the schematic.
RogerClark says: Aug 29, 2010. 5:07 PM
I Colin. I was trying to build a something similar using a PIC16F690. But just to do effects. But I've realised that I don't have enought internal RAM and that the PIC16F690 can't address external ram (easily). So I may need to upgrade to something from the 18F series. Are you getting a fast enough data rate to your RAM using the SPI ? I was hoping to sample at at least 20Khz, and crank the PIC's clock up as high as it would go, but access speed of external ram would be a serious issue for effects like reverb etc which need a large buffer which can be accessed for virtually every output sample. BTW. I don't know if you've seen this article on a final year project at Cornell http://courses.cit.cornell.edu/ee476/FinalProjects/s2003/Gjr8tl74/ECE476FinalProject/Index.html
colin353 (author) says: Aug 30, 2010. 9:17 AM
Hello, You will definitely need to use external RAM, the PIC has nowhere near the amount of internal RAM you will need. I used serial RAM under the delusion that I could access it arbitrarily quickly. In the end, the time required to access the RAM was the limiting factor in the sound quality of the device. If you used a parallel ram, it might be fast enough to do 20kHz. I was clocking my PIC at 20MHz, but I know for sure there are very cheap PICs that can do 48Mhz. I did a bit of research on 32 bit PICs for a nicer quality digital audio project, you can get ones that go to 80MHz. The other thing to keep in mind is the nyquist minimum frequency that you really need to reproduce the guitar sound well. If you are putting your pedal first in the pedal chain (to minimize weird harmonics), then you only have to sample at twice the maximum frequency of the guitar, which (I believe) is well below 20kHz. Anyway just do the math on the SPI for whatever ram you are looking at. You will probably need an SPI clock cycle per bit and you can probably do your SPI clocking at about a quarter of the clock speed of the device for a standard PIC. Anyway this message ended up being much longer than I originally intended! Haha, I guess I am secretly still interested in this stuff. Keep me posted, and good luck!
RogerClark says: Aug 30, 2010. 3:13 PM
Thanks for the reply, I totally agree with all your points. My project started off just being a practice amp that I was going to put inside the guitar (to hook up to headphones), but then I had the idea of using the 16F690 that I had in my box of components, and of course things sprialled on after that. But I can see that the 16F690 is not suited to this application, because it doesn't have lot of intenal ram. I'm still going to carry on with this project as I may be able to do some basic effects without ram e.g tremulo or I may be able to do some FFT stuff that may be able to do some wierd stuff to the sound. I'll also think about whether its worth starting a separate project to do it properly, and whether a PIC microcontroller is the way to go or whether a different one eg AVR would be better. I'll let you know how I get on.
somorastik says: Aug 26, 2010. 4:45 AM
have you updated the software features echo and delay?
ski4jesus says: Aug 19, 2010. 11:25 AM
ha! well i have an actual stratocaster! :p lol nice guitar!
colin353 (author) says: Aug 19, 2010. 12:24 PM
mine is real too! I love my stratocaster...
ski4jesus says: Aug 19, 2010. 1:01 PM
yah they rock. i would like to build this project but i dont have the parts. sick guitar!
hahaman8 says: Jun 21, 2010. 10:28 PM
can you scan it? its kinda hard to see
hahaman8 says: Jun 21, 2010. 10:32 PM
or make a digital version of the schematic. Ty!
justine3563 says: Apr 14, 2010. 9:38 AM
man what did you attach to the potentiometer above to let it change pitch?capacitor?thanks alot!
colin353 (author) says: Apr 14, 2010. 10:51 AM
this is not analog electronics! the potentiometer is wired to a tiny computer inside the pedal that modifies the pitch by playing back recorded samples at different rates.

I will say this though, a capacitor would not work at all.
justine3563 says: Apr 14, 2010. 9:42 AM
yeah because i would like to make a whammy pedal!thanks
hanley says: Feb 23, 2010. 10:34 AM
hey, looks great
What kind of DAC do you use?
colin353 (author) says: Feb 23, 2010. 11:55 AM
I used the most primitive DAC ever: a resistor ladder! It works great though, suprisingly.
 
Take a look at Step 5 under the DAC section for a link to the schematic I used, or refer to my notes in Step 7 for a poorly-drawn schematic that I put in my notes.
1-40 of 55Next »
Pro

Get More Out of Instructables

Already have an Account?

close

PDF Downloads
As a Pro member, you will gain access to download any Instructable in the PDF format. You also have the ability to customize your PDF download.

Upgrade to Pro today!