Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Raspberry Pi Workshop 2018 Become a Coder / Maker / Inventor
Rating: 4.5 out of 5(4,349 ratings)
101,386 students

Raspberry Pi Workshop 2018 Become a Coder / Maker / Inventor

Get started with Raspberry Pi and learn how to use it as a full fledged maker; from software to hardware!
Last updated 3/2018
English

What you'll learn

  • Learn about the Raspberry Pi ecosystem
  • How to program with Python
  • Use the GPIO to interface with other hardware / sensors / electronics
  • Learn how to write Shell scripts
  • How to schedule tasks and applications
  • How to make desktop applications with graphical user interfaces
  • Learn how to use a Raspberry Pi within the "Internet of Things"

Course content

5 sections29 lectures3h 41m total length
  • Overview0:22

    Preface: All source code, images and other things we couldn't fit on Udemy can be found here (totally FREE):
    https://core-electronics.com.au/tutorials/raspberry-pi-workshop-for-beginners.html


    In Chapter 1 we are going to discuss what a Raspberry Pi actually is and why it's taken the maker community by storm. We'll walk through going from a fresh-out-of-the-box Raspberry Pi, to installing an OS, booting it up and having a bit of a play around.


    By the end of this chapter you will be able to use your Raspberry Pi as a desktop computer. We will have covered:

    • What a Raspberry Pi is,
    • How to download and install an operating system,
    • How to configure a Pi so your keyboard works correctly,
    • Navigating with the desktop environment (the Graphical User Interface),
    • Connecting to WiFi
    • Keeping your operating system up to date.
  • What is Raspberry Pi?3:30

    In this section we're going to discuss what a Raspberry Pi is, the different models that are available and their qualities.

    There have been several generations of Raspberry Pi since they were first released in 2012. We recommend the most recent "large-footprint" model, the Raspberry Pi 3 because we think it's the best learning platform; It runs fast and has plenty of connectivity options.

  • Downloading and Installing NOOBS1:33

    NOOBS stands for New Out Of the Box Software. NOOBS is an operating system installer package put together by the Raspberry Pi Foundation. It comes with one OS already installed and gives the option of downloading several operating systems - convenient for first-time users who want to test-drive their Pi.

    You can download NOOBS from the Raspberry Pi Foundation.

  • First Power-Up & Having a Look Around4:49

    We're powering up our Pi for the first time. Let's have a look around and set a few things up. This includes setting up the keyboard and WiFi, exploring the Pi's menus and capabilities, and having a look at some tools we'll use for programming.

    If you want to install an OS other than Raspbian using NOOBS you will need to have your Raspberry Pi connected to the internet via its ethernet port. With this connection you will see other options available for download and install.

    To power-off your Pi, you can either find the shutdown option in the Pi menu, or issue this command in the terminal:

    sudo shutdown -h now

    The power light will remain on, to indicate power is connected, but the activity light will remain off.

    Try to never remove power from your Pi without doing either of these things first; An unexpected loss of power may corrupt your SD card.


  • Introduction to the Shell9:15
  • Staying Updated4:22

Requirements

  • Have a passion to learn how to use Raspberry Pi as a Maker

Description

Welcome to the Raspberry Pi Workshop! Here you'll be able to follow along with our series that covers everything you'll need to know to get started with your Raspberry Pi and start making awesome projects. My name is Michael from Core Electronics and I'm an electronics enthusiast with particular interest in embedded electronics. As we progress through the workshops, you'll find helpful material next to each video - these could be code snippets, commands to issue, circuits to build, or links to other resources.

Who this course is for:

  • Anyone who is compelled to use a Raspberry Pi for more than *just a computer*