К содержимому
learnspaceYOUR NEXT CHAPTER
ПРОСТРАНСТВО ОБУЧЕНИЯ
ГлавнаяКаталог курсовМоё обучениеCoursera

Знания без границ

Учитесь у лучших университетов и компаний мира.

Открыть Coursera
Интеграция
Пространство университета
Моё пространствоСтраница курса
↵
ЯЛичный кабинетСтудент
© 2026 LearnSpaceКаждый день — возможность узнать больше.Помощь
Ultimate Guide to Raspberry Pi - Tips, Tricks, and Hacks · LearnSpace
Назад в каталог
courseraПрограммирование

Ultimate Guide to Raspberry Pi - Tips, Tricks, and Hacks

Курс от Packt
Начальный≈ 14.4 чАнглийский
О курсеНавыкиПрограммаПреподаватели

О курсе

Updated in May 2025. This course now features Coursera Coach! A smarter way to learn with interactive, real-time conversations that help you test your knowledge, challenge assumptions, and deepen your understanding as you progress through the course. Embark on a journey that takes you from the foundational aspects of Raspberry Pi to advanced projects that showcase its versatility and power. Starting with an introduction to the Raspberry Pi platform, this course ensures that you gain a solid understanding of the hardware, software, and configurations necessary to maximize its use. You'll learn to set up your Raspberry Pi, understand SD card intricacies, and get hands-on with software installation and configuration. As you progress, the course dives into remote connectivity options, offering you the flexibility to manage your Raspberry Pi in various modes, including headless setups. You’ll also explore the Terminal, mastering commands and shortcuts that enhance productivity. The learning curve continues with detailed sessions on installing web servers and working with GPIO pins, where you'll engage in practical projects like controlling LEDs and integrating sensors. The final segments of the course elevate your Raspberry Pi skills to new heights. From working with cameras and creating time-lapse videos to building a fully functional Amazon Echo clone, you'll experience the full spectrum of what the Raspberry Pi can achieve. By the end, you’ll be equipped with the knowledge and confidence to tackle any Raspberry Pi project, no matter how complex. This course is ideal for hobbyists, tech enthusiasts, and anyone with a passion for DIY electronics. A basic understanding of programming and Linux is recommended but not required, as the course is designed to cater to beginners and intermediate users alike.

Навыки, которые вы освоите

Software InstallationSystem ConfigurationEmbedded SystemsLinux CommandsScriptingUSBRemote Access SystemsUnixOperating SystemsFile SystemsLinux AdministrationCommand-Line InterfacePackage and Software ManagementPeripheral DevicesUnix ShellData MaintenanceFile ManagementComputer HardwareUnix Commands

Программа курса

20 модулей · 108 учебных материалов

01Introduction3 материалов

Introduction

What is a Raspberry Pi?ВидеоFull Course ResourcesЧтениеOverview of the Raspberry Pi 4Видео
02Setting up the Hardware for your Raspberry Pi3 материалов

Setting up the Hardware for your Raspberry Pi

Учитесь у экспертов

Packt - Course Instructors

Преподаватель курса

Ultimate Guide to Raspberry Pi - Tips, Tricks, and Hacks
В каталоге вашей программы

Инвестируйте в себя

Новые знания — в удобное для вас время.

Начать на Coursera

Обучение откроется на Coursera
в новой вкладке

Обучение на Coursera

≈ 14.4 ч

20 модулей

Язык: Английский

Субтитры: Казахский

Часть программы вашего университета
Hardware Components that you will needВидео
Let's connect everything togetherВидео
Setting Up Your Raspberry PiDIALOGUE
03All about SD Cards11 материалов

All about SD Cards

Understanding some basics about SD CardsВидеоAccessing SD CardsВидеоDownloading and Installing Etcher for Flashing your SD CardВидеоDownload and Install the Raspberry Pi Imager for Flashing Your SD CardВидеоIntroducing the Raspberry Pi OS (Formerly Raspbian)ВидеоInstalling the Raspbian Operating System by Flashing our SD CardВидеоUsing the Raspberry Pi Imager to Install Raspberry Pi OSВидеоResource for Checking the Validity of Your SD CardВидеоTips for Preventing SD Card Corruption IssuesВидеоUnderstanding Raspberry Pi SD CardsDIALOGUEAssessment 1Задание
04Configuring your Raspbian OS Installation2 материалов

Configuring your Raspbian OS Installation

Standard configuration settings and best practicesВидеоSetting Up Raspberry Pi for the First TimeDIALOGUE
05Connecting Remotely to your Raspberry Pi7 материалов

Connecting Remotely to your Raspberry Pi

Overview of the Setup Process in Headless ModeВидеоFlashing Your SD Card with the Latest Version of RaspbianВидеоSet Up SSH and wpa_supplicant.confВидеоGetting the IP Address of Your Raspberry PiВидеоConnecting Through SSH to Change raspi-config SettingsВидеоUsing VNC Viewer to Connect to Your Pi from Your ComputerВидеоSetting Up a Raspberry Pi in Headless ModeDIALOGUE
06Connecting Remotely to Your Raspberry Pi7 материалов

Connecting Remotely to Your Raspberry Pi

SSH (Secure Shell)ВидеоVNC (Virtual Network Computing)ВидеоSFTP (Secure (SSH) File Transfer Protocol)ВидеоSCP (Secure Copy)ВидеоRDP (Remote Desktop Protocol connection - Windows)ВидеоConnecting Remotely to Raspberry PiDIALOGUEAssessment 2Задание
07Working with the Terminal8 материалов

Working with the Terminal

Introduction to the TerminalВидеоUnderstanding User Modes in LinuxВидеоUseful General Terminal Commands for the Raspberry PiВидеоFile and Directory CommandsВидеоNetworking CommandsВидеоSystem CommandsВидеоKeyboard ShortcutsВидеоNavigating the Raspberry Pi TerminalDIALOGUE
08Installing Software on Your Raspberry Pi3 материалов

Installing Software on Your Raspberry Pi

Understanding the APT EcosystemВидеоInstalling Software Using APTВидеоManaging Software with APT on LinuxDIALOGUE
09Installing a Web Server5 материалов

Installing a Web Server

Creating a One-Line Web Server with SimpleHTTPServerВидеоInstalling the Apache Web ServerВидеоInstalling the PHP Application ServerВидеоInstalling a Web Server on Raspberry PiDIALOGUEAssessment 3Задание
10Working with GPIO (General Purpose Input Output) Pins4 материалов

Working with GPIO (General Purpose Input Output) Pins

Introduction to GPIO PinsВидеоStandard Components NeededВидеоDownloading Code and Resources for the Course from GitHubВидеоExploring GPIO Pins on Raspberry PiDIALOGUE
11Using the Power Pins on the Raspberry Pi2 материалов

Using the Power Pins on the Raspberry Pi

Powering an LEDВидеоConnecting an LED to a Raspberry PiDIALOGUE
12Blinking an LED5 материалов

Blinking an LED

Wiring Change to Blink an LEDВидеоDemo the CircuitВидеоCode ReviewВидеоProgramming GPIO with PythonDIALOGUEAssessment 4Задание
13Detecting a Button Press5 материалов

Detecting a Button Press

Introduction and Components That Are NeededВидеоWiring Up the CircuitВидеоDemo the CircuitВидеоCode ReviewВидеоReading Signals with Raspberry Pi GPIODIALOGUE
14Using a Push Button Switch to Control an LED5 материалов

Using a Push Button Switch to Control an LED

Introduction and Components That Are NeededВидеоWiring Up the CircuitВидеоDemo the CircuitВидеоCode ReviewВидеоControlling LEDs with Raspberry Pi GPIODIALOGUE
15Using a PIR (Passive Infrared) Sensor7 материалов

Using a PIR (Passive Infrared) Sensor

Introduction to PIR SensorsВидеоComponents That Are NeededВидеоWiring Up the CircuitВидеоDemo the CircuitВидеоCode ReviewВидеоUsing PIR Sensors with Raspberry PiDIALOGUEAssessment 5Задание
16Building a Simple Alarm with a PIR Sensor5 материалов

Building a Simple Alarm with a PIR Sensor

Introduction and Components That Are NeededВидеоWiring Up the CircuitВидеоDemo the CircuitВидеоCode ReviewВидеоProgramming a PIR Sensor Alarm with Raspberry PiDIALOGUE
17Working with Cameras and Images2 материалов

Working with Cameras and Images

IntroductionВидеоWorking with Images on Raspberry PiDIALOGUE
18Working with USB Webcams9 материалов

Working with USB Webcams

Connecting Your USB WebcamВидеоInstalling and Configuring Motion to Set Up a Webcam ServerВидеоDemo of the Motion Webcam ServerВидеоPreparing Your System and Installing fswebcamВидеоUsing fswebcamВидеоUsing a Script to Take Images with fswebcamВидеоfswebcam Script Code ReviewВидеоSetting Up a Webcam Server on Raspberry PiDIALOGUEAssessment 6Задание
19Working with the Raspberry Pi Camera Module7 материалов

Working with the Raspberry Pi Camera Module

Introduction to the Pi Camera Module and How to Connect It to the Raspberry PiВидеоGetting a Preview Using the Pi CameraВидеоCapturing a Still Picture of Image with the Pi CameraВидеоCapturing a Series of Photos with the Pi CameraВидеоRecording Video with the Raspberry Pi Camera ModuleВидеоUsing Special Effects with the Pi Camera ModuleВидеоConnecting and Using the Raspberry Pi Camera ModuleDIALOGUE
20Let's Make an Amazon Echo Clone8 материалов

Let's Make an Amazon Echo Clone

Why Build an Amazon Echo Clone?ВидеоComponents That Are NeededВидеоSetting Up Your Amazon Developer Account and Registering Your Amazon Echo CloneВидеоInstalling Git and the Alexa Pi SoftwareВидеоDemo of the Amazon Echo CloneВидеоAssessment 7ЗаданиеFull Course Practice AssessmentЗаданиеFull Course AssessmentЗадание