<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>peppe8o</title>
	<atom:link href="https://peppe8o.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://peppe8o.com/</link>
	<description>Raspberry PI, Arduino and Electronics made simple</description>
	<lastBuildDate>Sat, 04 Apr 2026 07:14:14 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://peppe8o.com/wp-content/uploads/2024/03/cropped-Logo2D_512x512_2-32x32.png</url>
	<title>peppe8o</title>
	<link>https://peppe8o.com/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Use Streamlit with Raspberry PI: Deploy Web Apps in Minutes with Python</title>
		<link>https://peppe8o.com/streamlit-raspberry-pi/</link>
					<comments>https://peppe8o.com/streamlit-raspberry-pi/#respond</comments>
		
		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Sat, 04 Apr 2026 07:14:14 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Raspberry PI]]></category>
		<category><![CDATA[RPI Computers]]></category>
		<category><![CDATA[chatbot]]></category>
		<category><![CDATA[raspberry pi]]></category>
		<category><![CDATA[streamlit]]></category>
		<category><![CDATA[web apps]]></category>
		<category><![CDATA[web server]]></category>
		<guid isPermaLink="false">https://peppe8o.com/?p=16465</guid>

					<description><![CDATA[<a href="https://peppe8o.com/streamlit-raspberry-pi/" title="How to Use Streamlit with Raspberry PI: Deploy Web Apps in Minutes with Python" rel="nofollow"><img width="300" height="169" src="https://peppe8o.com/wp-content/uploads/2026/04/streamlit-raspberry-pi-featured-image-300x169.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="streamlit-raspberry-pi-featured-image" style="display: block; margin-bottom: 5px; clear:both;max-width: 100%;" link_thumbnail="1" decoding="async" fetchpriority="high" srcset="https://peppe8o.com/wp-content/uploads/2026/04/streamlit-raspberry-pi-featured-image-300x169.jpg 300w, https://peppe8o.com/wp-content/uploads/2026/04/streamlit-raspberry-pi-featured-image-768x432.jpg 768w, https://peppe8o.com/wp-content/uploads/2026/04/streamlit-raspberry-pi-featured-image.jpg 1200w" sizes="(max-width: 300px) 100vw, 300px" /></a><p>Last Updated on 4th April 2026 by peppe8o In this tutorial, I&#8217;m going to show you how to install and use Streamlit with Raspberry PI computer boards. This will enable you to fastly deploy web apps directly from your Python scripts, without the need to have html, Javascript, or CSS skills. About Streamlit Streamlit is [&#8230;]</p>
<p>The post <a href="https://peppe8o.com/streamlit-raspberry-pi/">How to Use Streamlit with Raspberry PI: Deploy Web Apps in Minutes with Python</a> appeared first on <a href="https://peppe8o.com">peppe8o</a>.</p>
]]></description>
		
					<wfw:commentRss>https://peppe8o.com/streamlit-raspberry-pi/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>LangChain with Raspberry PI and Ollama: Build your Self-Hosted AI Apps</title>
		<link>https://peppe8o.com/langchain-raspberry-pi/</link>
					<comments>https://peppe8o.com/langchain-raspberry-pi/#respond</comments>
		
		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Fri, 27 Mar 2026 18:45:30 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Raspberry PI]]></category>
		<category><![CDATA[ai]]></category>
		<category><![CDATA[artificial intelligence]]></category>
		<category><![CDATA[chatbot]]></category>
		<category><![CDATA[langchain]]></category>
		<category><![CDATA[ollama]]></category>
		<category><![CDATA[qwen]]></category>
		<category><![CDATA[raspberry pi]]></category>
		<guid isPermaLink="false">https://peppe8o.com/?p=16461</guid>

					<description><![CDATA[<a href="https://peppe8o.com/langchain-raspberry-pi/" title="LangChain with Raspberry PI and Ollama: Build your Self-Hosted AI Apps" rel="nofollow"><img width="300" height="167" src="https://peppe8o.com/wp-content/uploads/2026/03/langchain-raspberry-pi-featured-image-300x167.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="langchain-raspberry-pi-featured-image" style="display: block; margin-bottom: 5px; clear:both;max-width: 100%;" link_thumbnail="1" decoding="async" srcset="https://peppe8o.com/wp-content/uploads/2026/03/langchain-raspberry-pi-featured-image-300x167.jpg 300w, https://peppe8o.com/wp-content/uploads/2026/03/langchain-raspberry-pi-featured-image-768x427.jpg 768w, https://peppe8o.com/wp-content/uploads/2026/03/langchain-raspberry-pi-featured-image.jpg 1350w" sizes="(max-width: 300px) 100vw, 300px" /></a><p>Last Updated on 27th March 2026 by peppe8o In this tutorial, I will show you how to install LangChain on a Raspberry PI computer board, running a complete Artificial Intelligence stack locally with Ollama. I&#8217;ll not use any cloud service, and the full code will run self-hosted in your computer board. About Langchain LangChain is [&#8230;]</p>
<p>The post <a href="https://peppe8o.com/langchain-raspberry-pi/">LangChain with Raspberry PI and Ollama: Build your Self-Hosted AI Apps</a> appeared first on <a href="https://peppe8o.com">peppe8o</a>.</p>
]]></description>
		
					<wfw:commentRss>https://peppe8o.com/langchain-raspberry-pi/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Using Pascal Programming Language With Raspberry PI</title>
		<link>https://peppe8o.com/free-pascal-raspberry-pi/</link>
					<comments>https://peppe8o.com/free-pascal-raspberry-pi/#respond</comments>
		
		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Sun, 22 Mar 2026 09:44:28 +0000</pubDate>
				<category><![CDATA[RPI Computers]]></category>
		<category><![CDATA[free pascal]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[pascal]]></category>
		<category><![CDATA[programming language]]></category>
		<category><![CDATA[raspberry pi]]></category>
		<category><![CDATA[raspberry pi os lite]]></category>
		<guid isPermaLink="false">https://peppe8o.com/?p=2138</guid>

					<description><![CDATA[<a href="https://peppe8o.com/free-pascal-raspberry-pi/" title="Using Pascal Programming Language With Raspberry PI" rel="nofollow"><img width="300" height="167" src="https://peppe8o.com/wp-content/uploads/2026/03/free-pascal-raspberry-pi-featured-image-300x167.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="free-pascal-raspberry-pi-featured-image" style="display: block; margin-bottom: 5px; clear:both;max-width: 100%;" link_thumbnail="1" decoding="async" srcset="https://peppe8o.com/wp-content/uploads/2026/03/free-pascal-raspberry-pi-featured-image-300x167.jpg 300w, https://peppe8o.com/wp-content/uploads/2026/03/free-pascal-raspberry-pi-featured-image-768x427.jpg 768w, https://peppe8o.com/wp-content/uploads/2026/03/free-pascal-raspberry-pi-featured-image.jpg 1350w" sizes="(max-width: 300px) 100vw, 300px" /></a><p>Last Updated on 22nd March 2026 by peppe8o In this tutorial, I will show you how to install and use Pascal on Raspberry PI computer boards. I&#8217;ll also show you how to setup a simple and useful terminal IDE to control and analyse your Pascal code. What Is Pascal Many people of my age still [&#8230;]</p>
<p>The post <a href="https://peppe8o.com/free-pascal-raspberry-pi/">Using Pascal Programming Language With Raspberry PI</a> appeared first on <a href="https://peppe8o.com">peppe8o</a>.</p>
]]></description>
		
					<wfw:commentRss>https://peppe8o.com/free-pascal-raspberry-pi/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Install Privoxy on Raspberry PI for Kid Safe Browsing</title>
		<link>https://peppe8o.com/privoxy-raspberry-pi/</link>
					<comments>https://peppe8o.com/privoxy-raspberry-pi/#respond</comments>
		
		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Sat, 14 Mar 2026 15:52:58 +0000</pubDate>
				<category><![CDATA[RPI Computers]]></category>
		<category><![CDATA[browsing]]></category>
		<category><![CDATA[kid safe]]></category>
		<category><![CDATA[privoxy]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[raspberry pi]]></category>
		<guid isPermaLink="false">https://peppe8o.com/?p=2965</guid>

					<description><![CDATA[<a href="https://peppe8o.com/privoxy-raspberry-pi/" title="Install Privoxy on Raspberry PI for Kid Safe Browsing" rel="nofollow"><img width="300" height="141" src="https://peppe8o.com/wp-content/uploads/2020/09/Raspberry-pi-Privoxy-featured-image-300x141.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="Raspberry pi Privoxy featured image" style="display: block; margin-bottom: 5px; clear:both;max-width: 100%;" link_thumbnail="1" decoding="async" loading="lazy" srcset="https://peppe8o.com/wp-content/uploads/2020/09/Raspberry-pi-Privoxy-featured-image-300x141.jpg 300w, https://peppe8o.com/wp-content/uploads/2020/09/Raspberry-pi-Privoxy-featured-image-768x361.jpg 768w, https://peppe8o.com/wp-content/uploads/2020/09/Raspberry-pi-Privoxy-featured-image.jpg 1037w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><p>Last Updated on 22nd March 2026 by peppe8o In this tutorial, I&#8217;m going to show you how to set up Privoxy on a Raspberry PI computer board. Smart devices are becoming familiar to very young people, and kids are going to be more exposed to web content. Unfortunately, the web has also become populated by [&#8230;]</p>
<p>The post <a href="https://peppe8o.com/privoxy-raspberry-pi/">Install Privoxy on Raspberry PI for Kid Safe Browsing</a> appeared first on <a href="https://peppe8o.com">peppe8o</a>.</p>
]]></description>
		
					<wfw:commentRss>https://peppe8o.com/privoxy-raspberry-pi/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Gogs on Raspberry PI: Self-Hosted, Private Git Web Portal</title>
		<link>https://peppe8o.com/gogs-raspberry-pi/</link>
					<comments>https://peppe8o.com/gogs-raspberry-pi/#respond</comments>
		
		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Sat, 07 Mar 2026 14:55:58 +0000</pubDate>
				<category><![CDATA[Docker]]></category>
		<category><![CDATA[RPI Computers]]></category>
		<category><![CDATA[docker]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[git web portal]]></category>
		<category><![CDATA[gogs]]></category>
		<category><![CDATA[raspberry pi]]></category>
		<category><![CDATA[self hosted]]></category>
		<guid isPermaLink="false">https://peppe8o.com/?p=3443</guid>

					<description><![CDATA[<a href="https://peppe8o.com/gogs-raspberry-pi/" title="How to install Gogs on Raspberry PI: Self-Hosted, Private Git Web Portal" rel="nofollow"><img width="300" height="169" src="https://peppe8o.com/wp-content/uploads/2020/12/raspberry-pi-gogs-featured-image-300x169.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="raspberry pi gogs featured image" style="display: block; margin-bottom: 5px; clear:both;max-width: 100%;" link_thumbnail="1" decoding="async" loading="lazy" srcset="https://peppe8o.com/wp-content/uploads/2020/12/raspberry-pi-gogs-featured-image-300x169.jpg 300w, https://peppe8o.com/wp-content/uploads/2020/12/raspberry-pi-gogs-featured-image-768x432.jpg 768w, https://peppe8o.com/wp-content/uploads/2020/12/raspberry-pi-gogs-featured-image.jpg 1240w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><p>Last Updated on 7th March 2026 by peppe8o In this tutorial, I&#8217;m going to show you how to setup a private Git web portal on a cheap board, installing Gogs on a Raspberry PI. I&#8217;ll use a Raspberry PI 5 Model B, but this tutorial also works with newer Raspberry PI boards. Code development requires [&#8230;]</p>
<p>The post <a href="https://peppe8o.com/gogs-raspberry-pi/">How to install Gogs on Raspberry PI: Self-Hosted, Private Git Web Portal</a> appeared first on <a href="https://peppe8o.com">peppe8o</a>.</p>
]]></description>
		
					<wfw:commentRss>https://peppe8o.com/gogs-raspberry-pi/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Raspberry PI Pinout for Computer Boards (Zero, Model A, Model B)</title>
		<link>https://peppe8o.com/raspberry-pi-pinout/</link>
					<comments>https://peppe8o.com/raspberry-pi-pinout/#respond</comments>
		
		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Fri, 27 Feb 2026 20:28:27 +0000</pubDate>
				<category><![CDATA[RPI Computers]]></category>
		<category><![CDATA[general purpose input output]]></category>
		<category><![CDATA[gpio]]></category>
		<category><![CDATA[pinout raspberry pi]]></category>
		<category><![CDATA[raspberry pi pinout]]></category>
		<guid isPermaLink="false">https://peppe8o.com/?p=994</guid>

					<description><![CDATA[<a href="https://peppe8o.com/raspberry-pi-pinout/" title="Raspberry PI Pinout for Computer Boards (Zero, Model A, Model B)" rel="nofollow"><img width="300" height="167" src="https://peppe8o.com/wp-content/uploads/2026/02/raspberry-pi-pinout-featured-image-300x167.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="raspberry-pi-pinout-featured-image" style="display: block; margin-bottom: 5px; clear:both;max-width: 100%;" link_thumbnail="1" decoding="async" loading="lazy" srcset="https://peppe8o.com/wp-content/uploads/2026/02/raspberry-pi-pinout-featured-image-300x167.jpg 300w, https://peppe8o.com/wp-content/uploads/2026/02/raspberry-pi-pinout-featured-image-768x427.jpg 768w, https://peppe8o.com/wp-content/uploads/2026/02/raspberry-pi-pinout-featured-image.jpg 1350w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><p>Last Updated on 27th February 2026 by peppe8o In this article, I&#8217;m going to explain the Raspberry PI pinout schema for computer boards. This is useful when we plan to interface the Raspberry PI with external electronic parts like motors and sensors. What Are Raspberry PI GPIO GPIOs (General Purpose Input/Output) are physical pins that [&#8230;]</p>
<p>The post <a href="https://peppe8o.com/raspberry-pi-pinout/">Raspberry PI Pinout for Computer Boards (Zero, Model A, Model B)</a> appeared first on <a href="https://peppe8o.com">peppe8o</a>.</p>
]]></description>
		
					<wfw:commentRss>https://peppe8o.com/raspberry-pi-pinout/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Use Tailscale on Raspberry PI with Docker (and Secure Remote Access to Your Home LAN)</title>
		<link>https://peppe8o.com/tailscale-raspberry-pi/</link>
					<comments>https://peppe8o.com/tailscale-raspberry-pi/#respond</comments>
		
		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Mon, 23 Feb 2026 16:50:15 +0000</pubDate>
				<category><![CDATA[Uncategorised]]></category>
		<guid isPermaLink="false">https://peppe8o.com/?p=16340</guid>

					<description><![CDATA[<a href="https://peppe8o.com/tailscale-raspberry-pi/" title="How to Use Tailscale on Raspberry PI with Docker (and Secure Remote Access to Your Home LAN)" rel="nofollow"><img width="300" height="167" src="https://peppe8o.com/wp-content/uploads/2026/02/tailscale-raspberry-pi-featured-image-300x167.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="tailscale-raspberry-pi-featured-image" style="display: block; margin-bottom: 5px; clear:both;max-width: 100%;" link_thumbnail="1" decoding="async" loading="lazy" srcset="https://peppe8o.com/wp-content/uploads/2026/02/tailscale-raspberry-pi-featured-image-300x167.jpg 300w, https://peppe8o.com/wp-content/uploads/2026/02/tailscale-raspberry-pi-featured-image-768x427.jpg 768w, https://peppe8o.com/wp-content/uploads/2026/02/tailscale-raspberry-pi-featured-image.jpg 1350w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><p>Last Updated on 23rd February 2026 by peppe8o This tutorial will show you how to deploy Tailscale on Raspberry PI computer boards as a Docker container, giving your smartphone (or any Tailscale device) full access to your LAN services like Home Assistant, NAS, routers, and self-hosted apps. For example, I will guide you to set [&#8230;]</p>
<p>The post <a href="https://peppe8o.com/tailscale-raspberry-pi/">How to Use Tailscale on Raspberry PI with Docker (and Secure Remote Access to Your Home LAN)</a> appeared first on <a href="https://peppe8o.com">peppe8o</a>.</p>
]]></description>
		
					<wfw:commentRss>https://peppe8o.com/tailscale-raspberry-pi/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Project Management Web Platform with Redmine on Raspberry PI and Docker</title>
		<link>https://peppe8o.com/redmine-raspberry-pi/</link>
					<comments>https://peppe8o.com/redmine-raspberry-pi/#comments</comments>
		
		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Tue, 17 Feb 2026 20:55:15 +0000</pubDate>
				<category><![CDATA[Docker]]></category>
		<category><![CDATA[RPI Computers]]></category>
		<category><![CDATA[docker]]></category>
		<category><![CDATA[docker-compose]]></category>
		<category><![CDATA[project management]]></category>
		<category><![CDATA[raspberry pi]]></category>
		<category><![CDATA[redmine]]></category>
		<guid isPermaLink="false">https://peppe8o.com/?p=2296</guid>

					<description><![CDATA[<a href="https://peppe8o.com/redmine-raspberry-pi/" title="Project Management Web Platform with Redmine on Raspberry PI and Docker" rel="nofollow"><img width="300" height="175" src="https://peppe8o.com/wp-content/uploads/2020/07/Raspberry-PI-Redmine-featured-image-300x175.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="Raspberry PI Redmine featured image" style="display: block; margin-bottom: 5px; clear:both;max-width: 100%;" link_thumbnail="1" decoding="async" loading="lazy" srcset="https://peppe8o.com/wp-content/uploads/2020/07/Raspberry-PI-Redmine-featured-image-300x175.jpg 300w, https://peppe8o.com/wp-content/uploads/2020/07/Raspberry-PI-Redmine-featured-image-768x448.jpg 768w, https://peppe8o.com/wp-content/uploads/2020/07/Raspberry-PI-Redmine-featured-image.jpg 1200w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><p>Last Updated on 18th February 2026 by peppe8o Project management involves strong communication requirements. Keeping all teams aligned on task progress and issue solutions requires strong tools to share info between involved owners and a strict timeline for sharing. In this guide, I&#8217;ll show you how to install Redmine on your Raspberry PI computer board [&#8230;]</p>
<p>The post <a href="https://peppe8o.com/redmine-raspberry-pi/">Project Management Web Platform with Redmine on Raspberry PI and Docker</a> appeared first on <a href="https://peppe8o.com">peppe8o</a>.</p>
]]></description>
		
					<wfw:commentRss>https://peppe8o.com/redmine-raspberry-pi/feed/</wfw:commentRss>
			<slash:comments>20</slash:comments>
		
		
			</item>
		<item>
		<title>Open Source Web Radio with Icecast2 and Raspberry PI</title>
		<link>https://peppe8o.com/icecast-raspberry-pi/</link>
					<comments>https://peppe8o.com/icecast-raspberry-pi/#respond</comments>
		
		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Sun, 08 Feb 2026 20:14:10 +0000</pubDate>
				<category><![CDATA[RPI Computers]]></category>
		<category><![CDATA[butt]]></category>
		<category><![CDATA[icecast]]></category>
		<category><![CDATA[icecast2]]></category>
		<category><![CDATA[raspberry pi]]></category>
		<category><![CDATA[streaming server]]></category>
		<category><![CDATA[web radio]]></category>
		<guid isPermaLink="false">https://peppe8o.com/?p=4126</guid>

					<description><![CDATA[<a href="https://peppe8o.com/icecast-raspberry-pi/" title="Open Source Web Radio with Icecast2 and Raspberry PI" rel="nofollow"><img width="300" height="175" src="https://peppe8o.com/wp-content/uploads/2021/03/Raspberry-PI-Icecast-featured-image-300x175.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="Raspberry PI Icecast featured image" style="display: block; margin-bottom: 5px; clear:both;max-width: 100%;" link_thumbnail="1" decoding="async" loading="lazy" srcset="https://peppe8o.com/wp-content/uploads/2021/03/Raspberry-PI-Icecast-featured-image-300x175.jpg 300w, https://peppe8o.com/wp-content/uploads/2021/03/Raspberry-PI-Icecast-featured-image-768x448.jpg 768w, https://peppe8o.com/wp-content/uploads/2021/03/Raspberry-PI-Icecast-featured-image.jpg 1200w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><p>Last Updated on 8th February 2026 by peppe8o In this tutorial, I&#8217;m going to show you how to install and use Icecast2 on a Raspberry PI computer board, with a complete example. As the web became more popular, many web radios born because of their low maintenance costs. One of the most popular platforms to [&#8230;]</p>
<p>The post <a href="https://peppe8o.com/icecast-raspberry-pi/">Open Source Web Radio with Icecast2 and Raspberry PI</a> appeared first on <a href="https://peppe8o.com">peppe8o</a>.</p>
]]></description>
		
					<wfw:commentRss>https://peppe8o.com/icecast-raspberry-pi/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Install Playwright on Raspberry PI: Automate your Browser Tasks (both Python or Docker)</title>
		<link>https://peppe8o.com/playwright-raspberry-pi/</link>
					<comments>https://peppe8o.com/playwright-raspberry-pi/#respond</comments>
		
		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Fri, 30 Jan 2026 18:31:13 +0000</pubDate>
				<category><![CDATA[Docker]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[RPI Computers]]></category>
		<category><![CDATA[browser automation]]></category>
		<category><![CDATA[docker]]></category>
		<category><![CDATA[playwright]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[raspberry pi]]></category>
		<category><![CDATA[web scraping]]></category>
		<guid isPermaLink="false">https://peppe8o.com/?p=16223</guid>

					<description><![CDATA[<a href="https://peppe8o.com/playwright-raspberry-pi/" title="How to Install Playwright on Raspberry PI: Automate your Browser Tasks (both Python or Docker)" rel="nofollow"><img width="300" height="167" src="https://peppe8o.com/wp-content/uploads/2026/01/playwright-raspberry-pi-featured-image-300x167.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="playwright-raspberry-pi-featured-image" style="display: block; margin-bottom: 5px; clear:both;max-width: 100%;" link_thumbnail="1" decoding="async" loading="lazy" srcset="https://peppe8o.com/wp-content/uploads/2026/01/playwright-raspberry-pi-featured-image-300x167.jpg 300w, https://peppe8o.com/wp-content/uploads/2026/01/playwright-raspberry-pi-featured-image-768x427.jpg 768w, https://peppe8o.com/wp-content/uploads/2026/01/playwright-raspberry-pi-featured-image.jpg 1350w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><p>Last Updated on 30th January 2026 by peppe8o This tutorial will show you how to install and use Playwright on a Raspberry PI computer board, enabling you to automate your browser tasks such as checking prices from your favourite online stores, monitoring web info, checking sensor values from the producer&#8217;s web app, or even managing [&#8230;]</p>
<p>The post <a href="https://peppe8o.com/playwright-raspberry-pi/">How to Install Playwright on Raspberry PI: Automate your Browser Tasks (both Python or Docker)</a> appeared first on <a href="https://peppe8o.com">peppe8o</a>.</p>
]]></description>
		
					<wfw:commentRss>https://peppe8o.com/playwright-raspberry-pi/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
