Home / Tutorials / Raspberry Pi Tutorial (page 3)

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.

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 »

How to use 16x2 LCD with Raspberry Pi

raspberry pi lcd

The 16x2 parallel LCD (HD44780) is a popular liquid crystal display among hobbyists due to its cheap price and ease of use. The Arduino platform recognizes its popularity and created the LiquidCrystal library for it. The Arduino LCD tutorial covers that. I attempted to port the LiquidCrystal library to the …

Read More »

Raspberry Pi VNC Control Via PC

Raspberry Pi VNC

I don't have a monitor for my Raspberry Pi so I use SSH to access and control it. I can do everything I need with SSH but sometimes I just grow tired of looking at the terminal and just want to point and click my mouse in using my board. …

Read More »