Eagle for making guitar pedals PCB: getting started (part 1/3)

Sometimes, especially with complicated builds with a lot of components, or when you have to build several times the same pedal, it is easier to use a printed circuit board (PCB) than veroboard or turrets board. A PCB is easier to assemble, and it prevents from doing many mistakes that can occur when using veroboard: false contacts, misplaced component, complicated wiring involving a lot of wires...etc.

"Eagle" is the name of a beautiful animal, but it also stands for "Easily Applicable Graphical Layout Editor", the name of a famous software that helps you to conceive and make printed circuit boards (PCB). I already used it a lot to make PCBs. For instance, I made a few Klon buffer boards with it. I decided to write a serie of articles explaining how to use it to make PCB for your guitar pedals.

Article parts:
  • Getting started (you are reading this one now)
  • Tracing the circuit (to be published)
  •  Creating the PCB layout (to be published)

Eagle 
Become free to make PCB like you want with Eagle


Why using Eagle?

There are many different different software to create PCBs that are available nowadays: DipTrace, KiCad (open source), Express PCB, Fritzing... Why using Eagle instead of these ones?
Well, there are several reasons.

Eagle is free. If you are using Eagle for your personnal use, it is a freeware. Of course, there are limitations that come with the freeware version, but they are not really a problem when it comes to guitar pedal PCB development: maximum size of 100 x 80 mm (4 x 3.2 inches), which is really big for a guitar pedal PCB, only 2 layers maximum (well, we are not going to use more anyway), and one schematic maximum per project. If you want to sell your projects, you will have to buy it, but for simple projects like guitar pedals, the Lite edition is enough and costs only 69$! If you need to buy it, respect the developpers, do not be ill-eagle (badum tsss) and buy it.

Eagle is well documented. There are a lot of books, websites, videos that are dedicated to Eagle software. If you ever encounter a problem, or if you do not know how to use a precise function, you will always find a solution somewhere. I will write a list of useful websites down this post.

Eagle has the most complete libraries. When creating a PCB, you need to specify what component you are going to use in your circuit. Is it a small 1/8W resistor, a big 1W one?  Is it an electrolytic capacitor or a tantalum one? You can imagine that it is very important to precise it in order to have the good component "shape" on your PCB. In order to do that, you have lists of components that are called "libraries", which contains hundreds of different components! Eagle has a lot of libraries for all kinds of components, and some libraries had been made especially for guitar pedals!

Eagle is easy to use. Most PCB softwares are easy to use, and Eagle is too! The "graphical" word in "EaGle" simply means that you have a wysiwyg interface. The interface is easy to use, and let you directly move the components on the board. Last thing, it works on windows and mac, which is nice if you are using different operating systems.

Convinced? Let's get started!


Installing Eagle

Download Eagle on CadSoft website, and install it as a freeware (except if you are going to sell the PCBs you make with it)


The libraries

When you create a PCB, you need to be very precise about which component you are going to use. Indeed, if you put a wrong reference somewhere, the spaces between the lugs can be too short / too long, the component could be too big to fit the PCB...etc. For instance on this PCB:
Superfuzz PCB circuit board
You can see that every component fits perfectly its location on the PCB. This is because when conceiving the PCB, I used the correct references for each components.

A library is simply a list of components referencing components sizes, values and shapes. Eagle comes with already a lot of libraries pre-installed. Some of them will be really useful (Resistors, Capacitors, Inducors (RLC), transistors, supply...etc), some of them not (Zilog microprocessor devices?).

Some libraries had been created specially for guitar pedal PCB making:
Gauss Markov library: very easy to use library with a lot of useful components.
Madbean pedals library: Brian (owner of madbean pedals) made available libraries for making guitar pedal PCB.
I strongly suggest that you download these libraries. They are easy to use, and contains all the basic tools that you need for making guitar pedal PCBs.

To install a library, unzip the files, and copy the .lbr files in the "Eagle v7.2/lbr" folder. It is in the applications folder on mac, or in the program files folder on windows.

Then, open Eagle. You should have a window like this, which is the control pannel:
eagle control pannel
You can see that there is a "Libraries" folder that can be expended. It contains all the libraries that you have in the "lbr" folder, including the ones you just downloaded and copied.
To tell Eagle which libraries you are going to use, you need to expand the "Libraries" folder, click right on the library you want to use and click on "Use".
Eagle how to use librairies
You can see that you have a quick description of the library on the right. It can help you sometimes to choose whether you want to use a library or not.

Ok so the big question is now... Which libraries should we use? Either you can use every library, but you can easily get lost with the number of different components available, and redundancy of some components. In my experience, I only use a few libraries compared to what Eagle is offering... Guitar pedal making is quite simple electronics, and does not require a lot of differente components.
Here are the libraries that I use when making a PCB:
  • Gauss Markov libraries (all libraries)
  • Madbean libraries (all libraries)
  • belton-engineering.lbr (if you are using tubes)
  • con-jack.lbr (if you want to implement DC jack on your PCB)
  • diode.lbr
  • ic-package.lbr
  • led.lbr (you will only use LED3MM or LED5MM (classic 3 or 5 mm LED) or DUOLED if you want dual colored LED)
  • linear.lbr (IC, OP amps)
  • pot.lbr (potentiometers, nothing else you stoner!)
  • rcl.lbr (dream library with all resistors, capacitors, inductors)
  • regulators.lbr (voltage regulators)
  • supply1.lbr and supply2.lbr (mainly for the ground symbol)
  • switch.lbr
  • transistor-fet.lbr, transistor-neu-to92.lbr, transistor-npn.lbr, transistor-pnp.lbr, transistor-power.lbr, transistor-small-signal.lbr, transistor.lbr (you should have almost every transistor now!)
  • v-reg.lbr (voltage regulators)
OK! That is already a lot of components, and should be largely enough for any guitar pedal circuit! And if a component you absolutely need is missing from these library, do not forget that you can use other libraries, or download libraries online!

Now we are ready to start!
First we have to trace the schematic... in the next blog post!

If you have any question, do not hesitate to post a comment!
Was this article helpful? Subscribe to the mailing list or like the Coda Effects Facebook Page to know when next part will be published!
    Previous
    Next Post »
    17 Comment
    avatar

    It should be soon! I know it has been some times, but it is quite long to write...

    Answer
    avatar

    There used to be a site called PedalGeeksUnited where a repository of eagle files for pedals... it is no longer available... do you know of any others?

    Answer
    avatar

    I know that some people share there projects on OshPark, you can find a list here: http://www.madbeanpedals.com/forum/index.php?topic=16106.0 I might consider to share some Eagle source files projects in the future, I am currently making a short library with some easy projects.

    Answer
    avatar

    I am all for sharing of Eagle files. I have some too and will post up somewhere if there is a good place for them. I know folks who put the time into learning Eagle and making schems and brds tend to be less likely to share the effort. I dont mind as I know those who have eagle and work with it appreciate it greatly. I have a PCB Mill that I can take the PCB G-COde ULP and generate my traces. It helps to have the eagle files from posted PCB layouts so I dont have to redo all the work.

    Answer
    avatar

    I'm slowly reading everything from your site. Its amaizing. Thank you!!!
    Where can I find the layout of that super fuzz shown in the picture?
    Greatings from Argentina. Wish you all the best!

    Answer
    avatar

    I briefly looked at Eagle CAD.

    It’s been bought by AutoDesk. I looked at their pricing model. For one of my hobby projects (a small, but fully featured mixing desk), I would need to cough up $500 US/year for the only version that will cope with the long, narrow PCBs for the mic channels (roughly 45 × 5 cm). That would blow almost the entire budget for that project on Eagle CAD. Not happening.

    There’s no longer a Lite edition. The cheapest paid version is now a $100 US/year subscription, and it’s still very limited (160 sq. cm, only double what you get in the free version).

    I don’t see much point learning Eagle CAD for pedals when I’ll need to learn something else for the mixer project.

    Answer
    avatar

    Hi Benoit, Do you know when you might have part two finished. I'm trying to make a PCB for a prototype octave fuzz, my problem is I want to make sure the pots are on the correct side of the board.
    P.s. the site is fantastic, think I need to get some more PCB from you.

    Answer
    avatar

    thanks. please release the next one soon :)

    Answer
    avatar

    Great article. The Madbean-Link is broken.

    Answer
    avatar

    Printed circuit board (PCB) layout may be considered sort of an art form by circuit designers, and there is much truth to that. Creating the most reliable, functional, yet cost-effective circuit and finished PCB can be a challenging task, especially in today’s demand for increasingly-complex requirements for compact, light-weight, even flexible boards https://www.pcbonline.com/blog/PCB_Layout_Considerations_42.html

    Answer
    This comment has been removed by the author. - Hapus
    avatar

    Madbean link is not broken, you just need to login to Madbean forums to download it.

    Answer
    avatar

    Still hoping for parts 2 and three! Thanks for taking your time to write these great posts

    Answer
    avatar

    Once you have the design, where do you get it built?

    Answer