• Arduino电路与项目指南(影印版 英文版)
  • Arduino电路与项目指南(影印版 英文版)
  • Arduino电路与项目指南(影印版 英文版)
  • Arduino电路与项目指南(影印版 英文版)
  • Arduino电路与项目指南(影印版 英文版)
21年品牌 40万+商家 超1.5亿件商品

Arduino电路与项目指南(影印版 英文版)

27.02 4.8折 56 九五品

仅1件

湖南长沙
认证卖家担保交易快速发货售后保障

作者Guiter Spanner 著

出版社东南大学出版社

出版时间2015-09

版次1

装帧平装

货号69e

上书时间2024-07-05

学长旧书店

十四年老店
已实名 已认证 进店 收藏店铺

   商品详情   

品相描述:九五品
图书标准信息
  • 作者 Guiter Spanner 著
  • 出版社 东南大学出版社
  • 出版时间 2015-09
  • 版次 1
  • ISBN 9787564159481
  • 定价 56.00元
  • 装帧 平装
  • 开本 16开
  • 纸张 胶版纸
  • 页数 260页
  • 字数 318千字
  • 正文语种 英语
【内容简介】
  Arduino平台的巨大成功至少存在两个原因。首先,价廉物美且可以直接上手的处理器板大大简化了硬件的使用。其次,免费和开源的编程套件无需任何安装过程。简单的入门级示例确保了快速的成功。对于诸如微处理器版本或者接口设置这样一些参数的复杂选择过程并不是必需的。
  Ardunio用户有着大量软件库的支持。不过,日益增长的软件库会给新手带来一些问题,在入门级示例之后就会存在一些不确定性。大多数例子缺少详细描述,而描述不足的项目往往让用户*加迷惑而不是起到锻炼的作用。同时这些项目也缺乏清晰的指导和统一的编排,这是因为这些项目是由不同的人创建的,他们往往有着不同的想法。
  《Arduino电路与项目指南(影印版英文版)》使用了不同的方法。所有的项目都采用了系统化的手段,引导读者进入不同的主题领域。在必须知道的理论方面,着重关注了读者容易接受的实践方向,包括诸如模数转换、定时器和中断这样一些基础的编程技术,它们都被包含在一些动手操作的项目中。
  《Arduino电路与项目指南(影印版英文版)》读者可以创建指示灯、唤醒灯、具备全部功能的电压表、多种多样的时钟、反应速度计或者鼠标控制的机械臂。在学习这些项目的同时,读者将能够真正地理解和掌握内在的控制器技术基础知识。
【目录】
1Introduction
1.1TheArduinoProject
1.2BookStructureandTargetAudience

2StructureandFunctionoftheHardware
2.1LotstoChooseFrom:ArduinoVersions
2.2AvailableforallPurposes:Shields
2.2.1ProtoShield
2.2.2MotorShield
2.2.3EthernetShield
2.3NothingHappenswithoutPower:thePowerSupply
2.4TheMicrocontroller:HeartoftheArduino
2.5ThePCConnection:USBinterface

3DevelopmentEnvironmentandProgrammingBasics
3.1IntegratedDevelopmentEnvironment(IDE)
3.2ForLinuxUsers:ArduinoIDEUnderUbuntu
3.3SimpleBeginnings:TheWarningLight
3.4GeneralStructureofanArduinoSketch
3.5BasicElementsoftheCProgrammingLanguageforArduino
3.6ProgramStructures
3.7Arduino-SpecificFunctions
3.8ArduinoPunctuation:SyntaxElements
3,9DataStorageElements:Variables
3.10TheArtofMath:Operators
3.11ToBeClear:LogicalOperators
3.12UnchangingParameters:Constants
3.13DealingwithRelatedDataoftheSameType:Arrays
3.14ProgramControlStructures
3.15ControllingTiming
3.16MathematicalFunctions
3.17Randomnumbers
3.18ExtendingtheOptions:AddingLibraries

4ElectronicComponentsandLow-Cost"Freeduinos"
4.1Breadboards:SimpleandEffectivewithoutSoldering
4.2PrototypingBoards:DurableConstructionwithoutChemicals
4.3Low-Cost'Freeduinos'
4.4ArduinoandItsHelpers:BasicElectronicComponents
4.4.1USBCable
4.4.2Resistors
4.4.3Capacitors
4.4.4Potentiometers
4.4.5LEDs
4.4.6RGBLEDs
4.4.7Switches
4.4.8SiliconDiodes
4.4.9Transistors

5HelloWorld
5.1CuttotheChaser
5.2ItGetsBrighter:ControllingPowerLEDs
5.3POVino:Persistence-of-VisionDisplay

6DisplaysandDisplayTechniques
6.1BarGraphDisplay:TheClassicforMeasurementApplications
6.2SimpleandCheap:7-SegmentDisplays
6.34-Digit,7-SegmentDisplays:AKeyComponentforInstrumentation
6.4MiniMonitorforSignsandGraphics:TheLEDDotMatrix
6.5DotMatrixDisplayasaTwo-DigitDigitalDisplay
6.6MicroLearnstoWrite:AlphanumericDisplay
6.7TheLCD

7MeasurementandSensors
7.1FlexibleandEasytoRead:AnLEDVoltmeter
7.2Volt/Ammeter:PreciseInstrumentfortheHobbyist'sLab
7.3KiloohmmeterforSpecificApplications
7.4NoMoreFaultyElectrolyticCapacitorWoes:The'Elcaduino'Tester..
7.5'Picofaraduino':MeasuringSmallerCapacitances
7.6'Transistino':TransistorTester~
7.7ASimpleNTCThermometer
7.8HotorCold?TemperatureMeasurementUsingtheAD22100
7.9RemoteThermometer
7.10'Thermoduino':PrecisionThermometerwith7-SegmentDisplay
7.11WhenAreWeMostComfortable?-TheHygrometer
7.12'Battduino':CapacityMeasurementforRechargeableBatteries
7.13OpticalSensors:ImportantforMorethanJustPhotography
7.14ReflexLightforGeocaching
7.15ForProfessionalPhotographers:ADigitalLightMeter
7.16Home'RadarStation":DistanceMeasurementUsingUltrasound

8Timers,ClocksandInterrupts
8.1MorningandNightFun:GrandPrixToothbrushTimer
8.2PracticalandAccurate:DigitalClockwithLEDDisplay
8.3Who'sFaster?AReactionTimer
8.4'Timerino':UniversalTimerwitha7-SegmentDisplay
8.5Plug-inTimertoMakeLifeEasier
8.6AtomicPrecision:TheDCF77RadioClock
8.7OutputofTimeandDatetotheSerialInterface
8.8Stand-AloneDCF77ClockwithLCDDisplay

9Interfaces
9.1UniversalandSimple:TheI2CInterface
9.2WhenWeRunOutofPins:PortExpansion
9.4HexadecimalDebuggerDisplayUsinga2-Digit,7-SegmentDisplay.
9.5LCDControlviaI2CUsingthePCF8574
9.6ThisTime,FullyDigital:TheLM75Thermometer
9.7Power-Saving:Real-TimeClockwithDateDisplay
9.8AlterIncludingTheIRremoteWireless,Practical,Quick:TheIRInterface
9.9'Lampino':AnIR-ControlledRGBLamp
9.10TimelyLuxury:AnIR-ControlledDigitalClock
9.11OptimalforMicrocontrollers:ThePS/2Interface
9.12KeyboardandMouseasUniversalInputDevices
9.13ACompleteMicrocomputerwithLCDMonitorandKeyboard

10SoundsandSynthesizer
10.1SimpleTones
10.2TransducersandAmplifiers
10.3FastPWMMakesItHappen:NotJusttones,ButSoundWaves
10.4Theremin:TheContactlessMusicalInstrument
10.5AudioProcessing
10.5.1VCO:ATunableSineWaveSource
10.5.2DigitalSignalProcessing
10.6SoundCloud:ADigitalSynthesizer

11DigitalControlTechniques
11.1ControlTypes
11.1.1PController
11.1.2IController
11.1.3PIController
11.1.4PDController
11.1.5PIDController
11.2OptimumWorkstationLighting:DigitalIlluminationControl
11.3AClassicofControlTheory:TheGravityCompensator

12PhysicalComputing
12.1ServosControltheWorld
12.2'Photino':2DCameraSwivel
12.3'Craning':Mouse-ControlledCrane

13Processing
13.1ArduinoandProcessing:AFormidableTeam
13.2InteractionwithProcessing:DataLogging,TrendGraphs,etc

14The"LivingRoomBox':OurModularConcludingProject
14.1AlwaysUseful:AClock
14.2ControlfromAfar:TheIRInterface
14.3230VControlforHi-Fisystems,Televisions,Lamps,etc
14.4TimersandSensorsastheBasisforHomeAutomation
14.5IndoorandOutdoorThermometers
14.6NoMoreDryAir:AHygrometer
14.7TheHardware

Bibliography
listings
ListofFigures
ListofTables
Index
点击展开 点击收起

—  没有更多了  —

以下为对购买帮助不大的评价

此功能需要访问孔网APP才能使用
暂时不用
打开孔网APP