دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش:
نویسندگان: Hoffman. Jon
سری:
ISBN (شابک) : 9781788831628, 1788831624
ناشر: Packt Publishing Ltd
سال نشر: 2018
تعداد صفحات: 0
زبان: English
فرمت فایل : EPUB (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 73 مگابایت
در صورت تبدیل فایل کتاب Mastering Arduino: A Project-Based Approach to Electronics, Circuits, and Programming به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب تسلط بر آردوینو: رویکردی پروژه محور به الکترونیک، مدارها و برنامه نویسی نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
تسلط بر آردوینو یک راهنمای عملی و بی معنی است که به شما مهارت های الکترونیک و برنامه نویسی را که برای ایجاد پروژه های پیشرفته آردوینو نیاز دارید، آموزش می دهد. این مملو از پروژه های دنیای واقعی است که به پروژه نهایی منتهی می شود که در آن شما یک ربات اولیه را می سازید و کنترل می کنید.
Mastering Arduino is a practical, no-nonsense guide teaching you the electronics and programming skills that you need to create advanced Arduino projects. It is packed full of real-world projects leading up to the final project where you will build and control a basic robot.
Cover
Copyright and Credits
Dedication
Packt Upsell
Contributors
Table of Contents
Preface
Chapter 1 --
The Arduino
History of the Arduino
What is the Arduino?
Touring the Arduino UNO R3
Powering the Arduino
Using the VIN/GND pins to power the Arduino
Using the DC supply input to power the Arduino
Using the USB connector to power the Arduino
Arduino shields
Arduino pin
Digital pins
Analog input pins
PWM pins
Power pins
Serial pins
SPI pins
Different Arduino boards
Arduino Micro
Arduino Mega 2560
Lilypad
Arduino Nano
Generic boards
Summary Chapter 2 --
Basic ElectronicsElectronic building block
Power supply
Input
Output
Control circuit
Multimeter
Electronic components
Resistor
Potentiometer
Switches
Transistor
LED
Capacitor
Integrated circuit
What is electricity?
Current
Voltage
Resistance
Ohm's law
What is power?
Resistor color codes
Summary
Chapter 3 --
Circuit Diagrams
What is a circuit?
Fritzing
Fritzing diagrams
Schematic diagrams
Parallel and series circuits
Series circuits
Resistance
Voltage
Current
Parallel circuits
Resistance
Voltage
Current
Voltage drop
Light up LED
Summary Chapter 4 --
Basic PrototypingSetting up a work area
Using a solderless breadboard
Dupont (jumper) cables
Prototyping
Four building blocks of an electronic project
Creating a diagram
Building the prototype
First prototype
Summary
Chapter 5 --
Arduino IDE
Arduino Sketch
Arduino IDE
Exploring the IDE
Configuring the Arduino within the IDE
Arduino web editor
Exploring
Configuring the Arduino within the IDE
Examples
Arduino libraries
Serial monitor
Hello World
Echo
Summary
Chapter 6 --
Programming the Arduino --
The Basics
Curly brackets
Semicolons
Comments
Variables Data typesBoolean
Byte
Integer
Long
Double and float
Character
Arrays
Character arrays
Constants
Arithmetic functions
Comparison operators
Logical operators
Casting
Decision making
Looping
Functions
Summary
Chapter 7 --
Programming the Arduino --
Beyond the Basics
Setting digital pin mode
Digital write
Digital read
Analog write
Analog read
Structures
Unions
Adding tabs
Working with tabs
Object-oriented programming
String library
Summary
Chapter 8 --
Motion Sensor
Introduction
Components needed
Circuit diagrams
Code
Running the project
Challenge
Summary Chapter 9 --
Environment SensorsIntroduction
Components needed
Circuit diagrams
Code
Running the project
Challenge
Summary
Chapter 10 --
Obstacle Avoidance and Collision Detection
Introduction
Crash sensor
Obstacle avoidance sensor
Ultrasonic range finder
Components needed
Circuit diagrams
Code
Running the project
Challenge
Summary
Chapter 11 --
Fun with Lights
Introduction
Components needed
Circuit diagrams
Code
RGB LED
NeoPixel shield
Running the project
Challenge
Summary
Chapter 12 --
Fun with Sound
Introduction
Components needed
Circuit diagrams
Code