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.

Robots are a very popular entry-level project for the Raspberry Pi because you can learn a lot with them, have fun and add a lot of additional hardware. For example, a robot can automatically follow lines, recognize and follow faces, measure distances and thereby drive autonomously. Or we can just…

The ESP8266/NodeMCU is a small and inexpensive microcontroller with an integrated wireless LAN module, which is particularly popular in the field of home automation. In addition to programming using the “Lua” language, the ESP8266 can also be programmed with the classic Arduino IDE (with C ++ and other modules). Since…

Are you logged out of your system because you don’t know the Raspberry Pi default login and are now searching for ways to reset it? If yes, then rest assured! We will provide you with all the information you need regarding resetting and securing your Raspberry Pi OS. Like other…

Home assistant (hass.io) is an open source home automation software, which gives us free tools to convert our home to a smart home. All you need to do is to set up Home Assistant on a Raspberry Pi (Raspi) and connect our home appliances with it. With proper configuration, we…

The Raspberry Pi Foundation has released a pure microcontroller at a super low price: the Raspberry Pi Pico. This differs from its “siblings” but is easier to program than seldom before. We can write our first small application using MicroPython and/or C++. In addition, the Pico comes with many GPIOs…