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
140
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
150
PyCon2014China-Zhuhai-meta programming
zoomquiet
1
120
PyCon2014China-Zhuhai-bpm.py
zoomquiet
0
100
PyCon2014China-Zhuhai-luna kv db
zoomquiet
0
88
PyCon2014China-Zhuhai-seed studio
zoomquiet
0
88
PyCon2014China-Zhuhai-Docker Registry Build By Python
zoomquiet
0
110
PyCon2014China-Zhuhai-jeff
zoomquiet
0
79
PyCon2014China-Zhuhai-pythonic front-end
zoomquiet
0
110
DevFest2014-Zhuhai-Polymer
zoomquiet
0
400
Other Decks in Technology
See All in Technology
生成AI時代 文字コードを学ぶ意義を見出せるか?
hrsued
1
810
敢えて生成AIを使わないマネジメント業務
kzkmaeda
2
380
KiCadでPad on Viaの基板作ってみた
iotengineer22
0
290
Backlog ユーザー棚卸しRTA、多分これが一番早いと思います
__allllllllez__
1
140
OSSのSNSツール「Misskey」をさわってみよう(右下ワイプで私のOSCの20年を振り返ります) / 20250705-osc2025-do
akkiesoft
0
140
KubeCon + CloudNativeCon Japan 2025 Recap by CA
ponkio_o
PRO
0
290
怖くない!はじめてのClaude Code
shinya337
0
380
FOSS4G 2025 KANSAI QGISで点群データをいろいろしてみた
kou_kita
0
390
Flutter向けPDFビューア、pdfrxのpdfium WASM対応について
espresso3389
0
130
Yamla: Rustでつくるリアルタイム性を追求した機械学習基盤 / Yamla: A Rust-Based Machine Learning Platform Pursuing Real-Time Capabilities
lycorptech_jp
PRO
4
230
LangChain Interrupt & LangChain Ambassadors meetingレポート
os1ma
2
290
自律的なスケーリング手法FASTにおけるVPoEとしてのアカウンタビリティ / dev-productivity-con-2025
yoshikiiida
1
15k
Featured
See All Featured
How STYLIGHT went responsive
nonsquared
100
5.6k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
107
19k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
20
1.3k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Mobile First: as difficult as doing things right
swwweet
223
9.7k
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.7k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.3k
Code Review Best Practice
trishagee
69
18k
Become a Pro
speakerdeck
PRO
28
5.4k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
22k
Automating Front-end Workflow
addyosmani
1370
200k
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