ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Raspberry Pi Home Automation with Arduino

دانلود کتاب اتوماسیون خانگی رزبری پای با آردوینو

Raspberry Pi Home Automation with Arduino

مشخصات کتاب

Raspberry Pi Home Automation with Arduino

ویرایش: Second Edition 
نویسندگان:   
سری:  
ISBN (شابک) : 9781784399207 
ناشر: Packt Publishing 
سال نشر: 2015 
تعداد صفحات: 148 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 3 مگابایت 

قیمت کتاب (تومان) : 54,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 12


در صورت تبدیل فایل کتاب Raspberry Pi Home Automation with Arduino به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب اتوماسیون خانگی رزبری پای با آردوینو نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب اتوماسیون خانگی رزبری پای با آردوینو

درباره این کتاب روش خودکارسازی خانه خود را با ترکیب قدرت رزبری پای و آردوینو متحول کنید. با استفاده از آردوینو و رزبری پای، پروژه‌های خودکار خانگی ساده و در عین حال عالی بسازید. این کتاب برای چه کسی است اگر با Raspberry Pi، Arduino یا اتوماسیون خانگی تازه کار هستید و می خواهید پروژه های شگفت انگیزی را با استفاده از این ابزار توسعه دهید، پس این کتاب برای شما مناسب است. هر گونه تجربه در استفاده از Raspberry Pi یک مزیت اضافی خواهد بود.


توضیحاتی درمورد کتاب به خارجی

About This Book Revolutionize the way you automate your home by combining the power of the Raspberry Pi and Arduino Build simple yet awesome home automated projects using an Arduino and the Raspberry Pi Learn how to dynamically adjust your living environment with detailed step-by-step examples Who This Book Is For If you are new to the Raspberry Pi, the Arduino, or home automation and wish to develop some amazing projects using these tools, then this book is for you. Any experience in using the Raspberry Pi would be an added advantage.



فهرست مطالب

Cover......Page 1
Copyright......Page 3
Credits......Page 4
About the Author......Page 5
About the Reviewers......Page 6
www.PacktPub.com......Page 7
Table of Contents......Page 8
Preface......Page 14
Chapter 1: An Introduction to the Raspberry Pi, Arduino, and Home Automation......Page 20
History and background of the Raspberry Pi......Page 21
History and background of the Arduino......Page 22
Raspberry Pi to Arduino shield connection bridge......Page 24
Writing software for the Arduino......Page 26
History of home automation......Page 27
X10 – a standard is born......Page 28
The dot-com boom and open source – a new set of technologies......Page 29
Commercial products......Page 30
Summary......Page 31
The SD card – our Raspberry Pi's storage device......Page 32
A Note on Noobs......Page 33
Setting up the SD card and installing Raspbian......Page 34
Raspberry Pi SSH setup......Page 35
A quick guide to the Arduino IDE......Page 36
Using the Arduino to Raspberry Pi connection bridge......Page 37
Summary......Page 39
Chapter 3: Central Air and Heating Thermostat......Page 40
Introducing the thermostat......Page 41
Setting up our hardware......Page 42
Relays......Page 43
Connecting the thermistor......Page 44
Setting up our software......Page 45
Thermostat software......Page 46
Starting your thermostat application......Page 50
Testing the JSON response......Page 51
Next steps......Page 52
Attaching the device to your heating system or a similar appliance......Page 53
Adding a potentiometer......Page 54
Adding an LCD screen......Page 55
Summary......Page 56
Chapter 4: Temperature Storage – Setting Up a Database to Store Your Results......Page 58
SSH......Page 59
Installing SQLite Version 3.x......Page 61
Creating a database......Page 62
Writing SQL queries......Page 63
Creating a Python application to write to our database......Page 65
Adding a cron job......Page 68
Downloading HTSQL......Page 70
Configuring HTSQL......Page 71
Summary......Page 73
Chapter 5: Parcel Delivery Detector......Page 74
Pressure sensor – force-sensing resistor......Page 75
Connecting the components to the Arduino......Page 76
Writing our software......Page 77
A web-based Python application......Page 80
Our Python application......Page 81
Starting the web service......Page 84
Installing the parcel detector......Page 85
Checking the shipping details......Page 87
Summary......Page 88
Chapter 6: Curtain Automation – Open and Close the Curtains Based on the Ambient Light......Page 90
Installing arduPi......Page 91
Motor shield and motors......Page 92
Wiring up the components......Page 93
Testing the photoresistor with software......Page 94
Makefiles......Page 96
Wiring the components to the shield......Page 97
Threads......Page 98
Writing our code......Page 99
Attaching the hardware......Page 103
Debugging problems......Page 104
Adding a stepper motor......Page 105
Summary......Page 106
Chapter 7: Water/Damp Detection – Check for Damp/Flooding in Sheds and Basements......Page 108
Arduino Circuit......Page 109
Sketch code......Page 110
Python code......Page 113
Adding a cron job......Page 114
Adding an LED alert......Page 115
Blinking LED code......Page 116
Expanding the LED functionality......Page 117
Water detection......Page 119
Summary......Page 121
Chapter 8: Wrapping Up......Page 122
A brief review of the second edition of Raspberry Pi Home Automation with Arduino......Page 123
The prototyping Pi Plate......Page 124
The wiringPi library......Page 125
The Gertboard......Page 126
Motor controller......Page 127
Atmel ATmega microcontroller......Page 128
Ideas for future projects......Page 129
Switching lights on with a photoresistor......Page 130
RFID chips......Page 131
Summary......Page 132
Raspberry Pi......Page 134
Linux......Page 135
Arduino......Page 136
Electronics......Page 137
Home automation technology......Page 138
3D printing......Page 139
Index......Page 140




نظرات کاربران