Muutke küpsiste eelistusi

E-raamat: Arduino in Easy Steps

  • Formaat: EPUB+DRM
  • Sari: In Easy Steps
  • Ilmumisaeg: 08-May-2015
  • Kirjastus: In Easy Steps Limited
  • ISBN-13: 9781840786552
  • Formaat - EPUB+DRM
  • Hind: 12,14 €*
  • * hind on lõplik, st. muud allahindlused enam ei rakendu
  • Lisa ostukorvi
  • Lisa soovinimekirja
  • See e-raamat on mõeldud ainult isiklikuks kasutamiseks. E-raamatuid ei saa tagastada.
  • Formaat: EPUB+DRM
  • Sari: In Easy Steps
  • Ilmumisaeg: 08-May-2015
  • Kirjastus: In Easy Steps Limited
  • ISBN-13: 9781840786552

DRM piirangud

  • Kopeerimine (copy/paste):

    ei ole lubatud

  • Printimine:

    ei ole lubatud

  • Kasutamine:

    Digitaalõiguste kaitse (DRM)
    Kirjastus on väljastanud selle e-raamatu krüpteeritud kujul, mis tähendab, et selle lugemiseks peate installeerima spetsiaalse tarkvara. Samuti peate looma endale  Adobe ID Rohkem infot siin. E-raamatut saab lugeda 1 kasutaja ning alla laadida kuni 6'de seadmesse (kõik autoriseeritud sama Adobe ID-ga).

    Vajalik tarkvara
    Mobiilsetes seadmetes (telefon või tahvelarvuti) lugemiseks peate installeerima selle tasuta rakenduse: PocketBook Reader (iOS / Android)

    PC või Mac seadmes lugemiseks peate installima Adobe Digital Editionsi (Seeon tasuta rakendus spetsiaalselt e-raamatute lugemiseks. Seda ei tohi segamini ajada Adober Reader'iga, mis tõenäoliselt on juba teie arvutisse installeeritud )

    Seda e-raamatut ei saa lugeda Amazon Kindle's. 

Arduino in easy steps is for anyone wanting to get started with Arduino - the popular circuit board that allows users to build a variety of circuits. For artists, designers, hobbyists and anyone interested in creating interactive objects or environments.

Arduino is the first widespread Open Source Hardware platform. It was launched in 2005 to simplify the process of electronic prototyping and it enables everyday people with little or no technical background to build interactive products. The Arduino ecosystem is a combination of three different elements:





A small electronic board manufactured in Italy that makes it easy and affordable to learn to program a microcontroller, a type of tiny computer found inside millions of everyday objects. A free software application used to program the board. An online community, connecting thousands of people with others to contribute and ask for help with projects.

Arduino in easy steps begins with an explanation of what Arduino is, why it came into being and what can be done with it. We see what is required both in terms of hardware and software, plus the writing of code that makes it actually work.

The Arduino environment has to be installed and set up on the users computer and Arduino in easy steps provides full instructions for doing this with all the operating systems Windows, Mac OS X, and Linux. The book explains what tools are required to build Arduino projects and also runs through certain techniques, such as soldering, that will be needed.

Arduino in easy steps then provides a primer in basic electricity and electronics, which will help the reader to understand how electronic circuits work and how to build them. This is followed by another primer, this time on how to write the code that will enable users to program their projects, plus how to debug that code.

To illustrate how to use Arduino, there is a chapter detailing a number of typical projects. For each of these projects, the required components, the schematic diagram, and the code are provided. The book also takes a look at how to extend the basic Arduino board with the use of shields. These enable the user to construct larger and more complex projects.

Finally, Arduino in easy steps details where the reader can get further information and help on Arduino, advice on how and where to buy Arduino and other required electronic parts, and where to find ready-made code that can be freely downloaded.
1 Understanding Arduino 7(10)
What is Arduino?
8(1)
Why Arduino?
9(1)
Which Arduino?
10(3)
What Can You Do With It?
13(1)
Basic Principles
14(1)
Hardware
14(1)
Software
15(1)
Required Skills
16(1)
2 The Arduino Kit Bag 17(10)
The Arduino Board
18(2)
Important Board Parts
20(3)
Breadboards
23(2)
Jump Wires
25(1)
Components
25(1)
Base Plates
26(1)
3 Arduino Software 27(14)
Install Arduino on Windows
28(2)
Install Arduino on Mac OS X
30(2)
Install Arduino on Linux
32(2)
Setting Up Arduino
34(3)
Check It's Working
37(1)
The Arduino Environment
38(3)
4 Shields & Libraries 41(16)
What is a Shield?
42(1)
Display Shields
43(1)
Audio Shields
44(1)
Prototyping Shields
45(1)
Gaming Shields
46(1)
GPS Shields
47(1)
Power Shields
48(1)
Motor Shields
49(1)
Communications Shields
50(1)
Miscellaneous Shields
51(3)
Before You Buy a Shield
54(1)
Libraries
55(2)
5 Tools & Techniques 57(22)
Circuit Boards
58(4)
Soldering
62(9)
Power Adapters
71(1)
Test & Diagnostic Equipment
72(2)
Design Software
74(2)
Schematic Diagrams
76(3)
6 Electronic Components 79(14)
Supplied with Arduino
80(1)
Resistors
81(1)
Resistor Color Coding
82(1)
Capacitors
83(1)
Inductors
84(1)
Diodes
85(1)
Transistors
86(1)
Relays
87(1)
Transformers
88(1)
Motors
89(1)
Integrated Circuits (ICs)
90(1)
Sensors & Actuators
91(2)
7 Circuits 93(18)
Concepts of Electricity
94(4)
Voltage Drops
98(1)
Power
99(1)
Series & Parallel Circuits
100(2)
Series Circuits & Ohm's Law
102(2)
Parallel Circuits & Ohm's Law
104(2)
Resistance in Circuits
106(2)
Capacitance in Circuits
108(2)
Alternating & Direct Current
110(1)
8 Programming Arduino 111(26)
Programming Concepts
112(1)
Comments
113(1)
Functions
114(1)
Variables
115(2)
Variable Data Types
117(1)
Statements
118(5)
Arithmetic & Logic
123(5)
Arrays
128(1)
Bitwise Operators
129(1)
Input & Output Interfaces
130(3)
Time
133(1)
Other Useful Functions
134(2)
Sketch Structure
136(1)
9 Sketches 137(28)
Write an Arduino Sketch
138(4)
Verify the Sketch
142(1)
Upload the Sketch
143(1)
The Fade Sketch
144(5)
The DigitalReadSerial Sketch
149(4)
The AnalogReadSerial Sketch
153(4)
The IfStatementConditional Sketch
157(4)
The ForLoopIteration Sketch
161(4)
10 Troubleshooting & Debugging 165(10)
Before You Start!
166(1)
Hardware
167(1)
Set Up Issues
168(2)
Syntax Errors
170(1)
Serial Monitor
171(3)
Debugging
174(1)
11 Arduino Projects 175(12)
Introduction
176(1)
GSM Security Alarm System
176(1)
LED Cube
177(1)
Skube
178(2)
Lawnbot400
180(2)
Baker Tweet
182(2)
Tree Climbing Robot
184(2)
8BitBox
186(1)
Index 187
Stuart Yarnold is an electronics engineer who has been working in the industry since leaving college. Originally a marine radio and radar troubleshooter, he now devotes much of his time to playing poker professionally and can usually be found lurking in one of the online poker rooms. The author of several successful "In Easy Steps" titles, including "Windows 7 Tips and Techniques in Easy Steps; Windows 8.1 Tips, Tricks, and Shortcuts in Easy Steps, " and "Building a PC in Easy Steps, " he lives in Cambridge, U.K.