Home / Tutorials / Raspberry Pi Tutorial (page 2)

Raspberry Pi Tutorial

Raspberry Pi TutorialsWant more firepower? Then use a Raspberry Pi! This Linux mini computer can easily connect to the Internet, use a touchscreen monitor, even play console games! This is a collection of Raspberry Pi tutorials you can try if you want to learn or if you are stuck on some part of your project.

How the DHT22 Sensor Works

DHT22 Sensor from DFRobot5

The DHT22 temperature and humidity sensor is a common sensor; in fact, there are tons of tutorials out there teaching you how to use it with your Arduino, Raspberry Pi, or other microcontrollers. What prompted me to write about this sensor is my curiosity about how it gives out two …

Read More »

Raspberry Pi Serial (UART) Tutorial

Arduino UNO Raspberry Pi Connection

The serial port is a common way to “talk” to devices and is a feature that most microcontrollers and computers have. This Raspberry Pi Serial tutorial teaches you how to utilize the board’s UART feature in order to connect to a PC or to other microcontrollers and peripherals.

Read More »

Raspberry Pi GPIO Tutorial

GPIO LED output example

The Raspberry Pi is a Linux computer. But unlike most desktop and laptop Linux computers, users have access to a row of pins that can be used as inputs or outputs. These 40 pins are called GPIO (General Purpose Input Output) pins. This Raspberry Pi GPIO tutorial aims to help …

Read More »

Using RFID with Raspberry Pi Zero

Using RFID cards and tags is a cool way to switch on anything, wirelessly. For example, you can create an e-lock for your room, check meeting attendance or use cards to control your robot. In this tutorial, we will add RFID functions to a Raspberry Pi Zero.

Read More »