Raspberry Pi projects: Modern solutions require more 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 MoreUART – The Universal Asynchronous Receiver-Transmitter
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 MoreControl your Raspberry Pi Remotely
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 MoreI2C – The Inter-Integrated Circuit Bus
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 MoreSPI – The Serial Peripheral Interface
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 MoreRaspberry Pi stock update 2022 (with delivery timelines)
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 MoreConnect to your Raspberry Pi without a monitor (Remote Working!)
If you travel regularly, the last thing you want is to lug around a monitor, keyboard and mouse just for your Raspberry Pi. It’s a real pain. Check-in luggage is expensive and takes time at the carousels. But one thing you’ll always bring with you as a remote worker is your laptop. Your laptop has…
Read MoreSet up a VPN Server with Raspberry Pi
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 MoreExpanding 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 MoreDIY 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