FileMood

Download Raspberry Pi For Beginners - 2020 Complete Course

Raspberry Pi For Beginners 2020 Complete Course

Name

Raspberry Pi For Beginners - 2020 Complete Course

 DOWNLOAD Copy Link

Total Size

4.8 GB

Total Files

217

Last Seen

2024-07-22 23:56

Hash

D11F11690C2DE6976E54BD58779FB2C9A4C1F5E3

/.../2. Install Raspberry Pi OS Without any External Monitor or Keyboard/

7. Finish the Startup Configuration - Last Steps.mp4

224.8 MB

1. Intro.mp4

3.9 MB

1. Intro.srt

1.5 KB

2. Flash the Raspberry Pi OS on your micro SD card.mp4

23.3 MB

2. Flash the Raspberry Pi OS on your micro SD card.srt

4.3 KB

3. Setup Wi-Fi and SSH Directly on the micro SD card.mp4

63.8 MB

3. Setup Wi-Fi and SSH Directly on the micro SD card.srt

6.2 KB

3.1 wpa_supplicant.conf

0.2 KB

4. Boot your Raspberry Pi For the First Time and Find its IP address.mp4

97.7 MB

4. Boot your Raspberry Pi For the First Time and Find its IP address.srt

9.6 KB

5. Connect to Your Pi using SSH.mp4

73.2 MB

5. Connect to Your Pi using SSH.srt

7.2 KB

6. Setup VNC to Get a Remote Access to your Raspberry Pi OS Desktop.mp4

108.8 MB

6. Setup VNC to Get a Remote Access to your Raspberry Pi OS Desktop.srt

12.6 KB

7. Finish the Startup Configuration - Last Steps.srt

14.3 KB

/

TutsNode.com.txt

0.1 KB

[TGx]Downloaded from torrentgalaxy.to .txt

0.6 KB

/1. Introduction/

1. Welcome!.mp4

22.8 MB

1. Welcome!.srt

4.8 KB

2. What is Raspberry Pi and What Can You Do With it.mp4

34.2 MB

2. What is Raspberry Pi and What Can You Do With it.srt

6.4 KB

3. List of Materials for this Course - and Recommendations.mp4

35.2 MB

3. List of Materials for this Course - and Recommendations.srt

10.0 KB

3.1 List of Materials - Raspberry Pi For Beginners Course.pdf

63.4 KB

4. How to get the most out of this course.mp4

4.8 MB

4. How to get the most out of this course.srt

1.8 KB

/.../3. Program with Python3 - Variables and Functions/

1. Intro.mp4

1.5 MB

1. Intro.srt

1.1 KB

2. Your first Python program - Discover the Thonny IDE.mp4

49.1 MB

2. Your first Python program - Discover the Thonny IDE.srt

14.1 KB

3. Variables.mp4

41.7 MB

3. Variables.srt

12.7 KB

4. Variables - Data types.mp4

33.2 MB

4. Variables - Data types.srt

9.1 KB

5. Functions.mp4

44.5 MB

5. Functions.srt

11.6 KB

6. Variables - Scope.mp4

35.4 MB

6. Variables - Scope.srt

6.9 KB

7. Activity 01 - Create a Function to Concatenate 2 Uppercase Strings.mp4

10.7 MB

7. Activity 01 - Create a Function to Concatenate 2 Uppercase Strings.srt

3.2 KB

8. Activity 01 - Solution.mp4

43.8 MB

8. Activity 01 - Solution.srt

9.4 KB

8.1 activity_1.py

0.2 KB

/.../4. Program with Python3 - Conditions, Loops, Lists/

1. Conditions.mp4

51.5 MB

1. Conditions.srt

12.5 KB

2. Conditions operators.mp4

55.1 MB

2. Conditions operators.srt

13.0 KB

3. Activity 02 - Validate User Input.mp4

18.2 MB

3. Activity 02 - Validate User Input.srt

4.3 KB

4. Activity 02 - Solution.mp4

31.3 MB

4. Activity 02 - Solution.srt

5.6 KB

4.1 activity_2.py

0.2 KB

5. Loops.mp4

52.0 MB

5. Loops.srt

15.3 KB

6. Lists.mp4

62.5 MB

6. Lists.srt

16.6 KB

7. Activity 03 - Compute Max Value Inside a List.mp4

6.7 MB

7. Activity 03 - Compute Max Value Inside a List.srt

2.5 KB

8. Activity 03 - Solution.mp4

45.8 MB

8. Activity 03 - Solution.srt

11.5 KB

8.1 activity_3.py

0.3 KB

9. Python modules.mp4

14.6 MB

9. Python modules.srt

4.4 KB

10. Program with Python3 - Section Conclusion.mp4

1.8 MB

10. Program with Python3 - Section Conclusion.srt

1.3 KB

/.../5. Build Your First Raspberry Pi Circuit/

1. Intro.mp4

1.5 MB

1. Intro.srt

0.9 KB

2. Warning - PLEASE WATCH - How to Safely Manipulate Your Board.mp4

11.1 MB

2. Warning - PLEASE WATCH - How to Safely Manipulate Your Board.srt

4.4 KB

3. Understand How a Breadboad Works.mp4

62.5 MB

3. Understand How a Breadboad Works.srt

5.3 KB

4. The Resistors Color Code.mp4

29.8 MB

4. The Resistors Color Code.srt

6.2 KB

5. Build Your First Circuit - 1 LED and 1 resistor.mp4

175.3 MB

5. Build Your First Circuit - 1 LED and 1 resistor.srt

8.5 KB

5.1 rpi_1_led.jpg

692.3 KB

/.../6. Control Raspberry Pi's GPIOs with Python/

1. How GPIOs Work.mp4

29.8 MB

1. How GPIOs Work.srt

4.0 KB

2. Create a Python Program to Make an LED Blink.mp4

61.9 MB

2. Create a Python Program to Make an LED Blink.srt

10.8 KB

3. Activity 04 - Set the LED’s State From User Input.mp4

5.1 MB

3. Activity 04 - Set the LED’s State From User Input.srt

1.9 KB

4. Activity 04 - Solution.mp4

56.6 MB

4. Activity 04 - Solution.srt

8.8 KB

4.1 activity_4.py

0.4 KB

5. Add a Push Button to Your Circuit.mp4

201.2 MB

5. Add a Push Button to Your Circuit.srt

10.0 KB

5.1 rpi_push_button.jpg

743.6 KB

6. Detect When a Button is Pressed with Python.mp4

27.7 MB

6. Detect When a Button is Pressed with Python.srt

4.8 KB

/.../7. Practice More with GPIOs/

1. Activity 05 Power ON the LED When the Button is Pressed.mp4

5.0 MB

1. Activity 05 Power ON the LED When the Button is Pressed.srt

1.0 KB

2. Activity 05 - Solution.mp4

48.6 MB

2. Activity 05 - Solution.srt

8.9 KB

2.1 activity_5.py

0.3 KB

3. Add 2 More LEDs to Your Circuit.mp4

138.1 MB

3. Add 2 More LEDs to Your Circuit.srt

6.3 KB

3.1 rpi_2_more_leds.jpg

776.7 KB

4. Activity 06 - Change the Powered on LED When Pressing the Button.mp4

22.5 MB

4. Activity 06 - Change the Powered on LED When Pressing the Button.srt

2.0 KB

5. Activity 06 - Solution.mp4

73.9 MB

5. Activity 06 - Solution.srt

14.5 KB

5.1 activity_6.py

1.2 KB

6. Activity 07 - Optimize Your Code with Lists and Functions.mp4

23.4 MB

6. Activity 07 - Optimize Your Code with Lists and Functions.srt

2.8 KB

7. Activity 07 - Solution.mp4

132.6 MB

7. Activity 07 - Solution.srt

17.3 KB

7.1 activity_7.py

1.0 KB

/.../8. Detect Movement with a PIR Sensor/

1. Intro.mp4

10.0 MB

1. Intro.srt

3.6 KB

2. Tune the PIR sensor.mp4

111.8 MB

2. Tune the PIR sensor.srt

5.7 KB

3. Add the PIR Sensor to Your Circuit.mp4

183.4 MB

3. Add the PIR Sensor to Your Circuit.srt

8.5 KB

3.1 rpi_pir_sensor.jpg

837.0 KB

4. Read the PIR’s Data with Python.mp4

40.1 MB

4. Read the PIR’s Data with Python.srt

7.4 KB

5. Activity 08 - Power on an LED when Motion is Detected - Your First Alarm System.mp4

4.5 MB

5. Activity 08 - Power on an LED when Motion is Detected - Your First Alarm System.srt

0.7 KB

6. Activity 08 - Solution.mp4

23.9 MB

6. Activity 08 - Solution.srt

3.8 KB

6.1 activity_8.py

0.4 KB

/.../9. Use the Terminal on Your Raspberry Pi/

1. Intro.mp4

12.0 MB

1. Intro.srt

2.8 KB

2. Navigation and File System.mp4

197.3 MB

2. Navigation and File System.srt

19.4 KB

3. Edit Files From the Terminal with Nano.mp4

76.1 MB

3. Edit Files From the Terminal with Nano.srt

11.1 KB

4. Create, Remove, and Manipulate Files.mp4

94.3 MB

4. Create, Remove, and Manipulate Files.srt

9.4 KB

5. Install & Update Software.mp4

96.8 MB

5. Install & Update Software.srt

12.6 KB

6. A Few More Terminal Commands to Gain More Control Over Your Raspberry Pi.mp4

18.8 MB

6. A Few More Terminal Commands to Gain More Control Over Your Raspberry Pi.srt

4.6 KB

6.1 Terminal Commands - Quick cheat-sheet.pdf

28.1 KB

/.../10. Python3 and the Terminal/

1. Install Python Modules.mp4

21.5 MB

1. Install Python Modules.srt

4.9 KB

2. Work with Python from the Terminal.mp4

61.3 MB

2. Work with Python from the Terminal.srt

12.6 KB

3. Read, Write, and Manipulate Files with Python.mp4

50.2 MB

3. Read, Write, and Manipulate Files with Python.srt

13.2 KB

4. Activity 09 - Create a new Python Script From the Terminal.mp4

21.8 MB

4. Activity 09 - Create a new Python Script From the Terminal.srt

3.1 KB

5. Activity 09 - Solution.mp4

44.7 MB

5. Activity 09 - Solution.srt

6.2 KB

5.1 activity_9.py

0.5 KB

/.../11. Send an Email From Your Raspberry Pi/

1. Intro.mp4

3.4 MB

1. Intro.srt

1.4 KB

2. Create a new Gmail Account.mp4

22.0 MB

2. Create a new Gmail Account.srt

5.3 KB

3. Install a new Python Module yagmail.mp4

16.3 MB

3. Install a new Python Module yagmail.srt

3.7 KB

4. Get the Password in Your Python Program.mp4

62.6 MB

4. Get the Password in Your Python Program.srt

9.8 KB

5. Send Your First Email From the Raspberry Pi.mp4

27.9 MB

5. Send Your First Email From the Raspberry Pi.srt

5.6 KB

6. Add an Attachment to Your Email.mp4

24.7 MB

6. Add an Attachment to Your Email.srt

3.5 KB

/.../12. Add Vision to Your Applications with the Raspberry Pi Camera V2 Module/

1. Intro.mp4

9.4 MB

1. Intro.srt

2.7 KB

2. Plug the Camera to Your Raspberry Pi.mp4

73.1 MB

2. Plug the Camera to Your Raspberry Pi.srt

3.6 KB

3. Enable the Camera.mp4

18.6 MB

3. Enable the Camera.srt

1.8 KB

4. Take a Photo From the Terminal.mp4

65.8 MB

4. Take a Photo From the Terminal.srt

6.5 KB

5. Record a video From the Terminal.mp4

36.5 MB

5. Record a video From the Terminal.srt

3.3 KB

6. Take a Photo with Python.mp4

30.4 MB

6. Take a Photo with Python.srt

8.2 KB

7. Record a Video with Python.mp4

20.0 MB

7. Record a Video with Python.srt

4.0 KB

8. Activity 10 - Take a Series of Pictures.mp4

5.1 MB

8. Activity 10 - Take a Series of Pictures.srt

2.2 KB

9. Activity 10 - Solution.mp4

42.0 MB

9. Activity 10 - Solution.srt

7.9 KB

9.1 activity_10.py

0.4 KB

/.../13. Create a Web Application on Your Raspberry Pi with Flask and Python/

1. Intro.mp4

5.7 MB

1. Intro.srt

2.4 KB

2. Write Your First Web Server.mp4

35.3 MB

2. Write Your First Web Server.srt

8.8 KB

3. Add a new URL and Connect Flask with GPIOs.mp4

48.6 MB

3. Add a new URL and Connect Flask with GPIOs.srt

6.7 KB

4. Activity 11 - Choose Which LED to Power on From Your a Web Browser.mp4

26.1 MB

4. Activity 11 - Choose Which LED to Power on From Your a Web Browser.srt

3.3 KB

5. Activity 11 - Solution.mp4

77.5 MB

5. Activity 11 - Solution.srt

7.9 KB

5.1 activity_11.py

0.9 KB

/.../14. Final Project/

1. Intro - Project Overview.mp4

32.7 MB

1. Intro - Project Overview.srt

7.6 KB

1.1 Final project - Instructions and Tips to Get Started.pdf

52.9 KB

2. Project - Step 1.mp4

113.0 MB

2. Project - Step 1.srt

21.8 KB

2.1 project_step1.py

1.1 KB

3. Project - Step 2.mp4

58.6 MB

3. Project - Step 2.srt

9.5 KB

3.1 project_step2.py

1.6 KB

4. Project - Step 3.mp4

68.8 MB

4. Project - Step 3.srt

9.2 KB

4.1 project_step3.py

1.9 KB

5. Project - Step 4.mp4

96.4 MB

5. Project - Step 4.srt

10.9 KB

5.1 project_step4.py

2.5 KB

6. Project - Step 5.mp4

87.5 MB

6. Project - Step 5.srt

17.6 KB

6.1 project_step5.py

0.7 KB

7. Project - Step 6.mp4

59.3 MB

7. Project - Step 6.srt

10.2 KB

7.1 project_step6.py

1.0 KB

8. Project - Step 7.mp4

130.1 MB

8. Project - Step 7.srt

20.1 KB

9. Project Conclusion - Going Further.mp4

3.7 MB

9. Project Conclusion - Going Further.srt

1.8 KB

/15. Conclusion/

1. What You've Learned.mp4

2.7 MB

1. What You've Learned.srt

1.8 KB

2. What to do next.mp4

5.6 MB

2. What to do next.srt

2.9 KB

 

Total files 217


Copyright © 2024 FileMood.com