1 安装

官网下载链接

windows可以直接下载安装包安装下

Download | KiCad EDA

ubuntu下已经可以实现全设计流程了,所以在ubuntu下安装也是必须的,仿真ngspice也会在ubuntu运行

sudo add-apt-repository ppa:js-reynaud/ppa-kicad
sudo aptitude update && sudo aptitude safe-upgrade
sudo aptitude install kicad kicad-doc-en kicad-demos

连示例demo都一起安装了

工作流程文档 

Getting Started in KiCad | 5.1 | English | Documentation | KiCad


 

2. 基础入门,走通流程

1)放置元件,编辑属性

选取放置symble或者shift+A

常用快捷键:

To view hotkeys within any KiCad tool go to Help → List Hotkeys or press Ctrl+F1:

选择place symbol,鼠标点击任意位置,弹出元件选择框

浏览元件库 ,或者通过关键字选取元件,本例选择电阻和LED

 放置好,移动到合适位置,如果中间需要move,右键选择move,R键可以旋转

2)编辑元件参数,连接电路,分配封装

3)分配anotation,元件标号

系统工具可以自动生成序列

 4)自己编辑个接插件作为电源插座

tools-library symbol editor-create new symbol

 添加新管脚

 Pin name : VCC 

Pin number: 1

Electrical tyep : power input

 如法炮制,定义其他管脚,并画好外框

4)生成网表

5)分配封装

6)导入PCB设计

7)完成board设计定义

8)进行spice仿真

Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐