Arduino电路与项目指南(影印版) 东南大学出版社 azw3 chm 地址 kindle 阿里云 下载 umd pdf

Arduino电路与项目指南(影印版) 东南大学出版社电子书下载地址
- 文件名
- [epub 下载] Arduino电路与项目指南(影印版) 东南大学出版社 epub格式电子书
- [azw3 下载] Arduino电路与项目指南(影印版) 东南大学出版社 azw3格式电子书
- [pdf 下载] Arduino电路与项目指南(影印版) 东南大学出版社 pdf格式电子书
- [txt 下载] Arduino电路与项目指南(影印版) 东南大学出版社 txt格式电子书
- [mobi 下载] Arduino电路与项目指南(影印版) 东南大学出版社 mobi格式电子书
- [word 下载] Arduino电路与项目指南(影印版) 东南大学出版社 word格式电子书
- [kindle 下载] Arduino电路与项目指南(影印版) 东南大学出版社 kindle格式电子书
寄语:
新华书店正版,关注店铺成为会员可享店铺专属优惠,团购客户请咨询在线客服!
内容简介:
Arduino是一款便捷灵活、方便上手的开源电子原型平台,包含硬件(各种型号的Arduino板)和软件(ArduinoIDE)。它适用于爱好者、艺术家、设计师和对于“互动”有兴趣的朋友们。Arduino,是一个基于开放原始码的软硬件平台,构建于开放原始码simpleI/O介面版。
书籍目录:
1Introduction
1.1The Arduino Project
1.2Book Structure and Target Audience
2Structure and Function of the Hardware
2.1Lots to Choose From: Arduino Versions
2.2Available for all Purposes: Shields
2.2.1Proto Shield
2.2.2Motor Shield
2.2.3Ethernet Shield
2.3Nothing Happens without Power: the Power Supply
2.4The Microcontroller: Heart of the Arduino
2.5The PC Connection: USB interface
3Development Environment and Programming Basics
3.1Integrated Development Environment (IDE)
3.2For Linux Users: Arduino IDE Under Ubuntu
3.3Simple Beginnings: The Warning Light
3.4General Structure of an Arduino Sketch
3.5Basic Elements of the C Programming Language for Arduino
3.6Program Structures
3.7Arduino-Specific Functions
3.8Arduino Punctuation: Syntax Elements
3.9Data Storage Elements: Variables
3.10The Art of Math: Operators
3.11To Be Clear: Logical Operators
3.12Unchanging Parameters: Constants
3.13Dealing with Related Data of the Same Type: Arrays
3.14Program Control Structures
3.15Controlling Timing
3.16Mathematical Functions
3.17Random numbers
3.18Extending the Options: Adding Libraries
4Electronic Components and Low-Cost "Freeduinos"
4.1Breadboards: Simple and Effective without Soldering
4.2Prototyping Boards: Durable Construction without Chemicals
4.3Low-Cost 'Freeduinos'
4.4Arduino and Its Helpers: Basic Electronic Components
4.4.1USB Cable
4.4.2Resistors
4.4.3Capacitors
4.4.4Potentiometers
4.4.5LEDs
4.4.6RGB LEDs
4.4.7Switches
4.4.8Silicon Diodes
4.4.9 Transistors
5Hello World
5.1Cut to the Chaser
5.2It Gets Brighter: Controlling Power LEDs
5.3POVino: Persistence-of-Vision Display
6Displays and Display Techniques
6.1Bar Graph Display: The Classic for Measurement Applications
6.2Simple and Cheap: 7-Segment Displays
6.34-Digit, 7-Segment Displays: A Key Component for Instrumentation
6.4Mini Monitor for Signs and Graphics: The LED Dot Matrix
6.5Dot Matrix Display as a Two-Digit Digital Display
6.6Micro Learns to Write: Alphanumeric Display
6.7The LCD
7Measurement and Sensors
7.1Flexible and Easy to Read: An LED Voltmeter
7.2Volt / Ammeter: Precise Instrument for the Hobbyist's Lab
7.3Kiloohmmeter for Specific Applications
7.4No More Faulty Electrolytic Capacitor Woes: The 'Elcaduino' Tester
7.5'Picofaraduino': Measuring Smaller Capacitances
7.6'Transistino': Transistor Tester
7.7A Simple NTC Thermometer
7.8Hot or Cold? Temperature Measurement Using the AD22100
7.9Remote Thermometer
7.10'Thermoduino': Precision Thermometer with 7-Segment Display
7.11When Are We Most Comfortable? - The Hygrometer
7.12'Battduino': Capacity Measurement for Rechargeable Batteries
7.13Optical Sensors: Important for More than Just Photography
7.14Reflex Light for Geocaching
7.15For Professional Photographers: A Digital Light Meter
7.16Home 'Radar Station": Distance Measurement Using Ultrasound
8Timers, Clocks and Interrupts
8.1Morning and Night Fun: Grand Prix Toothbrush Timer
8.2Practical and Accurate: Digital Clock with LED Display
8.3Who's Faster? A Reaction Timer
8.4'Timerino': Universal Timer with a 7-Segment Display
8.5Plug-in Timer to Make Life Easier
8.6Atomic Precision: The DCF77 Radio Clock
8.7Output of Time and Date to the Serial Interface
8.8Stand-Alone DCF77 Clock with LCD Display
9Interfaces
9.1Universal and Simple: The I2C Interface
9.2When We Run Out of Pins: Port Expansion
9.4Hexadecimal Debugger Display Using a 2-Digit, 7-Segment Display.
9.5LCD Control via I2C Using the PCF8574
9.6This Time, Fully Digital: The LM75 Thermometer
9.7Power-Saving: Real-Time Clock with Date Display
9.8Alter Including The IRremote Wireless, Practical, Quick: The IR Interface
9.9“Lampino”: An IR-Controlled RGB Lamp
9.10Timely Luxury: An IR-Controlled Digital Clock
9.11Optimal for Microcontrollers: The PS/2 Interface
9.12Keyboard and Mouse as Universal Input Devices
9.13A Complete Microcomputer with LCD Monitor and Keyboard
10Sounds and Synthesizer
10.1Simple Tones
10.2Transducers and Amplifiers
10.3Fast PWM Makes It Happen: Not Just tones, But Sound Waves
10.4Theremin: The Contactless Musical Instrument
10.5Audio Processing
10.5.1VCO: A Tunable Sine Wave Source
10.5.2Digital Signal Processing
10.6Sound Cloud: A Digital Synthesizer
11Digital Control Techniques
11.1Control Types
11.1.1P Controller
11.1.2I Controller
11.1.3PI Controller
11.1.4PD Controller
11.1.5PID Controller
11.2Optimum Workstation Lighting: Digital Illumination Control
11.3A Classic of Control Theory: The Gravity Compensator
12Physical Computing
12.1Servos Control the World
12.2'Photino': 2D Camera Swivel
12.3'Craning': Mouse-Controlled Crane
13Processing
13.1 Arduino and Processing: A Formidable Team
13.2 Interaction with Processing: Data Logging, Trend Graphs, etc
14The "Living Room Box': Our Modular Concluding Project
14.1Always Useful: A Clock
14.2Control from Afar: The IR Interface
14.3230 V Control for Hi-Fi systems, Televisions, Lamps, etc
14.4Timers and Sensors as the Basis for Home Automation
14.5Indoor and Outdoor Thermometers
14.6No More Dry Air: A Hygrometer
14.7The Hardware
Bibliography
listings
List of Figures
List of Tables
Index
作者介绍:
暂无相关内容,正在全力查找中
出版社信息:
暂无出版社相关信息,正在全力查找中!
书籍摘录:
暂无相关书籍摘录,正在全力查找中!
在线阅读/听书/购买/PDF下载地址:
原文赏析:
暂无原文赏析,正在全力查找中!
其它内容:
暂无其它内容!
网站评分
书籍多样性:4分
书籍信息完全性:7分
网站更新速度:5分
使用便利性:3分
书籍清晰度:6分
书籍格式兼容性:9分
是否包含广告:7分
加载速度:7分
安全性:6分
稳定性:5分
搜索功能:9分
下载便捷性:5分
下载点评
- epub(109+)
- 速度快(583+)
- 体验满分(571+)
- 排版满分(123+)
- 已买(95+)
- 无漏页(199+)
- 格式多(235+)
- 字体合适(398+)
- 无水印(605+)
- 速度慢(481+)
- 简单(377+)
- 可以购买(633+)
- 快捷(535+)
下载评价
- 网友 车***波:
很好,下载出来的内容没有乱码。
- 网友 訾***雰:
下载速度很快,我选择的是epub格式
- 网友 后***之:
强烈推荐!无论下载速度还是书籍内容都没话说 真的很良心!
- 网友 仰***兰:
喜欢!很棒!!超级推荐!
- 网友 詹***萍:
好评的,这是自己一直选择的下载书的网站
- 网友 师***怀:
好是好,要是能免费下就好了
- 网友 冷***洁:
不错,用着很方便
- 网友 孔***旋:
很好。顶一个希望越来越好,一直支持。
- 网友 孙***美:
加油!支持一下!不错,好用。大家可以去试一下哦
- 网友 权***波:
收费就是好,还可以多种搜索,实在不行直接留言,24小时没发到你邮箱自动退款的!
- 网友 曾***文:
五星好评哦
- 网友 谭***然:
如果不要钱就好了
- 网友 辛***玮:
页面不错 整体风格喜欢
- 网友 訾***晴:
挺好的,书籍丰富
喜欢"Arduino电路与项目指南(影印版) 东南大学出版社"的人也看了
《公路工程施工监理规范》实施手册(JTG G10-2016)/公路工程标准规范理解与应用丛书 azw3 chm 地址 kindle 阿里云 下载 umd pdf
心灵回归·违法犯罪心理访谈录 azw3 chm 地址 kindle 阿里云 下载 umd pdf
自学吉他 Learn to Play the Guitar azw3 chm 地址 kindle 阿里云 下载 umd pdf
日式簿记基础教程 azw3 chm 地址 kindle 阿里云 下载 umd pdf
英文原版 Clare Beaton's Farmyard Rhymes 农场动物儿歌 纸板书 纸板书 经典儿歌童谣 磨耳 幼儿英文启蒙早教 Barefoot azw3 chm 地址 kindle 阿里云 下载 umd pdf
手绘地图 好吃的食物 azw3 chm 地址 kindle 阿里云 下载 umd pdf
最新五年初中生获奖作文大全集 初中初一二三中考通用 小雨作文 azw3 chm 地址 kindle 阿里云 下载 umd pdf
建设工程合同实务指南 azw3 chm 地址 kindle 阿里云 下载 umd pdf
儿童安全教育365故事绘本全套10册 0-3-6岁宝宝自我保护意识培养教育图画书防拐防骗带拼音的幼儿园早教启蒙安全教育教材少儿图书 azw3 chm 地址 kindle 阿里云 下载 umd pdf
周公解梦1000问 azw3 chm 地址 kindle 阿里云 下载 umd pdf
- Visual FoxPro程序设计教程 azw3 chm 地址 kindle 阿里云 下载 umd pdf
- 陆军装备管理概论9787118125191兴海图书专营店 azw3 chm 地址 kindle 阿里云 下载 umd pdf
- 神经解剖生理学——高等院校生命科学系列教材【正版书籍】 azw3 chm 地址 kindle 阿里云 下载 umd pdf
- 2023年税务师职业资格考试最后四套题 税法(1) azw3 chm 地址 kindle 阿里云 下载 umd pdf
- 梦想改造家Ⅳ azw3 chm 地址 kindle 阿里云 下载 umd pdf
- 现代传记研究 azw3 chm 地址 kindle 阿里云 下载 umd pdf
- 美国本土建筑 azw3 chm 地址 kindle 阿里云 下载 umd pdf
- 中国传统泥塑艺术的数字化再现与应用研究 中国纺织出版社有限公司 azw3 chm 地址 kindle 阿里云 下载 umd pdf
- 口算题卡专项训练+同步作文名师视频讲解(四年级上下) azw3 chm 地址 kindle 阿里云 下载 umd pdf
- 百位名人读书心法 azw3 chm 地址 kindle 阿里云 下载 umd pdf
书籍真实打分
故事情节:9分
人物塑造:3分
主题深度:3分
文字风格:6分
语言运用:5分
文笔流畅:9分
思想传递:4分
知识深度:9分
知识广度:5分
实用性:8分
章节划分:3分
结构布局:5分
新颖与独特:6分
情感共鸣:6分
引人入胜:6分
现实相关:7分
沉浸感:3分
事实准确性:9分
文化贡献:7分