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.

How to use 16×2 LCD with Raspberry Pi

raspberry pi lcd

The 16×2 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 »