Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Proteus硬件仿真
Search
Zoom.Quiet
March 24, 2013
Technology
0
130
Proteus硬件仿真
130323-gz-珠三角技术沙龙-#来点儿硬的#
10分钟介绍”零成本”玩玩arduino
Zoom.Quiet
March 24, 2013
Tweet
Share
More Decks by Zoom.Quiet
See All by Zoom.Quiet
PyCon2014China-Zhuhai-high performance
zoomquiet
0
130
PyCon2014China-Zhuhai-meta programming
zoomquiet
1
99
PyCon2014China-Zhuhai-bpm.py
zoomquiet
0
78
PyCon2014China-Zhuhai-luna kv db
zoomquiet
0
84
PyCon2014China-Zhuhai-seed studio
zoomquiet
0
60
PyCon2014China-Zhuhai-Docker Registry Build By Python
zoomquiet
0
75
PyCon2014China-Zhuhai-jeff
zoomquiet
0
56
PyCon2014China-Zhuhai-pythonic front-end
zoomquiet
0
84
DevFest2014-Zhuhai-Polymer
zoomquiet
0
360
Other Decks in Technology
See All in Technology
Amazon CloudWatch Network Monitor のススメ
yuki_ink
1
210
AIチャットボット開発への生成AI活用
ryomrt
0
170
アプリエンジニアのためのGraphQL入門.pdf
spycwolf
0
100
TanStack Routerに移行するのかい しないのかい、どっちなんだい! / Are you going to migrate to TanStack Router or not? Which one is it?
kaminashi
0
600
【Pycon mini 東海 2024】Google Colaboratoryで試すVLM
kazuhitotakahashi
2
550
適材適所の技術選定 〜GraphQL・REST API・tRPC〜 / Optimal Technology Selection
kakehashi
1
700
Lexical Analysis
shigashiyama
1
150
Adopting Jetpack Compose in Your Existing Project - GDG DevFest Bangkok 2024
akexorcist
0
110
SRE×AIOpsを始めよう!GuardDutyによるお手軽脅威検出
amixedcolor
0
190
マルチモーダル / AI Agent / LLMOps 3つの技術トレンドで理解するLLMの今後の展望
hirosatogamo
37
12k
生成AIが変えるデータ分析の全体像
ishikawa_satoru
0
170
安心してください、日本語使えますよ―Ubuntu日本語Remix提供休止に寄せて― 2024-11-17
nobutomurata
1
1k
Featured
See All Featured
YesSQL, Process and Tooling at Scale
rocio
169
14k
Six Lessons from altMBA
skipperchong
27
3.5k
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
Embracing the Ebb and Flow
colly
84
4.5k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
229
52k
Designing the Hi-DPI Web
ddemaree
280
34k
Faster Mobile Websites
deanohume
305
30k
A designer walks into a library…
pauljervisheath
204
24k
What's new in Ruby 2.0
geeforr
343
31k
How STYLIGHT went responsive
nonsquared
95
5.2k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
38
1.8k
Reflections from 52 weeks, 52 projects
jeffersonlam
346
20k
Transcript
10分钟介绍”零成本”玩玩arduino Proteus硬件仿真
主要内容 proteus仿真软件介绍(ISIS.exe部分, ARES不介绍) 针对arduino进行仿真实验
20年历史的仿真软件 可视化电路设计、单片机仿真(ARM,PIC,AVR,8051) 软件调试(查看寄存器、断点、单独调试、和Keil等工具联合调 试) 结果显示(LED,LCD,RS232 ,虚拟探针,示波器) 与真实硬件交互的能力 (收费软件) Proteus的特点
Proteus界面
对象选择器里面选择所需原件 常用 RES(电阻)、CAP(电容)、 LED-GREEN(绿色发光二极管)、 CRYSTAL(晶振)、AT89C51(微控制 器) 绘图栏选择绘制电路 双击MCU设置程序文件、频率等 进程控制栏点击运行 Proteus基本用法
Arduino uno官方原理图: http://arduino.cc/en/Main/ ArduinoBoardUno 核心 微控制器 ATMega328 Proteus仿真arduino-原理
Arduino的微控制单元-Atmega168/328: Proteus仿真arduino-针脚映射
ATMega328p 晶振、电源等 Pin13外接LED Proteus仿真arduino-连接电路
在arduino内编译 BlinkWithoutDe lay程序 找到 BlinkWithoutDe lay.cpp.hex文 件 Proteus仿真arduino-编译程序
选择Program file为刚才编 译的hex 设置外部晶振 等参数 Proteus仿真arduino-设置MCU
点击运行,观察针脚电平、LED状态 Proteus仿真arduino-运行
Google一下“Debug Arduino with Proteus” Proteus仿真arduino-调试
通过COMPIM/EPIM,RS232连接硬件, 以太网访问网络 VSM SDK编写模块 更多设计图(SPICE社区): http:// www.youspice.com/ys/en/ microcontroller-circuits.3sp? p=true&nr=10&s=id %3Dd&cts=microcontroller
Proteus仿真-其他
参考资料 基于Proteus的ARM(LPC2124)学习 http://wenku.baidu.com/ view/a0a96973f242336c1eb95e84.html Proteus VSM 总体介绍 http://opt.zju.edu.cn/zjuopt3/ redir.php?catalog_id=97 Proteus仿真平台介绍
http://www.fayinmei.com/html/docs/xingyeziliao/ zikongdianqi/2012/0411/4066.html Getting Started with Proteus – Arduino http://www.youspice.com/ys/gettingstartedwithproteus. 3sp?pageNum=1 Debug Arduino with Proteus http://www.thinkcreate.org/ index.php/debug-arduino-with-proteus/
谢谢观赏 sharing is fun @heyfluke