Raspberry Pi projects: Modern solutions require more modern solutions!

modern solutions require modern solutions

This week, we’re bringing you some very modern Raspberry Pi projects! Ever seen the meme that goes like “Modern problems require modern solutions?” Well, what happens if your modern solutions create some modern problems? Well then, you need a modern solution. Hence, modern solutions require modern solutions. Sometimes, though, these problems are so minor that…

Read More

UART – The Universal Asynchronous Receiver-Transmitter

Everything about UART Title Image

UART is a full duplex serial interface. It enables two devices to communicate over just three wires and supports variable speeds. UART Characteristics Like the name suggests, UART is an asynchronous interface. Unlike SPI or I2C there is no need for a dedicated clock. The two devices just need to use the same transmission speed.…

Read More

Control your Raspberry Pi Remotely

Remote control your Raspberry Pi

There are many ways to remotely control your Raspberry Pi. Do you want to be able to control it as if you were in front of your Raspberry Pi? Or do you want to control its GPIO pins? Remote control can mean using your Raspberry Pi as if you were on the device itself. In…

Read More

I2C – The Inter-Integrated Circuit Bus

Everything about I2C Title Image

The I2C bus is very commonly used in the embedded realm. We explain how it works and how to set it up on the Raspberry Pi with an example. I2C Characteristics The Inter-Integrated Circuit Bus is a synchronous serial communication bus. Philips Semiconductors was responsible for the invention in 1982 but the interface quickly gained…

Read More

SPI – The Serial Peripheral Interface

Everything about SPI Title Image

SPI means Serial Peripheral Interface. With SPI you can exchange data blazingly fast between two devices. And you only need four wires. SPI Characteristics The serial peripheral interface is a synchronous communication interface for short distances. Synchronous means that the data is sent in form of blocks or frames and the the two devices are…

Read More

Raspberry Pi stock update 2022 (with delivery timelines)

raspberry pi stock availability may 2022

Everyone is rightfully clamoring about Raspberry Pi stock. So we felt it time to give an update with delivery timelines. PiCockpit is a property of pi3g, which also has buyzero.de, an Approved Reseller of the Raspberry Pi. Here’s how stock for various Raspberry Pis will look for this year. Raspberry Pi 4 availability in 2022:…

Read More

Set up a VPN Server with Raspberry Pi

raspberry pi vpn

This article covers how to turn your Raspberry Pi into a VPN server. I was inspired when one of my friends was going away on a long trip and wanted a VPN. The benefit of having a VPN, he explained, was that it allowed him to access his home network and files. That’s pretty standard.…

Read More

Expanding PiCockpit to 64 Bit Pi OS

As you might have heard, Raspberry Pi OS is now also available in a 64 Bit version. While there are still a lot of reasons to be sticking with the well tried and tested 32 Bit operating system, a lot of you probably want to try out the newest iteration yourselves. Well we’re making PiCockpit…

Read More

DIY Sensors

DIY Sensors

Learn how to build your own DIY sensors. It’s easy, it’s fast and it costs almost nothing. Additionally, you will learn a lot about sensors. Check out our Video if you do not feel like reading. How do sensors work There are countless types of sensors. Sensors for measuring temperature, light, sound or forces, to…

Read More