ورود به حساب

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

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

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

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

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

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


09117307688
09117179751

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

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

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

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

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

پشتیبانی

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

دانلود کتاب The Ultimate Raspberry Pi eBook Bundle [4 books in 1]

دانلود کتاب بسته الکترونیکی نهایی Raspberry Pi [4 کتاب در 1]

The Ultimate Raspberry Pi eBook Bundle [4 books in 1]

مشخصات کتاب

The Ultimate Raspberry Pi eBook Bundle [4 books in 1]

ویرایش:  
نویسندگان: , , ,   
سری:  
ISBN (شابک) : 9781784398286, 9781849694322 
ناشر: Packt Publishing 
سال نشر: 0 
تعداد صفحات: 1037 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 55 مگابایت 

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



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

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


در صورت تبدیل فایل کتاب The Ultimate Raspberry Pi eBook Bundle [4 books in 1] به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب بسته الکترونیکی نهایی Raspberry Pi [4 کتاب در 1] نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب بسته الکترونیکی نهایی Raspberry Pi [4 کتاب در 1]

عناوین موجود در این بسته: برنامه نویسی Raspberry Pi Computer Vision; کتاب آشپزی Raspberry Pi برای برنامه نویسان پایتون. اتوماسیون خانگی Raspberry Pi با آردوینو. پروژه های رباتیک Raspberry Pi شابک: 9781784398286; 9781849696623; 9781849695862; 9781849694322 سال های انتشار: 2015، 2014، 2013، 2014


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

Titles in this bundle: Raspberry Pi Computer Vision Programming; Raspberry Pi Cookbook for Python Programmers; Raspberry Pi Home Automation with Arduino; Raspberry Pi Robotic Projects ISBN's: 9781784398286; 9781849696623; 9781849695862; 9781849694322 Years of Publishing: 2015, 2014, 2013, 2014



فهرست مطالب

Cover......Page 1
Copyright......Page 3
Credits......Page 4
About the Author......Page 5
Acknowledgement......Page 6
About the Reviewer......Page 7
www.PacktPub.com......Page 8
Table of Contents......Page 10
Preface......Page 16
What we will explore in this book......Page 22
History and background of the Raspberry Pi......Page 23
Raspberry Pi hardware specifications......Page 24
Two USB 2.0 ports plus one micro USB......Page 25
GPU......Page 26
History and background of Arduino......Page 27
Shield specifications......Page 28
Digital GPIO pins......Page 29
Soldering......Page 30
Writing software for the Arduino......Page 31
A history of home automation......Page 32
X10 – a standard is born......Page 33
The dot.com boom and open source – a new set of technologies......Page 34
Commercial products......Page 35
Summary......Page 36
The SD card – our Raspberry Pi\'s storage device......Page 38
Setting up the SD card......Page 39
Formatting instructions for Windows 7......Page 40
Formatting instructions for Mac OS X......Page 41
Formatting instructions for Linux......Page 42
Mac......Page 43
Hooking up the Raspberry Pi......Page 44
Downloading the right operating system......Page 45
Installing Raspbian......Page 46
Installation complete......Page 49
Windows users......Page 50
Mac and Linux users......Page 51
Summary......Page 52
Raspberry Pi to Arduino bridge shield......Page 54
Checking which version of the Raspberry Pi we have......Page 55
Setting up the Raspberry Pi to Arduino shield and LED......Page 56
The Arduino IDE......Page 57
A quick look at the language......Page 58
Installing arduPi......Page 60
Leafpad – a text editor......Page 61
Blinking LED application......Page 63
A guide to the code......Page 64
Compiling and running our application......Page 65
Summary......Page 66
Chapter 4: Our First Project – A Basic Thermometer......Page 68
Setting up our hardware......Page 69
Thermistor......Page 70
Connecting our components......Page 71
Installing the IDE......Page 73
An introduction to Makefiles......Page 74
Writing our application......Page 76
Compiling and testing......Page 83
What if it doesn\'t work......Page 84
Summary......Page 85
Chapter 5: From Thermometer to Thermostat – Building upon our First Project......Page 86
Introducing the thermostat......Page 87
Setting up our hardware......Page 88
Connecting the relay......Page 89
A program to test the relay......Page 90
Installing screen......Page 92
Thermostat code......Page 94
Testing our thermostat and fan......Page 100
Starting your thermostat application......Page 101
Summary......Page 102
SQLite......Page 104
Installing SQLite Version 3.x......Page 105
A table to record our temperature......Page 106
Writing some SQL......Page 107
Setting up a basic web server......Page 109
WSGI......Page 112
Setting up WSGI......Page 113
Creating a Python application to write to our database......Page 115
HTSQL......Page 119
Download HTSQL......Page 120
Configuring HTSQL......Page 121
Testing our Arduino shield with our database......Page 123
Summary......Page 124
Chapter 7: Curtain Automation – Open and Close the Curtains Based on the Ambient Light......Page 126
Setting up the photoresistor......Page 127
Wiring up the components......Page 128
Testing the photoresistor with software......Page 129
Wiring up the components......Page 132
Threads......Page 134
Writing our code......Page 135
Setting the timing......Page 140
Debugging problems......Page 141
Summary......Page 142
Chapter 8: Wrapping up......Page 144
Next steps......Page 145
Prototyping Pi Plate......Page 146
The wiringPi library......Page 148
Introduction to the Gertboard components......Page 149
GPIO Pins......Page 150
Buffered I/O......Page 151
Writing software for the Gertboard......Page 152
Expanding the curtain automation tool to include temperature sensing......Page 153
3D printing......Page 154
EEG Headsets......Page 155
Summary......Page 156
Raspberry Pi......Page 158
Linux......Page 159
Arduino......Page 160
Apache......Page 161
Home automation technology......Page 162
EEG headsets......Page 163
Miscellaneous resources......Page 164
Index......Page 166




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