Media centres • Re: Peppy player
After spending considerable time investigating why I have no audio. It turns out that the X715 PWM fan control fan is the culprit. I have been running the player continuously. I still experience...
View ArticleCamera board • Re: Understanding HDR & Camera Tuning on RPI5 + HQ Camera
Hi therealdavidp,How about "SingleExposure" HDR mode that is listed in the Raspberry Pi Camera Algorithm and Tuning Guide?"SingleExposure" - HDR mode that accumulates multiple “short” exposure images...
View ArticleBeginners • Raspberry Pi 4 Bookworm - GPIOZero not working
Hi,I have upgraded my old Raspberry Pi 4 to the latest Bookworm OS. But I am unable to run any gpiozero code anymore.Even the simple blink command does not work.Code: from gpiozero import LEDfrom time...
View ArticleRaspberry Pi OS • Re: OS problem
Given that a uSD card of size >32GB will be uSDXC and not uSDHC are you sure that the card slot on your laptop is (fully) uSDXC compatible ie. explicitly stated or marked/labelled as such?...
View ArticleTroubleshooting • RP4 not triggering relay on boot/shutdown
This is my first time using a relay, I'm using it with a RP4, it's a low active 5v Relay to turn on a led light, the relay VCC pin is connected to the 3.3V PIN number 1 on the raspberry, the relay IN...
View ArticleGeneral • Re: Pico Dual Ethernet
I would suggest your best option is a WIZnet W5100S-EVB-Pico or WIZnet W5500-EVB-Pico, plus a WIZnet Ethernet HAT.Both W5100S-EVB-Pico and W5500-EVB-Pico are supported by MicroPython so you can...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
The only things I found so far that push my Pi5 to the redline has been running LLMs and Stable Diffusion.But the three old PCs in the house are going to need a decent GPU card to do any better.To go...
View ArticleOff topic discussion • Re: "Verify you are human"
The French philosopher Yves Simon"I do not know, I cannot imagine, any group which does not include among its current ideas an enormous dose of lies. That being the case, the alternative is...
View ArticleGeneral • Re: Debugging Pico W with Pi5 swd connection is not working
@nezbrun, really amazing tutorial you've listed out there. Unfortunately, I was not able to replicate your results. I also got the same errors as the other poster.Happily, I was able to resolve the...
View ArticleBeginners • Re: Raspberry Pi 4 Bookworm - GPIOZero not working
Using your button code in Thonny at the TerminalShorting pin 3 to GND, triggers it all fine.> %Run button_test.pyHello!Goodbye!Hello!Goodbye!Hello!Goodbye!Bookworm 64bit as of today, 6.6.20 Pi 4...
View ArticleGeneral discussion • Re: S19 95TH Immersion cooling Fan Control Error
Since when does a Pi burn up? It will throttle if it gets hot enough, but it won't burn.If you're referring to the basic, it has nothing to do with a Pi, therefore these forums are not the right...
View ArticleTroubleshooting • Re: Help Needed: Short Circuit between 3.3V Pin and Ground...
Here's an insight.All raspberry pi boards with a 40 pin header have the exact same pin out.The old boards that had the 26 pin headers still had the same pin outs for the 5v, 3.3v and ground...
View ArticleCamera board • RPI-Cam apps how to remove window.
How to get rid of the window shown in the picture? I developed my C++ code based on rpicam-apps/apps/rpicam_hello.cpp from https://github.com/raspberrypi/rpicam-apps. On top of that, I will show the...
View ArticleRaspberry Pi OS • Re: Raspberry Pi Buster keeps crashing
try starting chromium-browser from terminal and pipe the output to a file, see if you can catch whats happening.chromium-browser > logStatistics: Posted by kerry_s — Sun Mar 24, 2024 4:43 am
View ArticleTroubleshooting • Low voltage RPI 4 (5V 3A)
Hello, I encountered a problem a while ago while using my Raspberry PI 4. I get low voltage warnings very often, I mean very very often, every least thing I do causes it to freeze and I have to wait...
View ArticleRaspberry Pi OS • Re: Keyboard layout displaying/switching for Wayfire and...
I need to correct myself in this:You can however compile and run my wf-panel-pi without installing it:Code: $ cd builddir$ meson compile$ ps -ef | fgrep wf-panel-pi | fgrep -v grep | awk '{print $2}'...
View ArticleBeginners • Re: Keyboard Layout Handler dissapear on bookworm
If you have been following this thread in the past: I have concluded a version that not only displays, but can also switch layouts. I opened a new RPi forum thread for it,...
View ArticleTroubleshooting • Re: Low voltage RPI 4 (5V 3A)
I'm pretty sure you know the outcome of this, but let's go through the motions anyway.Let's start with make & model of your power supply ( a link would be good ).Statistics: Posted by wildfire —...
View ArticleTroubleshooting • Re: how to force hdmi signal output with pi5?
How did you do it? When I'm forcing a video mode via kernel command line the desktop starts as requested.if you disconnect monitor, Can you probe the hdmi signal on the port with logic...
View ArticleBeginners • Re: Issue with yt-dlp on raspberry pi
Hello I have been hosting my discord bot on the website replit.com however they no longer support free hosting so I have transferred the code to a raspberry pi 4. My code uses the yt-dlp library to...
View Article