<?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="https://funduinoshop.com/en/blog/raspberry-pi/?sRss=1" rel="self" type="application/rss+xml"/>
        <title>Blog / RSS Feed</title>
        <link>https://funduinoshop.com/en/</link>
        <description>Funduinoshop - Raspberry Pi</description>
        <language>en-en</language>
        <lastBuildDate>Mon, 18 May 2026 00:31:47 +0200</lastBuildDate>
                    <item>
                <title>Button on the Raspberry Pi</title>
                <guid>https://funduinoshop.com/en/blog/raspberry-pi/button-on-the-raspberry-pi</guid>
                <link>https://funduinoshop.com/en/blog/raspberry-pi/button-on-the-raspberry-pi</link>
                <description>In the first examples we got to know the GPIO pins as outputs, which we switched to HIGH to let an LED light up. But GPIO stands for General Purpose Input/Output. So you can also use the pins as input....</description>
                <category>Raspberry Pi</category>
                                    <pubDate>Wed, 27 Jul 2022 14:00:00 +0200</pubDate>
                            </item>
                    <item>
                <title>RGB LED on the Raspberry Pi</title>
                <guid>https://funduinoshop.com/en/blog/raspberry-pi/rgb-led-on-the-raspberry-pi</guid>
                <link>https://funduinoshop.com/en/blog/raspberry-pi/rgb-led-on-the-raspberry-pi</link>
                <description> An RGB LED is the combination of three LEDs of different colors in one housing. The term RGB refers to the colors &quot;red&quot;, &quot;green&quot; and &quot;blue&quot;. The respective LEDs can be controlled with pulse width modulation (PWM)....</description>
                <category>Raspberry Pi</category>
                                    <pubDate>Tue, 19 Jul 2022 09:00:00 +0200</pubDate>
                            </item>
                    <item>
                <title>Pulsating LED on the Raspberry Pi (pulse width modulation)</title>
                <guid>https://funduinoshop.com/en/blog/raspberry-pi/pulsating-led-on-the-raspberry-pi-pulse-width-modulation</guid>
                <link>https://funduinoshop.com/en/blog/raspberry-pi/pulsating-led-on-the-raspberry-pi-pulse-width-modulation</link>
                <description>An LED is said to become pulsatingly brighter and darker. (Also called &quot;fade&quot;, after the verb to fade). We would like to implement this with the so-called pulse width modulation...</description>
                <category>Raspberry Pi</category>
                                    <pubDate>Fri, 17 Jun 2022 10:00:00 +0200</pubDate>
                            </item>
                    <item>
                <title>Connect buzzer and LED to the Raspberry Pi</title>
                <guid>https://funduinoshop.com/en/blog/raspberry-pi/connect-buzzer-and-led-to-the-raspberry-pi</guid>
                <link>https://funduinoshop.com/en/blog/raspberry-pi/connect-buzzer-and-led-to-the-raspberry-pi</link>
                <description>In this blog post we want to make a buzzer and an LED light up and sound respectively with the help of a Raspberry Pi microcontroller. This program is often used in schools to demonstrate the...</description>
                <category>Raspberry Pi</category>
                                    <pubDate>Wed, 15 Jun 2022 15:00:00 +0200</pubDate>
                            </item>
                    <item>
                <title>Alternately flashing LEDs on the Raspberry Pi microcontroller</title>
                <guid>https://funduinoshop.com/en/blog/raspberry-pi/alternately-flashing-leds-on-the-raspberry-pi-microcontroller</guid>
                <link>https://funduinoshop.com/en/blog/raspberry-pi/alternately-flashing-leds-on-the-raspberry-pi-microcontroller</link>
                <description>It is also possible to connect the electronic components on the breadboard without a T-Cobbler. But then you need a jumper wire of the type female - male for the connection to the J6 connector strip of the Raspberry Pi...</description>
                <category>Raspberry Pi</category>
                                    <pubDate>Mon, 06 Jun 2022 08:00:00 +0200</pubDate>
                            </item>
                    <item>
                <title>Flashing LED on Raspberry Pi microcontroller</title>
                <guid>https://funduinoshop.com/en/blog/raspberry-pi/flashing-led-on-raspberry-pi-microcontroller</guid>
                <link>https://funduinoshop.com/en/blog/raspberry-pi/flashing-led-on-raspberry-pi-microcontroller</link>
                <description>Unlike the Arduino, the Raspberry Pi does not have access to the built-in LEDs. They only indicate power supply and access to the µSD card. To make an LED blink, an external LED with a power supply is needed....</description>
                <category>Raspberry Pi</category>
                                    <pubDate>Wed, 01 Jun 2022 00:45:00 +0200</pubDate>
                            </item>
                    <item>
                <title>Getting Started with the Raspberry Pi - Part 3: Programming</title>
                <guid>https://funduinoshop.com/en/blog/raspberry-pi/getting-started-with-the-raspberry-pi-part-3-programming</guid>
                <link>https://funduinoshop.com/en/blog/raspberry-pi/getting-started-with-the-raspberry-pi-part-3-programming</link>
                <description>Basically, you can also install the Arduino IDE on the Raspberry Pi or use the pre-installed program Geany, a very functional editor, in different programming languages....</description>
                <category>Raspberry Pi</category>
                                    <pubDate>Tue, 24 May 2022 11:00:00 +0200</pubDate>
                            </item>
                    <item>
                <title>Getting Started with the Raspberry Pi - Part 2: Hardware and Software</title>
                <guid>https://funduinoshop.com/en/blog/raspberry-pi/getting-started-with-the-raspberry-pi-part-2-hardware-and-software</guid>
                <link>https://funduinoshop.com/en/blog/raspberry-pi/getting-started-with-the-raspberry-pi-part-2-hardware-and-software</link>
                <description>A short introduction to the most important components for the Raspberry Pi. Whether plug-in cable, resistor or LED, we show you which components you need to get started. In addition, we go into the installation of the software for the Raspberry Pi and...</description>
                <category>Raspberry Pi</category>
                                    <pubDate>Sun, 22 May 2022 12:00:00 +0200</pubDate>
                            </item>
                    <item>
                <title>Getting Started with the Raspberry Pi - Part 1</title>
                <guid>https://funduinoshop.com/en/blog/raspberry-pi/getting-started-with-the-raspberry-pi-part-1</guid>
                <link>https://funduinoshop.com/en/blog/raspberry-pi/getting-started-with-the-raspberry-pi-part-1</link>
                <description>This guide is intended to serve as a foundation for learning the Raspberry Pi OS with a focus on the Python programming language. It is intended to provide beginners with a simple, interesting and closely guided introduction to...</description>
                <category>Raspberry Pi</category>
                                    <pubDate>Thu, 19 May 2022 13:30:00 +0200</pubDate>
                            </item>
            </channel>
</rss>
