Raspberry Pi For Beginners - 2022 Complete Course

Posted By: ELK1nG

Raspberry Pi For Beginners - 2022 Complete Course
Last updated 7/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 4.52 GB | Duration: 10h 6m

Build Amazing Projects with Raspberry Pi 4, using Python 3, GPIOs, Flask, the Raspberry Pi Camera, and More

What you'll learn
Master your Raspberry Pi, starting from scratch
Build a complete surveillance and alarm project with Raspberry Pi
Learn Python3 from zero, step by step
Install the latest version of Raspberry Pi OS on your Raspberry Pi 4 (also works on 2 and 3)
Use the Raspberry Pi’s GPIOs to control hardware components
Create a web server on your Raspberry Pi
Send emails from your Raspberry Pi
Learn how to use the terminal to get more control over your Pi
Take pictures and videos with the Raspberry Pi camera V2
Start directly with the Best Practices
Learn how to be more independent when working on your future projects
Get more practice with hands-on lessons, 11 activities and a final project
Requirements
A computer + a Raspberry Pi 4 (also works with Raspberry 2 and 3)
A list of hardware components (provided in a free preview lecture at the beginning). You can still start the course without those components.
NO external monitor or keyboard required.
NO programming, Unix, or hardware experience required.
A will to learn and to progress with the Raspberry Pi
Description
This complete hands-on, step by step course is targeting the latest version of Raspberry Pi, which is the Raspberry Pi 4. Note that everything also works perfectly for Raspberry Pi 2 and 3 versions.You don’t need any knowledge in programming, electronics, or anything else. To get started, you just need a computer to work from, and a Raspberry Pi board.At the end of the course you will have a strong foundation with your Raspberry Pi, and you will be able to start your own projects in no time.→ Why this course?You may be just getting started, or have already started to learn how to build projects with your Raspberry Pi. But knowing what to do first, and which path to follow can be quite hard and you may feel stuck.The problem with most online resources for Raspberry Pi is that they focus on making you run existing programs to make you feel you’ve accomplished a lot, but in reality you’ve just copied/pasted some random code and didn’t even scratch the surface. The “why you should do that” is not involved. So, the next time you have to do something on your own, you feel stuck and too dependent on other people's code.This course will focus on the “why” and make you become much more autonomous with your Raspberry Pi so you will be able to start your own projects without having to desperately search for code to copy/paste on the Internet. My personal goal is to make you understand enough to get started in a short period of time, and make you think as a problem solver, with engineer-level thinking skills.→ And how will we do that you may ask?Simple:HANDS-ON.STEP BY STEP.NO COPY AND PASTE.This course is not a course where you just download some code and run it. This is a course where you will truly understand how to write the code and work with the different Raspberry Pi functionalities.I will take the time to explain everything, step by step, even the basic things. I will write the code with you and explain why I write what I write. With the activities and final project you will have even more opportunities to practice on your own, and you will make progress without even noticing it.→ What will you do/learn in this course?Here’s an overview of the different topics we’ll cover:Setup your Raspberry Pi and install Raspberry Pi OS without an external monitor and keyboard.Get good Python3 programming basics.Work with the Raspberry Pi’s GPIO panel.Use a PIR sensor to detect movement from your Pi.Discover how to use a Unix terminal and the most useful command line tools.Send an email from your Raspberry Pi.Take photos and videos using the Raspberry Pi camera V2.Create a web server on your Raspberry Pi with the Flask framework.The course is divided into 15 sections to make it easier to navigate and track progress. Each section is focused on one topic. For each topic we start with hands-on and explanations.And along the way, through the different sections, you will have many opportunities to practice (11 activities) on the most important points.After learning all those topics, you’ll work on a final project where you can practice more on everything you’ve seen in the course. This is also a good opportunity to mix different functionalities together, which is where you can really start to create much bigger and powerful applications.So, don’t wait any longer and start your Raspberry Pi journey with this course!The teaching method I use is now a proven method - not because I or someone arbitrarily said so, but because of the tons of positive feedback about successful learning results I’ve received over the years with thousands of students.I don’t come from an academics background. I’m an engineer and all I’ve done is to try to solve real problems by being practical on what I need to do and to learn. I actually used Raspberry Pi to program an entire 6 axis robotic arm which is now on the market. This forced me to go to the point and focus on what’s really useful.This experience and the lessons I’ve learned is what I want to share with you. Understanding the “why” and focusing on practicing on the key points, is, to me, one of the best ways to progress 10x faster.My goal here is to give you more freedom when you start a project. To make you less dependent on what you may find (or not) on the Internet. To think more by yourself when building new projects.Oh, and you also get a 30 days money-back guarantee if you’re not fully satisfied.See you in the course! :)Note - This course is not for you if:You’re not interested in understanding what you’re doing and prefer a quick copy/paste solution.You’re already an advanced Raspberry Pi user.

Overview

Section 1: Introduction

Lecture 1 Welcome!

Lecture 2 What is Raspberry Pi and What Can You Do With it?

Lecture 3 List of Materials for this Course - and Recommendations

Lecture 4 How to get the most out of this course

Section 2: Install Raspberry Pi OS Without any External Monitor or Keyboard

Lecture 5 Intro

Lecture 6 Flash the Raspberry Pi OS with SSH and Wi-Fi Setup, on your micro SD card

Lecture 7 Boot your Raspberry Pi For the First Time

Lecture 8 Find the Raspberry Pi’s IP address

Lecture 9 Connect to Your Pi using SSH

Lecture 10 Setup VNC to Get a Remote Access to your Raspberry Pi OS Desktop

Lecture 11 Finish the Startup Configuration - Last Steps

Lecture 12 Extra - not needed for first install: if you have to change Wi-Fi in the SD card

Section 3: Program with Python3 - Variables and Functions

Lecture 13 Intro

Lecture 14 Your first Python program - Discover the Thonny IDE

Lecture 15 Variables

Lecture 16 Variables - Data types

Lecture 17 Functions

Lecture 18 Variables - Scope

Lecture 19 Activity 01 - Create a Function to Concatenate 2 Uppercase Strings

Lecture 20 Activity 01 - Solution

Section 4: Program with Python3 - Conditions, Loops, Lists

Lecture 21 Conditions

Lecture 22 Conditions operators

Lecture 23 Activity 02 - Validate User Input

Lecture 24 Activity 02 - Solution

Lecture 25 Loops

Lecture 26 Lists

Lecture 27 Activity 03 - Compute Max Value Inside a List

Lecture 28 Activity 03 - Solution

Lecture 29 Python modules

Lecture 30 Program with Python3 - Section Conclusion

Section 5: Build Your First Raspberry Pi Circuit

Lecture 31 Intro

Lecture 32 Warning - PLEASE WATCH - How to Safely Manipulate Your Board

Lecture 33 Understand How a Breadboad Works

Lecture 34 The Resistors Color Code

Lecture 35 Build Your First Circuit - 1 LED and 1 resistor

Section 6: Control Raspberry Pi's GPIOs with Python

Lecture 36 How GPIOs Work

Lecture 37 Create a Python Program to Make an LED Blink

Lecture 38 Activity 04 - Set the LED’s State From User Input

Lecture 39 Activity 04 - Solution

Lecture 40 Add a Push Button to Your Circuit

Lecture 41 Detect When a Button is Pressed with Python

Section 7: Practice More with GPIOs

Lecture 42 Activity 05: Power ON the LED When the Button is Pressed

Lecture 43 Activity 05 - Solution

Lecture 44 Add 2 More LEDs to Your Circuit

Lecture 45 Activity 06 - Change the Powered on LED When Pressing the Button

Lecture 46 Activity 06 - Solution

Lecture 47 Activity 07 - Optimize Your Code with Lists and Functions

Lecture 48 Activity 07 - Solution

Section 8: Detect Movement with a PIR Sensor

Lecture 49 Intro

Lecture 50 Tune the PIR sensor

Lecture 51 Add the PIR Sensor to Your Circuit

Lecture 52 Read the PIR’s Data with Python

Lecture 53 Activity 08 - Power on an LED when Motion is Detected - Your First Alarm System

Lecture 54 Activity 08 - Solution

Section 9: Use the Terminal on Your Raspberry Pi

Lecture 55 Intro

Lecture 56 Navigation and File System

Lecture 57 Edit Files From the Terminal with Nano

Lecture 58 Create, Remove, and Manipulate Files

Lecture 59 Install & Update Software

Lecture 60 A Few More Terminal Commands to Gain More Control Over Your Raspberry Pi

Section 10: Python3 and the Terminal

Lecture 61 Install Python Modules

Lecture 62 Work with Python from the Terminal

Lecture 63 Read, Write, and Manipulate Files with Python

Lecture 64 Activity 09 - Create a new Python Script From the Terminal

Lecture 65 Activity 09 - Solution

Section 11: Send an Email From Your Raspberry Pi

Lecture 66 Intro

Lecture 67 Create a new Gmail Account

Lecture 68 Install a new Python Module: yagmail

Lecture 69 Get the Password in Your Python Program

Lecture 70 Send Your First Email From the Raspberry Pi

Lecture 71 Add an Attachment to Your Email

Section 12: Add Vision to Your Applications with the Raspberry Pi Camera V2 Module

Lecture 72 Intro

Lecture 73 Plug the Camera to Your Raspberry Pi

Lecture 74 Enable the Camera (Bullseye OS)

Lecture 75 Enable the Camera (Buster OS)

Lecture 76 Take a Photo From the Terminal (raspistill)

Lecture 77 Record a video From the Terminal (raspivid)

Lecture 78 Take a Photo with Python

Lecture 79 Record a Video with Python

Lecture 80 Activity 10 - Take a Series of Pictures

Lecture 81 Activity 10 - Solution

Section 13: Create a Web Application on Your Raspberry Pi with Flask and Python

Lecture 82 Intro

Lecture 83 Write Your First Web Server

Lecture 84 Add a new URL and Connect Flask with GPIOs

Lecture 85 Activity 11 - Choose Which LED to Power on From Your a Web Browser

Lecture 86 Activity 11 - Solution

Section 14: Final Project

Lecture 87 Intro - Project Overview

Lecture 88 Project - Step 1

Lecture 89 Project - Step 2

Lecture 90 Project - Step 3

Lecture 91 Project - Step 4

Lecture 92 Project - Step 5

Lecture 93 Project - Step 6

Lecture 94 Project - Step 7

Lecture 95 Project Conclusion - Going Further

Section 15: Conclusion

Lecture 96 What You've Learned

Lecture 97 What to do next

Lecture 98 Bonus Lecture

Students, Engineers, Researchers, Teachers, Developers, Hobbyists.,Anyone wanting to learn how to get started with Raspberry Pi and build amazing projects,Anyone wanting to really understand what they’re doing with Raspberry Pi, Python3, and the different components you can use with the board,Anyone who already knows Python or Unix and wants to dive into Raspberry Pi,People who want to start robotics projects, home automation, web servers, IoT projects, etc., with their Raspberry Pi,Raspberry Pi users who feel stuck in their projects and want to get more autonomous