<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Raspberry Pi - Forum				            </title>
            <link>https://www.tweaking4all.com/forum/raspberry-pi/</link>
            <description>Tweaking4All.com Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 21 Jul 2026 01:14:33 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>hOcO First Automated Raspberry Pi</title>
                        <link>https://www.tweaking4all.com/forum/raspberry-pi/hoco-first-automated-raspberry-pi/</link>
                        <pubDate>Mon, 27 Jan 2025 13:05:24 +0000</pubDate>
                        <description><![CDATA[Hi everyone, the intention of the project is to simplify interaction with a Raspberry Pi, eliminating the need to connect it to a keyboard, monitor, and mouse to interact with it or having t...]]></description>
                        <content:encoded><![CDATA[<p>Hi everyone, the intention of the project is to<span> </span><strong>simplify interaction with a Raspberry Pi</strong>, eliminating the need to connect it to a keyboard, monitor, and mouse to interact with it or having to interact with it through SSH commands from a computer.</p>
<p>The system works by<span> </span><strong>sending actions to be performed through a server</strong><span> </span>running on the Raspberry Pi. The server operates within the local network of a router. The actions currently supported are: executing commands, sending files, and simulating a mouse and keyboard.</p>
<p>The app works by connecting to the Raspberry Pi connected to the Wi-Fi. The Raspberry Pi can connect to the Wi-Fi via Bluetooth. Once connected, the application will have two main parts:<span> </span><strong>the app store and the Raspberry Pi page.</strong></p>
<p> </p>
<div class="lightbox-wrapper"><a class="lightbox" title="intro (2)" href="https://canada1.discourse-cdn.com/flex028/uploads/core_electronics/original/2X/d/d8c5f80da81314c488b24a35206122d2660fd63f.png" rel="noopener nofollow ugc" data-download-href="/uploads/short-url/uVFhmUAonJq8yguoJkWMnn9MlsP.png?dl=1"><img src="https://canada1.discourse-cdn.com/flex028/uploads/core_electronics/optimized/2X/d/d8c5f80da81314c488b24a35206122d2660fd63f_2_589x500.png" alt="intro (2)" width="589" height="500" data-base62-sha1="uVFhmUAonJq8yguoJkWMnn9MlsP" data-dominant-color="414345" /></a>
<div class="meta"><span class="filename">intro (2)</span><span class="informations">794×673 55.3 KB</span></div>
</div>
<p> </p>
<p>The store is simply a standard app store, but exclusively for Raspberry Pi apps or projects. Projects can include a<span> </span><strong>guide to assemble them and a list of required products</strong>. These two features help new users by simplifying their experience and assist developers by allowing them to sell their products or share affiliate links.</p>
<p>The Raspberry Pi page will display the installed applications and information about the Raspberry Pi, such as storage and temperature. The installed<span> </span><strong>apps will include a page with controls to interact with them</strong>. This page will be predefined by developers and will allow users to interact with the Raspberry Pi without connecting any peripherals or needing Linux knowledge. Users won’t be able to modify this page but can create their own interface using components from the different installed applications or by creating their own components if they are Linux-savvy. This allows new users to use the Raspberry Pi without any issues by simply pressing buttons or filling out forms, while more advanced users retain customization options or can perform unique actions.</p>
<p><a href="https://youtu.be/VNQzvuweeIY" rel="noopener nofollow ugc">DEMO</a></p>
<p>There is still much work to be done, and<span> </span><strong>I hope you like the idea</strong>. I don’t intend to take away the spirit of the Raspberry Pi but rather extend it to other people and make it easier for those of us who already use Raspberry Pis, without losing any features. If you want to see more, you can check it out<span> </span><a href="https://www.kickstarter.com/projects/hocos/hoco" rel="noopener nofollow ugc">here</a>.</p>
<p><strong>What features do you think I should include?</strong><span> </span>It’s already planned to create a way for the Raspberry Pi to stream to a mobile device to view its screen or, for example, a security camera. I’m also considering adding a system where, when creating a personalized page with components from different apps, you could create a “compilation app.” This app would install the necessary applications and help users find synergies. For example, a user installing Pi-hole might also find it interesting to have Nextcloud on the same Raspberry Pi.</p>
<p>As I said, there’s still much to do.<span> </span><strong>Anything you think should be included or seems necessary, feel free to comment here or on the link.</strong></p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/raspberry-pi/">Raspberry Pi</category>                        <dc:creator>Anonymous</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/raspberry-pi/hoco-first-automated-raspberry-pi/</guid>
                    </item>
				                    <item>
                        <title>MIPI CSI2 driver for Raspberry</title>
                        <link>https://www.tweaking4all.com/forum/raspberry-pi/mipi-csi2-driver-for-raspberry/</link>
                        <pubDate>Wed, 27 Mar 2024 19:28:08 +0000</pubDate>
                        <description><![CDATA[Dear friends!If anyone has experience writing (adapting) a driver for Raspberry Pi 4The task is to receive a video stream and sound on a Raspberry Pi 4 B via the MIPI CSI2 interface. The sig...]]></description>
                        <content:encoded><![CDATA[<p>Dear friends!<br />If anyone has experience writing (adapting) a driver for Raspberry Pi 4<br />The task is to receive a video stream and sound on a Raspberry Pi 4 B via the MIPI CSI2 interface. The signal is sent from the ds90ub940 deserializer. What kind of stack is needed so that you can hook the signal with a utility like gstreamer or ffmpeg.<br />The device has a working driver for the camera (sensor) we have. But as I understand it, it is necessary to study and change it based on our standard for MIPI CSI2.<br />Maybe someone has already done similar work and successfully solved them.<br />Thank you all in advance for your advice and response.<br />Sincerely alexast</p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/raspberry-pi/">Raspberry Pi</category>                        <dc:creator>Anonymous</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/raspberry-pi/mipi-csi2-driver-for-raspberry/</guid>
                    </item>
				                    <item>
                        <title>Help for raspberry pi in car headunit</title>
                        <link>https://www.tweaking4all.com/forum/raspberry-pi/help-for-raspberry-pi-in-car-headunit/</link>
                        <pubDate>Tue, 05 Dec 2023 21:16:34 +0000</pubDate>
                        <description><![CDATA[My project is a car head unit.
 
I&#039;m using a raspberry pi 5 8GB
 
What I need help, with is I would like my car&#039;s logo which is my boot up logo to show up when the door opens which some ...]]></description>
                        <content:encoded><![CDATA[<p>My project is a car head unit.</p>
<p> </p>
<p>I'm using a raspberry pi 5 8GB</p>
<p> </p>
<p>What I need help, with is I would like my car's logo which is my boot up logo to show up when the door opens which some of the newer cars have today, where the logo pops up on the infotainment screen.</p>
<p>I would also like the Kilometers/mileage to popup on this screen. </p>
<p> </p>
<p>How should I go about this? Any help would be much appreciated.</p>
<p> </p>
<p>I was thinking do I use a battery pack for the raspberry pi which then this charges when the car is on? And and then the raspberry pi fully boots up when charging power is detected. </p>
<p> </p>
<p>Thanks in advance ☺️</p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/raspberry-pi/">Raspberry Pi</category>                        <dc:creator>Anonymous</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/raspberry-pi/help-for-raspberry-pi-in-car-headunit/</guid>
                    </item>
				                    <item>
                        <title>Need help for downloading the HID.dll (USB) for Raspberry Pi 4 (64) for C# Dot Net Core application</title>
                        <link>https://www.tweaking4all.com/forum/raspberry-pi/need-help-for-downloading-the-hid-dll-usb-for-raspberry-pi-4-64-for-c-dot-net-core-application/</link>
                        <pubDate>Sat, 04 Nov 2023 18:43:15 +0000</pubDate>
                        <description><![CDATA[Hi
 
I am new to Raspberry Pi. I am migrating an existing C# .NET Framework 5.4 based console application to C# .Net Core /7.0 (cross platform for Raspberry Pi). This application communica...]]></description>
                        <content:encoded><![CDATA[<p>Hi</p>
<p> </p>
<p>I am new to Raspberry Pi. I am migrating an existing C# .NET Framework 5.4 based console application to C# .Net Core /7.0 (cross platform for Raspberry Pi). This application communicates with one of the portable device and data transfer using USB. My application has been compiled successfully in VS2022 in ARM64 bit. It’s executed perfectly fine in Windows environment. Then I have compiled in ARM64 release mode with 0 error.  When I copied and executed it in Raspberry Pi4 (Raspbian 64 bit OS) with .NET 7.0 environment. It give me the missing HID.dll error. I have tried to download the HID.dll error but still give me the same error. Might be the wrong version.</p>
<p> </p>
<p>Error:</p>
<p>System.DllNotFoundException: Unable to load shared library 'hid.dll' or one of its dependencies. In order to help diagnose loading problems, consider using a tool like strace.</p>
<p> </p>
<p>Please help me for installing the correct version of HID.dll. I am not able to find the correct dll.</p>
<p> </p>
<p>Thanks &amp; Regards</p>
<p> </p>
<p>Susheel</p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/raspberry-pi/">Raspberry Pi</category>                        <dc:creator>Anonymous</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/raspberry-pi/need-help-for-downloading-the-hid-dll-usb-for-raspberry-pi-4-64-for-c-dot-net-core-application/</guid>
                    </item>
				                    <item>
                        <title>Jouney of the Raspberry Pi</title>
                        <link>https://www.tweaking4all.com/forum/raspberry-pi/jouney-of-the-raspberry-pi/</link>
                        <pubDate>Sun, 04 Jun 2023 11:41:35 +0000</pubDate>
                        <description><![CDATA[I have been a fan of the raspberry ever since it first came out. I have enjoyed working on many projects using variois raspberry pi models.
To pay a tribute to the raspberry pi I created a ...]]></description>
                        <content:encoded><![CDATA[<p>I have been a fan of the raspberry ever since it first came out. I have enjoyed working on many projects using variois raspberry pi models.</p>
<p>To pay a tribute to the raspberry pi I created a video about the Raspberry Pi.</p>
<p>If you;re interested you can view the video on my youtube channel</p>
<p><a title="Raspberry Pi A Journey of Innovation and Beyond" href="https://youtu.be/nU2udbcu2ZU" target="_blank" rel="noopener">https://youtu.be/nU2udbcu2ZU</a></p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/raspberry-pi/">Raspberry Pi</category>                        <dc:creator>Anonymous</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/raspberry-pi/jouney-of-the-raspberry-pi/</guid>
                    </item>
				                    <item>
                        <title>usb connection script</title>
                        <link>https://www.tweaking4all.com/forum/raspberry-pi/usb-connection-script/</link>
                        <pubDate>Fri, 02 Jun 2023 13:11:20 +0000</pubDate>
                        <description><![CDATA[HelloI am going to write a script that will run another script When the USB device is connected.
I used a rule called 99-my-usb-rule.rules in /etc/udev/rules.d
All the work I did and the e...]]></description>
                        <content:encoded><![CDATA[<p><span>Hello</span><br /><span>I am going to write a script that will run another script When the USB device is connected.</span></p>
<p>I used a rule called 99-my-usb-rule.rules in /etc/udev/rules.d</p>
<p><span>All the work I did and the error log are all in the attached image file</span><br /><span>Can anyone help me?</span></p>
430]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/raspberry-pi/">Raspberry Pi</category>                        <dc:creator>Anonymous</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/raspberry-pi/usb-connection-script/</guid>
                    </item>
				                    <item>
                        <title>WPF Application on Raspberry Pi OS</title>
                        <link>https://www.tweaking4all.com/forum/raspberry-pi/wpf-application-on-raspberry-pi-os/</link>
                        <pubDate>Wed, 08 Mar 2023 08:19:35 +0000</pubDate>
                        <description><![CDATA[Hello everyone,I have a WPF Application created in Visual Studio 2022 on Windows 10 (64) machine. It is published with following options:Configuration: Release | Any CPUTarget framework: net...]]></description>
                        <content:encoded><![CDATA[<p><span>Hello everyone,</span><br /><br /><span>I have a WPF Application created in Visual Studio 2022 on Windows 10 (64) machine. It is published with following options:</span><br /><br /><span>Configuration: Release | Any CPU</span><br /><span>Target framework: net7.0 (nothing else can be selected)</span><br /><span>Deployment mode: Framework-dependent</span><br /><span>Target runtime: Portable</span><br /><br /><span>On the Raspberry Pi 3 model B V1.2 I have installed Raspberry Pi OS - Debian v11 - (64-bit) and I would like to run this WPF app there (the reason is I would like to stay with C#). I was following instructions from "Deploy .NET apps to Raspberry Pi" on Microsoft website using option with Deploying a framework-dependent app (</span><a class="postlink" href="https://learn.microsoft.com/en-us/dotnet/iot/deployment?fbclid=IwAR0BSo3UEAxPir_yfOfchSbQvSjivFpckYEpS6LHPQSFvj0946ZVCs-5VWw">https://learn.microsoft.com/en-us/dotne ... 6ZVCs-5VWw</a><span>).</span><br /><br /><span>Following elements are listed as installed:</span><br /><br /><span>dotnet --list-runtimes</span><br /><span>Microsoft .AspNetCore.App 6.0.14</span><br /><span>Microsoft .AspNetCore.App 7.0.3</span><br /><span>Microsoft.NETCore.App 6.0.0</span><br /><span>Microsoft.NETCore.App 6.0.14</span><br /><span>Microsoft.NETCore.App 7.0.0</span><br /><span>Microsoft.NETCore.App 7.0.3</span><br /><br /><span>dotnet --list-sdks</span><br /><span>6.0.406</span><br /><span>7.0.200</span><br /><br /><span>When I try to run the project witho following command: dotnet Project_Name.dll I see following output:</span><br /><br /><span>App: /location/Project_Name.dll</span><br /><span>Architecture: arm64</span><br /><span>Framework: 'Microsoft.WindowsDesktop.App', version '7.0.0' (arm64)</span><br /><span>.NET location: location/.dotnet</span><br /><br /><span>No frameworks were found.</span><br /><br /><span>Learn about framework resolution:</span><br /><a class="postlink" href="https://aka.ms/dotnet/app-launch-failed">https://aka.ms/dotnet/app-launch-failed</a><br /><br /><span>To install missing framework, download:</span><br /><a class="postlink" href="https://aka.ms/dotnet-core-applaunch?framework=Microsoft.WindowsDesktop.App&amp;framework_version=7.0.0&amp;arch=arm64&amp;rid=debian.11-arm64">https://aka.ms/dotnet-core-applaunch?fr ... n.11-arm64</a><br /><br /><br /><span>Presented link is not going into specific download and I also cannot find Microsoft.WindowsDesktop 7.0.0 for Linux. Is there any other option and way to run WPF on Raspberry Pi OS? What else should be installed to be able to run the App?</span></p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/raspberry-pi/">Raspberry Pi</category>                        <dc:creator>Anonymous</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/raspberry-pi/wpf-application-on-raspberry-pi-os/</guid>
                    </item>
				                    <item>
                        <title>Robot Electronics Help</title>
                        <link>https://www.tweaking4all.com/forum/raspberry-pi/robot-electronics-help/</link>
                        <pubDate>Thu, 15 Dec 2022 01:54:48 +0000</pubDate>
                        <description><![CDATA[I am looking for help designing the electronics of a robot dog (quadruped). I have basic circuit design experience, but I want to get a second opinion before I purchase all the components (a...]]></description>
                        <content:encoded><![CDATA[<p><span>I am looking for help designing the electronics of a robot dog (quadruped). I have basic circuit design experience, but I want to get a second opinion before I purchase all the components (and potentially fry my Pi). Specifically, I'm concerned about the use of two voltage regulators in my design.</span></p>
<p><span>My proposed circuit design:</span></p>
376
<p><br /><span>Components:</span><br /><span>Raspberry Pi 3B+</span><br /><br /><span>MG996R Servo (x12)</span><br /><span>Spec Sheet:</span></p>
377
<p> </p>
<p><span>Purchase Link: <a href="https://www.amazon.ca/gp/product/B07YKXLWWJ" target="_blank" rel="noopener">Amazon Canada</a>, <a href="https://amzn.to/3j6Fd00" target="_blank" rel="noopener">Amazon US</a>, <a href="https://amzn.to/3BCpdcq" target="_blank" rel="noopener">Amazon Germany for those in Europe</a> </span><br /><br /><span>20A 300W Buck Converter</span><br /><span>Spec Sheet:</span></p>
378
<p> </p>
<p><span>Purchase Link: </span><a class="postlink" href="https://www.amazon.ca/gp/product/B0978Y8FTM">Amazon Canada</a>, <a href="https://amzn.to/3BFdWIl" target="_blank" rel="noopener">Amazon US</a>, <a href="https://amzn.to/3UUvaIA" target="_blank" rel="noopener">Amazon Germany for those in Europe</a><br /><br /><br /><span>Justifications:</span><br /><span>- Each of the voltage regulators I chose is rated for 20 amps max draw, so I figured I would have to use 2 for this project. This might be a stupid idea (will this even work?), but I found it difficult to find any voltage regulators that could handle the total current draw of this system</span><br /><br /><span>- Each servo draws a maximum of 2.5 amps at stall, so in a worst-case scenario, they will draw a maximum of 30 amps. Split between the two regulators we should be well within the manufacturer's specs (they recommend sustained operation to be at 15 amps or less)</span></p>
<p><strong>Question:</strong><br /><strong>Ideally, I would like to be able to drive my servos closer to their max voltage (7V), but I am concerned that I will fry my Pi through the GPIO connections that control the servos. (I understand the power and control pins on the servos are isolated, but I have heard horror stories). Additionally, I have considered using a PCA9685 Servo driver, but I could not find information on the max current that this hat can handle and it seems kind of redundant given the Pi can control the 12 servos with the built-in GPIO pins.</strong><br /><br /><strong>Given all this, would it be possible to step down the voltage to 7V using my existing Buck Converter setup, then step the voltage down a second time for just the Pi?</strong></p>
<p><strong>More importantly, is my current design with two buck converters even feasible?</strong></p>
<p><span style="font-size: 8pt">(updated by Hans: made PDFs permanently available for future reference, since new users cannot right away upload attachments, and added links to Amazon US and DE)</span></p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/raspberry-pi/">Raspberry Pi</category>                        <dc:creator>Anonymous</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/raspberry-pi/robot-electronics-help/</guid>
                    </item>
				                    <item>
                        <title>Raspberry Pi as a NAS</title>
                        <link>https://www.tweaking4all.com/forum/raspberry-pi/raspberry-pi-as-a-nas/</link>
                        <pubDate>Sat, 09 Jul 2022 00:21:34 +0000</pubDate>
                        <description><![CDATA[I have a raspberry pi 2b which I have been using as a NAS with an attached usb ssd to backup my linux lapttops. About a month ago it locked up and I couldn&#039;t restart it. I assumed the OS was...]]></description>
                        <content:encoded><![CDATA[<p>I have a raspberry pi 2b which I have been using as a NAS with an attached usb ssd to backup my linux lapttops. About a month ago it locked up and I couldn't restart it. I assumed the OS was corrupted so I re-flashed the sd drive with a new copy of the Raspian OS. Since I did that and installed Samba I can no longer access the usb drive on Linux laptops. I get an error message saying that i can't mount the USB in Linux.</p>
<p>I would really appreciate if anyone can help me solve this problem.</p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/raspberry-pi/">Raspberry Pi</category>                        <dc:creator>Anonymous</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/raspberry-pi/raspberry-pi-as-a-nas/</guid>
                    </item>
				                    <item>
                        <title>Rajberry PI-4 Heating</title>
                        <link>https://www.tweaking4all.com/forum/raspberry-pi/rajberry-pi-4-heating/</link>
                        <pubDate>Sat, 12 Mar 2022 06:13:26 +0000</pubDate>
                        <description><![CDATA[Dear sir,
 
Please guide me , We are purchased Rajberry PI-4 , when we are kept in running , Chip set is getting very heat and SD card also failing. In my testing 2 SD cards are failed.
 ...]]></description>
                        <content:encoded><![CDATA[<div>Dear sir,</div>
<div> </div>
<div>Please guide me , We are purchased Rajberry PI-4 , when we are kept in running , Chip set is getting very heat and SD card also failing. In my testing 2 SD cards are failed.</div>
<div> </div>
<div>Please suggest what is the my next step?</div>
<div> </div>
<div>nsprateep@sirveen.com</div>
<div> </div>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/raspberry-pi/">Raspberry Pi</category>                        <dc:creator>Anonymous</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/raspberry-pi/rajberry-pi-4-heating/</guid>
                    </item>
							        </channel>
        </rss>
		