What is the Raspberry Pi?

The Raspberry Pi is a miniature computer that is ideal for handicrafts or home automation. Thanks to its controllable IO (input-output) pins, sensors and other hardware can be read out and controlled very easily. Because of this and its low price, it is also a very popular way to get started with (hardware-related) programming for beginners, children and those interested.

In the meantime, the Raspberry Pi has been sold millions of times and there is a ready-made solution for almost every application, or a way to achieve your dream project. This page deals with all topics related to the Raspberry Pi. This includes simple tutorials on the use of sensors, pure help on programming topics, to complex Raspberry Pi tutorial series in the field of home automation, robotics and many more. You can simply browse in the menu and on the page or leave a comment. Since new Raspberry Pi instructions and tutorials appear regularly, it is definitely worth activating the newsletter.

Google Chrome is one of the fastest and most widely used web browsers for desktop computers. Due to some statistics Chrome is used on more than half of all PC’s of the world. Since it is a opensource project, you can get also Chrome for Raspberry Pi’s. In this tutorial…

All Raspberry Pi models are delivered without a case. But to protect your Pi it is recommended to use one and additionally it is nice to look at. There are so many really nice cases with fans or integrated touchscreens. You might ask which is the best Raspberry Pi case…

Similar to TeamViewer a remote desktop connection enables remote access to another computer. This has the advantage that you don’t need two monitors or have to switch between two systems. Although the Raspberry Pi can be controlled almost exclusively via console, but some programs are to be controlled only by…

After setting up your Raspberry Pi you probably don’t want to use your keyboard and mouse. That’s where a remote connection helps: You can have remote access to your Raspberry Pi through SSH from every other computer which is in the same network as your Pi. In this Tutorial you…

Acceleration and rotation sensors are most known from smartphones. The rotation of the device can be detected and can be addressed directly. With the Raspberry Pi and a Gyroscope / Accelerator sensor it is possible to measure the rotation as well as the acceleration of the 3 axes. In this…

Stepper motors are ideal for applications where it is necessary to know the angle of rotation, for example in robotics. Unlike a normal motor, stepper motors can control the steps individually and can therefore detect the exact position. For easy controlling such a motor, a driver IC like the L293D…