EAGLE初体验--SparkFun上学习--电路图制作

2019-07-14 09:51发布

在SparkFun上看教程很舒服,英语不难,还有灵格斯翻译家这个软件,复制剪切板直接出现翻译,很赞。
灵格斯翻译家
参考Using EAGLE: Schematic

Create a Project

这里写图片描述
(The EPF file links your schematic and board design together, and also stores any settings you may have set especially for the project.)
EPF文件是连接原理图和PCB板的。

Create a Schematic

Add a Frame

in the SparkFun-Aesthetics library, and it’s named FRAME-LETTER
这里写图片描述

保存原理图,F2重新绘制

这里写图片描述

电源Adding the Power Input

添加元器件,ADD使用通配符(或者?),比如搜索 *atmega328 会出现
这里写图片描述

处理器以及外围电路

这里写图片描述

Adding the Connectors

这里写图片描述

连线过程

使用NET工具连线(具有电气连接属性)
NET does a better job of connecting components.
NET tool – 连线
NAME tool – 改变net的名字
LABEL tool – 放置net
这里写图片描述 最后检查错误,Generate/Switch to Board icon –

名称和元器件值

NAME tool –
VALUE tool –

TIPS

Group

group tool –
Group 一直按着鼠标可以直接出现矩形框
CTRL+鼠标右键

Copy/Paste

同上4.1