- 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Stepper Motor Driver ULN2003 Future (步进电机驱动ULN2003的未来)
Stepper Motor Driver ULN2003 Description The ULN2003A contains seven darlington transistor drivers and is somewhat like having seven TIP120 transistors all in one package. The ULN2003A can pass up to 500 mA per channel and has an internal voltage drop of about 1V when on. It also contains internal clamp diodes to dissipate voltage spikes when driving inductive loads.To control the stepper, apply voltage to each of the coils in a specific sequence. Future Electronics Egypt Ltd. (Arduino Egypt). The sequence would go like this: Here are schematics showing how to interface a unipolar stepper motor to four controller pins using a ULN2003A, and showing how to interface using four TIP120s. Arduino Example code int Pin0 = 10; int Pin1 = 11; int Pin2 = 12; int Pin3 = 13; int _step = 0; boolean dir = true;// gre void setup() { pinMode(Pin0, OUTPUT); pinMode(Pin1, OUTPUT); Future Electronics Egypt Ltd. (Arduino Egypt). pinMode(Pin2, OUTPUT); pinMode(Pin3, OUTPUT); } void loop() { switch(_step){ case 0: digitalWrite(Pin0, LOW); digitalWrite(Pin1, LOW); digitalWrite(Pin2, LOW); digitalWrite(Pin3, HIGH); break; case 1: digitalWrite(Pin0, LOW); digitalWrite(Pin1, LOW); digitalWrite(Pin2, HIGH); digitalWrite(Pin3, HIGH); break; case 2: digitalWrite(Pin0, LOW); digitalWrite(Pin1, LOW); digitalWrite(Pin2, HIGH); digitalWrite(Pin3, LOW); break; case 3: digitalWrite(Pin0, LOW); digitalWrite(Pin1, HIGH); digitalWrite(Pin2, HIGH); digitalWrite(Pin3, LOW); break; case 4: digitalWrite(Pin0, LOW); digitalWrite(Pin1, HIGH); digitalWrite(Pin2, LOW); digitalWrite(Pin3, LOW); break; case 5: digitalWrite(Pin0, HIGH); digitalWrite(P
您可能关注的文档
- STATIC AND DYNAMIC ANALYSIS ON THE (静态和动态分析).PDF
- STATIC AND DYNAMIC TESTING OF STEEL WIRE (钢丝的静态和动态测试).pdf
- Static and Transient Analysis of Radial Tires (子午线轮胎的静态和瞬态分析).pdf
- STATIC BALANCE DUCT DESIGN METHOD R1 (静态平衡管设计方法R1).pdf
- Static Spark Ignites Flammable Liquid during …(静电火花点燃易燃液体在u2026).pdf
- Static Stepless Whitepaper 7 27 Magnetek(静态无级7 27 Magnetek白皮书).pdf
- Static Synchronous Series Compensator (静止同步串联补偿器).pdf
- Static Stress Analysis and Optimization of a (静态的应力分析和优化).pdf
- static1.squarespace(static1.squarespace).pdf
- Statically indeterminate structures MT07 handout(静不定结构MT07讲义).pdf
- Stepper motor controllers STMicroelectronics(步进电机控制器意法半导体).pdf
- Stepping Motors Fundamentals University of (步进马达基本面大学).pdf
- Stepper Motor Basics Pegasus Web Server (步进电机基本飞马Web服务器).pdf
- STEPS TO COMPRESSOR SELECTION SIZING(步骤压缩机选择大小).pdf
- Steps to Theatre Lighting Design 09252009(步骤剧院照明设计09252009).pdf
- Steps – In house testing Caswick — Manhole (步骤u2014u2014在房子测试Caswick人孔).pdf
- Sterilization and Disinfection microrao(灭菌和消毒microrao).pdf
- Stereo rectification of calibrated image pairs (立体声整流校准图像对).pdf
- Stereoscopic Zoom Microscopes Nikon (立体变焦显微镜尼康).pdf
- Stereo Vision in Structured Environments by (立体视觉在结构化环境中).pdf
最近下载
- 物联网安全与隐私保护:物联网系统安全PPT教学课件.pptx
- 慢性肾脏病5期贫血.pptx VIP
- 脑电图试卷.(DOC).doc VIP
- FLOW-3D软件Cast铸造模拟介绍.ppt VIP
- 三上《朝读经典》.pdf VIP
- NB∕T 31011-2019 陆上风电场工程设计概算编制规定及费用标准.pdf
- 1.1 常见的植物(教学课件)科学青岛版二年级上册2025.ppt
- 全身不同部位推拿按摩.pptx VIP
- 2021版ESD静电防护工程师及内审员培训课件(ANSI-ESD-S20.20-2021).pdf VIP
- 2025四川省水电投资经营集团有限公司所属电力公司员工招聘6人笔试备考题库及答案解析.docx VIP
文档评论(0)