Autodesk EAGLE: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
Line 42: Line 42:
*[http://www.eevblog.com/forum/eagle/eagle-is-beautiful-software/ Eagle is beautiful software], EEVblog forum, Mar. 2015
*[http://www.eevblog.com/forum/eagle/eagle-is-beautiful-software/ Eagle is beautiful software], EEVblog forum, Mar. 2015
=== Eagle format SDIY files ===
=== Eagle format SDIY files ===
Some useful examples, not a comprehensive list.
Some useful examples, not a comprehensive list.
* [[Befaco]] - a few at [https://github.com/Befaco github.com/Befaco] otherwise at [http://www.befaco.org/en/ befaco.org]
* [[Befaco]] - a few at [https://github.com/Befaco github.com/Befaco] otherwise at [http://www.befaco.org/en/ befaco.org]
* [[HackMe]] - at [http://hackmeopen.com hackmeopen.com] and [https://github.com/hackmeopen github.com/hackmeopen]
* [[HackMe]] - at [http://hackmeopen.com hackmeopen.com] and [https://github.com/hackmeopen github.com/hackmeopen]
* [[Monome]] - at [https://github.com/tehn/ github.com/tehn/]
* [[Monome]] - at [https://github.com/tehn/ github.com/tehn/]
* [[Music Thing Modular]] - at [http://musicthing.co.uk musicthing.co.uk] and [https://github.com/TomWhitwell github.com/TomWhitwell]
* [[Music Thing Modular]] - at [http://musicthing.co.uk musicthing.co.uk] and [https://github.com/TomWhitwell github.com/TomWhitwell]
** [https://github.com/TomWhitwell/MTM-Parts-Library MTM-Parts-Library]
* [[Mutable Instruments]] - at [https://github.com/pichenettes github.com/pichenettes]
* [[Mutable Instruments]] - at [https://github.com/pichenettes github.com/pichenettes]
* [[Rebel Technology]] - at [https://github.com/pingdynasty github.com/pingdynasty]
* [[Rebel Technology]] - at [https://github.com/pingdynasty github.com/pingdynasty]
==== Libraries ====
* [https://github.com/russellmcc/eurorack_eagle Catch-all repo for eagle libraries useful for EuroRack modular synthesizers]
* [http://www.electro-music.com/forum/topic-23530-25.html SDIY component library], updated
* [http://www.electro-music.com/forum/topic-23530-25.html SDIY component library], updated
* [https://github.com/TomWhitwell/MTM-Parts-Library MTM-Parts-Library]

[[Category:Electronic design automation]]
[[Category:Electronic design automation]]

Revision as of 16:56, 11 March 2016

CadSoft EAGLE is proprietary EDA (electronic design automation) software for editing circuit schematics, PCB layouts and component libraries. It is available for Windows, Linux and OS X. EAGLE is quirky and unintuitive, but very widely supported and stable.[1][2][3][4]

Editions

The Light edition can be used for free, for non-profit or evaluation. This is limited to boards of 100 x 80 mm (4 x 3.2 inches), only top and bottom signal layers, and the schematic editor can only create one sheet. It can however Load, view and print drawings that exceed these limits.[5]

For a single user doing non-commercial editing of e.g. the most commonly used Eurocard size, would require the Hobbyist edition, which costs €140. This allows boards of 100 x 160 mm (4 x 6.4 inches), up to 99 sheets and up to 6 signal layers. For commercial use, with the same limitations the Standard edition costs €690.[1]

Edit features

With almost identical user interfaces EAGLE provides a schematic editor, a layout editor, and library editor.

Compatibility

EAGLE exports Gerber files.

In 2009 CadSoft Computer GmbH, developer of EAGLE was aqquired by Premier Farnell.[6] Since version 5.11 EAGLE connects to the components database from Premier Farnell (also known as Farnell, Newark, element14), allowing immediate access to component information from within the design environment.[7]

Version control

All version control systems (VCS), such as Git can handle text and binary files but binary ones cannot be merged.[8] As of version 6 Eagle data structures use text based XML, this makes version control much easier.[2] Eagle has a layer for comments and notes and for each layer if required.[9]

Template:IwWikipedia

References

Further reading

  • Build Your Own Printed Circuit Board by Al Williams, Tab, 2003, ISBN 9780071427838

External links

Rants

Eagle format SDIY files

Some useful examples, not a comprehensive list.

Libraries