Overview
In this tutorial, you will explore the input and output pins of the Raspberry Pi and learn how to control them using the powerful Python 3 programming language. We will focus on two widely used libraries, Gpiozero and Rpi.GPIO, to facilitate GPIO (General Purpose Input/Output) pin control and interaction.
What You Will Learn
introduction to GPIO pins
How to install the Rpi.GPIO and GPIOZero libraries
LED ...
Overview
In order to begin with Raspberry Pi boards, you’ll need to install an operating system on them, depending on your needs. Raspberry Pi boards support a variety of operating systems. One of the most applicable operating systems for Raspberry Pi is Raspbian. In this tutorial, you’ll learn how to install Raspbian on your Raspberry Pi board in two different methods.
What You Will Learn
What the Raspbian operating system is.
How to insta...
Overview
In this tutorial you will learn about Node Red and how to control Raspberry Pi board using its GUI.
What You Will Learn
Introduction to Node RED and how to install it
How to control LED in a graphic environment with Node RED
Monitor the status of a button using Node RED
What is Node RED?
Node-Red is a programming tool for connecting hardware, APIs and onl...
Overview
Discover the fundamentals of web scraping with Python on a Raspberry Pi. This tutorial will guide you through the process of automatically extracting desired information from websites. As an illustration, we will extract news headlines from the Tech News page of the Reuters website and send them to a designated email account at specific times.
What You Will Learn
Web scraping basics in Python
Implementation of Web scraping projects on the Raspberry Pi board
H...
Introduction
Are you interested in turning your Raspberry Pi into an Android device? In this tutorial, we will guide you step-by-step on how to install the Android operating system on Raspberry Pi. We will also provide a solution to access the Google Play Store.
Whether you want to explore the endless features of this little board or turn your Raspberry Pi board into a media Center, this tutorial has got you covered. We will explain all the necessary steps, from downloading the required files to conf...
Overview
One of the most practical operating systems on the Raspberry Pi is Windows 10 IOT. In this tutorial, you will learn how to install this operating system.
What You Will Learn
Installing windows10 IOT operating system on Raspberry Pi board
Introduction to Windows 10 IoT Core Dashboard software.
What Is Windows10 IoT Core?
Windows10 IOT core is the compact version of Windows10 for ARM p...
Overview
The Raspberry Pi boards include a CSI port to connect a camera. In this tutorial, you’ll learn how to use and connect a camera to Raspberry Pi boards.For this tutorial, you need to install the Raspbian operating system on your board.
What You Will Learn
How to connect a camera to Raspberry Pi board
Controlling the camera using a python script
Taking pictures with Raspberry Pi camera
...
Raspberry Pi
Raspberry Pi is a mini computer based on an ARM processor. Since many different operating systems can be installed on this mini-computer, it can be used in various robotics, programming, and electronics projects.
There are different types and versions of this mini-computer. The newest versions are Raspberry Pi 3 Model A+ and Raspberry Pi 3 Model B+.
More than 19 million Raspberry Pi boards have been sold around the world until now.
Raspberry Pi 3 Version B+ Specification:...
Overview
In this tutorial, you’ll learn about Raspberry Pi serial communication (UART), and how to connect your Raspberry Pi board to the Arduino boards or PC using serial communication.https://electropeak.com/learn/wp-content/uploads/2019/07/Rpiard-Cover-Video.compressed-2.m4v
What You Will Learn
Serial communication between Raspberry Pi and PC
Serial communication between Raspberry Pi and Arduino
What Is Serial Communication?
Serial communication (UART) is one of the most pop...
Overview
Learn how to install Arduino IDE on Raspberry Pi and easily write and upload code to your Arduino board without the need for a PC or laptop. Follow these simple steps to get started.
What You Will Learn
How to install Arduino IDE on Raspberry Pi
Required Materials
Hardware Components
Raspberry Pi 3 B or B+
×
1
Arduino UNO R3
×
1
Software Apps
Arduino IDE
How to install Arduino IDE on Raspberry Pi ?
Follow these steps to install Arduino IDE:
Ste...