Raspberry Pi Part 1 Introduction
Skills:
AI Pair Programming50%
Key Takeaways
Introduces the Raspberry Pi and its basic setup
Full Transcript
hello everybody welcome to my raspberry pi tutorial uh in this tutorial we're going to be talking about everything raspberry pi but initially just the basic setting up of raspberry pi if you look around online um i assume a lot of you guys probably are watching this before you even have a raspberry pi um but if you look around the line it looks like ooh man that might be kind of difficult to set up a raspberry pi i don't really know what i'm doing but it's actually very very easy so initially when you finally buy your raspberry pi it's your bundle joy's gonna come in this box and within the box will just be the board that contains your raspberry pi so let me set the camera down here and when you open it up this is all that's in there basically and we'll just go ahead and take her out so this is what you get with your raspberry pi you've got audio rca you've got some io here we'll be talking a lot about this one um and you've got if you've got uh the ethernet one that has ethernet you'll have an ethernet spot there for a cat5 cable over here you've got your hdmi which is nice you've got a couple usb obviously you can slap in a usb extender there and finally you have a uh well your power spot basically and that power is even though a lot of people try to sell you up how like raspberry pi power cables really all you need is a cell phone charger okay and you want to have some it's gotta be pushing five volts at preferably over a thousand or a thousand plus milliamps but it can be anything as low as 700 milliamps so just find something that does that basically a cell phone charger that's what's going to do it 700 milliamps is more than fine if you're running it headless but if you're connecting monitor you've got some ethernet coming in and out and you've got some usb mouse and keyboard being uh pushed out of this thing you're gonna need more likely around a thousand milliamps or more just so it's stable that way like ebbs and flows aren't gonna just shut the thing down because the last thing you want to do is have this thing turn off on you it's really unstable as far as the sd card is concerned i've already had my sd card has been corrupted like three times mostly due to overclocking anyway um so that's that you're also going to obviously want um something uh you don't have to buy one specifically for the board right at least in the initial setup you're going to want to have a monitor keyboard um probably just a monitoring keyboard it's probably the best thing to have immediately you could have a mouse just to make it a little easier but for the most part monitor keyboard and an sd card um usually it's not going to come with any of those things because they just kind of assume that everybody has monitor and sd card cell phone with a charger so yeah you just need one of those little micro usb things to charge it or really just plug it in there's no on off switch so if it's plugged in it's on um and then the other thing i would just recommend is you get one of these little cases i'll show you guys with it in the case in a bit but this is kind of what it looks like he just kind of pieced the case together um i see this one a lot everywhere i'm actually really happy with it the fit is like perfect and i think it looks okay i like that it's clear because i like to look at the board but there's tons of cases i highly suggest you get one otherwise dust will fall in here and the last thing you want is eventually dust to cover over this little baby processor here basically because then it's going to insulate a lot of heat so anyway uh that's that with the basics next thing i'm going to be showing you guys is how to prepare your sd card to put on the operating system and uh set that up and then base and then eventually we'll get this bad boy turned on and i'll show you guys how easy it is to get uh everything set up and at least get to a desktop so that's what everybody you know you're familiar with seeing a desktop so we will be getting to that point and have no fear it's very simple so as always thank you for watching thank you for your support your subscriptions and until next time
Original Description
Raspberry Pi basics playlist: http://youtu.be/hiwv-Rt85E4?list=PLQVvvaa0QuDeazo-AqrVk8BGUej9NCHrQ
The Raspberry Pi is a mini-computer that is capable of all kinds of things. You can turn it into a personal computer, use it to control robots, use it as a server, and a whole lot more. Many people compare this to the Arduino, but it is important to note that they are two totally different things. The Arduino is just a controller, the Raspberry Pi is a full computer.
If you're interested in Raspberry Pi Robotics: http://youtu.be/ZEmKlxxITI8?list=PLQVvvaa0QuDeJlgD1RX9_49tMLUxvIxF4
Welcome to the Raspberry Pi!
http://www.raspberrypi.org/
Sentdex.com
Facebook.com/sentdex
Twitter.com/sentdex
Watch on YouTube ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
Playlist
Uploads from sentdex · sentdex · 54 of 60
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
▶
55
56
57
58
59
60
Matplotlib Python Tutorial Part 1: Basics and your first Graph!
sentdex
Python Encryption Tutorial with PyCrypto
sentdex
Python's Logging Function
sentdex
wxPython Tutorials 1: Making Windows GUIs with Python : Installing + 1st window!
sentdex
wxPython Tutorials 2: Making Windows GUIs with Python: Customizing Window Parameters
sentdex
wxPython Programming Tutorial 3: Menu Bar and Menu Button
sentdex
wxPython Programming Tutorial 4: Panels
sentdex
wxPython Programming Tutorial 5: User Input Saved To Variables
sentdex
wxPython Programming Tutorial 6: Multiple Choice Input
sentdex
wxPython Programming Tutorial 7: Adding Static Text and Colors
sentdex
wxPython Programming Tutorial 8: Custom Button Images
sentdex
wxPython Programming Tutorial 9: Tool Bar Items and Sub Menus!
sentdex
Basic PHP Tutorial 13: Multi-dimensional Array
sentdex
Basic PHP Tutorial 15: Functions and Global Variables
sentdex
Basic PHP Tutorial 12: Associative Array
sentdex
Basic PHP Tutorial 14: Foreach loop
sentdex
Basic PHP Tutorial 16: Include and Require
sentdex
Basic PHP Tutorial 7: Assignment, comparison and Logical operators
sentdex
Basic PHP Tutorial 4: Variables and Comments
sentdex
Basic PHP Tutorial 11: Arrays part 1, basic array
sentdex
Basic PHP Tutorial 6: If else and else if conditionals cont'd
sentdex
Basic PHP Tutorial 1: Intro to PHP
sentdex
Basic PHP Tutorial 3: HTML with PHP
sentdex
Basic PHP Tutorial 9: While Loop
sentdex
Basic PHP Tutorial 10: Switch Statement
sentdex
Basic PHP Tutorial 2: Print and Echo
sentdex
Basic PHP Tutorial 5: If else and else if conditional statements
sentdex
Basic PHP Tutorial 8: Arithmatic Operators: Doing math with php
sentdex
Basic PHP Tutorial 17: User Input Form Example / String Manipulation
sentdex
Basic PHP Tutorial 18: HTML Entities and forms cont'd
sentdex
Basic PHP Tutorial 19: Finding words in strings
sentdex
Basic PHP Programming Tutorial 20: Saving to a File / writing and appending
sentdex
Basic PHP Programming Tutorial 22: Hashing part 2: salting
sentdex
Basic PHP Programming Tutorial 23: Variables in Strings and tokenizing
sentdex
Basic PHP Programming Tutorial 21: MD5 Hashing For Security
sentdex
Basic PHP Programming Tutorial 24: String similarity
sentdex
Basic PHP Programming Tutorial 25: Time and Time stamps
sentdex
Basic PHP Programming Tutorial 26: Die and Exit
sentdex
Basic PHP Programming Tutorial 27: MySQL Databases Part 1
sentdex
Basic PHP Programming Tutorial 28: MySQL Database Part 2: Reading From Database
sentdex
Basic PHP Programming Tutorial 29: MySQL Database Part 3: Inputting Data
sentdex
Basic PHP Programming Tutorial 30: MySQL database in Use
sentdex
Django Tutorial Web Development with Python Part 1: Installing Django
sentdex
Python Tutorial: File Deletion and Folder Deletion / directory deletion
sentdex
Python Tutorial: How to Rename Files and Move Files with Python
sentdex
3D Graphs in Matplotlib for Python: Basic 3D Line
sentdex
3D Plotting in Matplotlib for Python: 3D Scatter Plot
sentdex
3D Charts in Matplotlib for Python: Multiple datasets scatter plot
sentdex
Sikuli Tutorial 1: Visually programming in python!
sentdex
Sikuli Tutorial 2: Program visually in python!
sentdex
Sikuli Tutorial 3: Program visually in python!
sentdex
3D Bar Charts in Python and Matplotlib
sentdex
3D Plane wire frame Graph Chart in Python
sentdex
Raspberry Pi Part 1 Introduction
sentdex
Raspberry Pi Part 8: First Download and Update! (Firmware)
sentdex
Raspberry Pi Part 10: How to set up a Linux Web Server on your Pi
sentdex
Raspberry Pi Part 11: Remote Desktop
sentdex
Twitter Analysis: How to rank a user's influence
sentdex
GPIO Tutorial for Pi Part 2 - Programming the GPIO
sentdex
GPIO Tutorial for Raspberry Pi Part 1 - Setting up
sentdex
More on: AI Pair Programming
View skill →Related Reads
📰
📰
📰
📰
Design.md — The One Standard File Carries Your Visual Identity, for Humans and Agents
Medium · UX Design
Replacing a Static Sidebar with a Dynamic Top Navigation + Mega Menu in VibeCoding CRM
Dev.to · Roberto Luna
Stylesheet vs. Component Library vs. Design System
Medium · Startup
Stylesheet vs. Component Library vs. Design System
Medium · UX Design
🎓
Tutor Explanation
DeepCamp AI