آموزش برنامه نویسی سی برای رسپری پای / Udemy Introduction to C Programming for the Raspberry Pi

Udemy Introduction to C Programming for the Raspberry Pi
آموزش برنامه نویسی سی برای رسپری پای

  • کاربرد : آموزش برنامه نویسی سی برای رسپری پای
  • نوع فایل : فیلم آموزشی
  • زبان : انگلیسی
  • سیستم عامل : Windows-Mac-Linux-Android-iOS
  • تولید کننده : Udemy
  • سال تولید : 2017

توضیحات

رسبری پای (Raspberry Pi) یک رایانه کوچک، ارزان و تک برده است که تمام قابلیت های یک رایانه واقعی را دارا بوده و می‌توان از آن در سیستم های روباتیک، اتوماسیون، اتصال به اینترنت و... استفاده کرد. رسبری پای قادر است به کمک یک کابل تصویر ویدئو و یک درگاه سوزنی، خروجی صدا و تصویر داشته و یا با کابل اچ دی ام آی (HDMI)، خروجی تصویری با دقت ویدیوی اچ‌دی (HD) و صدایی استریو داشته باشد. دو درگاه یو اس بی (USB) نیز برای آن در نظر گرفته شده است که می‌توان از آن برای ارتباطات مختلف استفاده کرد. از خروجی‌های یو اس پی برای صفحه کلید، ماوس، شبکه بی سیم و کلیه دستگاه های مورد استفاده از درگاه فوق بهره برده می‌شود. به کمک هاب یو اس بی می‌توان از پورت های بیشتری استفاده کرد.
در دوره آموزشی Udemy Introduction to C Programming for the Raspberry Pi شما با نحوه برنامه نویسی سی برای رسپری پای آشنا می شوید.

سرفصل های دوره آموزشی Udemy Introduction to C Programming for the Raspberry Pi:
- معرفی
- راه اندازی محیط کار
- مقدمه ای بر زبان C
- پروژه های فیزیکی
- نتیجه
- پاداش

Description

Learn how to develop your practical Raspberry Pi projects using the C Language

This Course is about learning the fundamentals about the C language to get you started with making physical projects with the Raspberry Pi developed in C.

This Course is for Hobbyists, people who want to make prototypes or are interested to make a carrier change.

Reasons for joining the course could be:

You don't like Python, the default language for the Raspberry Pi, and you are looking for an alternative language.
You're curios about the C language and think, it would be a fun way to learn C and make Raspberry Pi projects at the same time.
You have heard that the default Industry Language for embedded systems is C and want to know if this could be a carrier for you.
After this course, you'll know what Compiler you need and how to work with it from different working environments, like the command line, the IDE Geany and Netbeans and how to get everything to work.

You'll learn how to get electronic components to work with C. The projects we will do are independent from each other and can easy be customised or combined which each other for your own needs.
Curriculum:
- Introduction
- Setting up the environment
- Introduction to the C Language
- Physical projects
- Conclusion
- Bonus Lectures

بخش های فایل

این فایل شامل 126 بخش می باشد که بخش های آن به صورت جداگانه در زیر آمده است.
Row Title Format Size Play Download
01 Introduction
1 001 Course Intro 8.62 MB DOWNLOAD
2 002 Hardware we need 5.45 MB DOWNLOAD
3 003 Software we need 124.46 MB DOWNLOAD
02 Setting up the environment
4 004 Working from the Command Line 104.26 MB DOWNLOAD
5 005 The IDE Geany 24.24 MB DOWNLOAD
6 006 The IDE Netbeans 30.14 MB DOWNLOAD
03 Introduction to the C Language
7 007 Introduction 35.28 MB DOWNLOAD
8 008 The structure of a C source file 47.19 MB DOWNLOAD
9 009 Keyboard and screen 69.35 MB DOWNLOAD
10 010 Comments 78.98 MB DOWNLOAD
11 011 Variables 58.20 MB DOWNLOAD
12 012 Simple mathematical operations 23.00 MB DOWNLOAD
13 013 Characters Strings 50.72 MB DOWNLOAD
14 014 Constants 56.56 MB DOWNLOAD
15 015 Arrays 29.22 MB DOWNLOAD
16 017 The fflush function countdown program 27.97 MB DOWNLOAD
17 018 Pointers 33.22 MB DOWNLOAD
18 019 Files 41.21 MB DOWNLOAD
19 020 System commands - system calls 27.34 MB DOWNLOAD
20 021 Write your own functions 30.82 MB DOWNLOAD
04 Physical projects
21 023 Blinking LED 65.47 MB DOWNLOAD
22 024 Lab Exercise Countdown with 2 LEDs 23.29 MB DOWNLOAD
23 025 Controlling a LED by a Button 70.92 MB DOWNLOAD
24 026 Lab exercise People Counter with a Button 17.57 MB DOWNLOAD
25 027 Basic projects with a Buzzer 22.39 MB DOWNLOAD
26 028 Tilt sensor project 75.07 MB DOWNLOAD
27 029 Reading from the DHT11 sensor 64.29 MB DOWNLOAD
28 030 Breathing LED - using PWM 57.98 MB DOWNLOAD
29 031 Taking a picture with RaspiCam using system 49.99 MB DOWNLOAD
30 032 PIR sensor - Getting started 30.92 MB DOWNLOAD
31 033 Lab Exercise PIR sensor with LED 18.26 MB DOWNLOAD
32 034 I2C 28.46 MB DOWNLOAD
33 035 Ultrasonic sensor - Getting started 31.02 MB DOWNLOAD
34 036 Lab Exercise People Counter with Ultrasonic 23.25 MB DOWNLOAD
35 037 Sending Emails from the Raspberry Pi 26.22 MB DOWNLOAD
36 038 Emails from the Door Bell 12.37 MB DOWNLOAD
06 Bonus Lectures
37 041 Converting Arduino Sketch into Raspberry Pi C Code 36.15 MB DOWNLOAD
07 فایل های تمرینی
38 016 Conditions 351 Bytes DOWNLOAD
39 022 Setting up the library WiringPi 368 Bytes DOWNLOAD
40 039 Where to go from here 361 Bytes DOWNLOAD
41 040 Installation and use of MonoDevelop 372 Bytes DOWNLOAD
07 فایل های تمرینی / attached_files / 002 Hardware we need
42 Hardware-we-need 1.33 MB DOWNLOAD
07 فایل های تمرینی / attached_files / 003 Software we need
43 Software-we-need 58.23 KB DOWNLOAD
07 فایل های تمرینی / attached_files / 004 Working from the Command Line
44 gcc-command 1.44 MB DOWNLOAD
45 gdb-command 1.41 MB DOWNLOAD
46 summary-gcc 1.45 MB DOWNLOAD
07 فایل های تمرینی / attached_files / 006 The IDE Netbeans
47 NetbeansPDF 397.02 KB DOWNLOAD
07 فایل های تمرینی / attached_files / 008 The structure of a C source file
48 c-reference-card-ansi-2.2 103.27 KB DOWNLOAD
49 hello 80 Bytes DOWNLOAD
07 فایل های تمرینی / attached_files / 009 Keyboard and screen
50 keyboard 354 Bytes DOWNLOAD
07 فایل های تمرینی / attached_files / 011 Variables
51 keyboard 354 Bytes DOWNLOAD
07 فایل های تمرینی / attached_files / 012 Simple mathematical operations
52 matheOperations 459.47 KB DOWNLOAD
53 simple-math 575 Bytes DOWNLOAD
54 sum 191 Bytes DOWNLOAD
07 فایل های تمرینی / attached_files / 013 Characters Strings
55 character 200 Bytes DOWNLOAD
56 character2ascii 247 Bytes DOWNLOAD
57 getputchar 83 Bytes DOWNLOAD
58 quizchar 213 Bytes DOWNLOAD
07 فایل های تمرینی / attached_files / 014 Constants
59 constants 3.40 MB DOWNLOAD
07 فایل های تمرینی / attached_files / 015 Arrays
60 array 411 Bytes DOWNLOAD
61 array 461.40 KB DOWNLOAD
62 arrayInt 397 Bytes DOWNLOAD
63 string 217 Bytes DOWNLOAD
07 فایل های تمرینی / attached_files / 016 Conditions
64 conditions 617 Bytes DOWNLOAD
65 conditions 640.63 KB DOWNLOAD
07 فایل های تمرینی / attached_files / 017 The fflush function countdown program
66 Countdown 2.90 MB DOWNLOAD
07 فایل های تمرینی / attached_files / 018 Pointers
67 pointers 627 Bytes DOWNLOAD
68 pointers 472.78 KB DOWNLOAD
07 فایل های تمرینی / attached_files / 019 Files
69 emptyfile 114 Bytes DOWNLOAD
70 file 524 Bytes DOWNLOAD
71 files 555.24 KB DOWNLOAD
72 testreading 447 Bytes DOWNLOAD
73 testwrite 233 Bytes DOWNLOAD
74 writefile 728 Bytes DOWNLOAD
07 فایل های تمرینی / attached_files / 020 System commands - system calls
75 system 106 Bytes DOWNLOAD
07 فایل های تمرینی / attached_files / 021 Write your own functions
76 addFunction 582 Bytes DOWNLOAD
77 challenge 1.66 KB DOWNLOAD
78 functions 3.09 MB DOWNLOAD
79 goodbye-function 1.72 KB DOWNLOAD
80 own-function 1.26 KB DOWNLOAD
07 فایل های تمرینی / attached_files / 022 Setting up the library WiringPi
81 wiringPi 1.41 MB DOWNLOAD
07 فایل های تمرینی / attached_files / 023 Blinking LED
82 BlinkingLED-bb 201.79 KB DOWNLOAD
83 BlinkingLED 1.91 MB DOWNLOAD
84 blink 338 Bytes DOWNLOAD
07 فایل های تمرینی / attached_files / 024 Lab Exercise Countdown with 2 LEDs
85 Countdown 2.90 MB DOWNLOAD
07 فایل های تمرینی / attached_files / 025 Controlling a LED by a Button
86 Control-LED-By-Button-bb 225.18 KB DOWNLOAD
87 Control-Led-By-Button 451 Bytes DOWNLOAD
88 control-led-by-buttonn 2.22 MB DOWNLOAD
07 فایل های تمرینی / attached_files / 026 Lab exercise People Counter with a Button
89 PeopleCounter 2.55 MB DOWNLOAD
07 فایل های تمرینی / attached_files / 027 Basic projects with a Buzzer
90 Buzzer-bb 235.99 KB DOWNLOAD
91 DoorBell 520 Bytes DOWNLOAD
07 فایل های تمرینی / attached_files / 028 Tilt sensor project
92 BicycleAlarm-bb 232.70 KB DOWNLOAD
93 Tilt-test-bb 218.89 KB DOWNLOAD
94 bikealarm 553 Bytes DOWNLOAD
95 tiltLED 394 Bytes DOWNLOAD
07 فایل های تمرینی / attached_files / 029 Reading from the DHT11 sensor
96 DHT11-bb 207.12 KB DOWNLOAD
97 DHT11 2.41 MB DOWNLOAD
98 dht11 1.74 KB DOWNLOAD
07 فایل های تمرینی / attached_files / 030 Breathing LED - using PWM
99 BreathingLED-bb 201.82 KB DOWNLOAD
100 breathingLED 292 Bytes DOWNLOAD
101 breathingLed 2.25 MB DOWNLOAD
07 فایل های تمرینی / attached_files / 031 Taking a picture with RaspiCam using system
102 Camera-Button 389 Bytes DOWNLOAD
103 Close-Camera-Program 396 Bytes DOWNLOAD
104 RaspiCam-Documentation 239.67 KB DOWNLOAD
105 raspistill-say-cheese 264 Bytes DOWNLOAD
106 raspistill-test 225 Bytes DOWNLOAD
07 فایل های تمرینی / attached_files / 032 PIR sensor - Getting started
107 PIR 2.88 MB DOWNLOAD
07 فایل های تمرینی / attached_files / 034 I2C
108 BST-BMP180-DS000-09 656.44 KB DOWNLOAD
109 I2C 2.38 MB DOWNLOAD
110 barometer2 605 Bytes DOWNLOAD
111 bmp180 10.48 KB DOWNLOAD
112 bmp180 826 Bytes DOWNLOAD
07 فایل های تمرینی / attached_files / 035 Ultrasonic sensor - Getting started
113 challenge1-ultrasonic 614 Bytes DOWNLOAD
114 ultrasonic 2.39 MB DOWNLOAD
07 فایل های تمرینی / attached_files / 036 Lab Exercise People Counter with Ultrasonic
115 Lab-ultrasonic 4.00 MB DOWNLOAD
116 readme 607 Bytes DOWNLOAD
07 فایل های تمرینی / attached_files / 037 Sending Emails from the Raspberry Pi
117 Email-with-C-code 2.35 MB DOWNLOAD
07 فایل های تمرینی / attached_files / 038 Emails from the Door Bell
118 Email-from-Door-Bell 5.43 MB DOWNLOAD
07 فایل های تمرینی / attached_files / 039 Where to go from here
119 Where-to-Go-frome-Here 83.01 KB DOWNLOAD
07 فایل های تمرینی / attached_files / 040 Installation and use of MonoDevelop
120 MonoDevelopPDF 247.25 KB DOWNLOAD
07 فایل های تمرینی / quizzes
121 001 Coding Environment 3.98 KB DOWNLOAD
122 002 Formatted Print with n 2.64 KB DOWNLOAD
123 003 What is the outcome of the following code example 1.99 KB DOWNLOAD
124 004 file uses 2.87 KB DOWNLOAD
125 005 Say Cheese 2.08 KB DOWNLOAD
126 006 Add a Camera Button 3.37 KB DOWNLOAD
شما می توانید مجموعه کامل بخش های این فابل را نیز به صورت مجموعه کامل دریافت نمایید.
اگر شما نسبت به این اثر یا عنوان محق هستید، لطفا از طریق "بخش تماس با ما" با ما تماس بگیرید و برای اطلاعات بیشتر، صفحه قوانین و مقررات را مطالعه نمایید.

دیدگاه کاربران


لطفا در این قسمت فقط نظر شخصی در مورد این عنوان را وارد نمایید و در صورتیکه مشکلی با دانلود یا استفاده از این فایل دارید در صفحه کاربری تیکت ثبت کنید.

بارگزاری