General • Re: Pi Pico Audio Framework
Sorry about the broken links... The repo was, indeed, still private. Fixed now.Thanks for the pointers to the other code. I'll look at them over the next day or so. I've used Phil Schatzman's...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Experiences adding support for an...
I wanted to share my experience bringing up an (otherwise) unsupported AMOLED display on the CM4, as it may be helpful to others. I am a software engineer so my hardware understanding is limited, but...
View ArticleOff topic discussion • Re: Data centre using Pi's..
BBC News - 'I heat my Essex home with a data centre in the shed' - BBC Newshttps://www.bbc.co.uk/news/articles/c0rpy7envr5ohttps://www.theregister.com/2025/10/03/ ... pberry_pi/I think that's an...
View ArticleGaming • Re: Introducing PiLove: A Lightweight Game Console Distro for...
LÖVE is lovely, and thank you for making this.Since it uses SDL, it's probably best kept on small screens for older Raspberry Pis. SDL (at least V2) doesn't handle scaling very well.There is a package...
View ArticleTroubleshooting • Zero 2W reboots when plugging or unplugging micro USB OTG...
I just got Raspberry Pi Zero 2W + mini HDMI adapter + micro USB OTG cable combo, from Amazon last week. All seem to be working. Except, whenever I plug or unplug OTG cable, the Zero 2W reboots....
View ArticlePython • Re: Unable to load / install RPLCD on RPI 5
All you need is Code: pip install RPLCDI don't know why you're using "sudo"Statistics: Posted by RaspyHat — Sun Dec 21, 2025 10:43 pm
View ArticleTroubleshooting • Re: Pi Zero W rebooting itself
Well, that all wasn’t very informative, at least to me.So I’m changing tack and doing a hardware test. I shut down that pi, removed it from the IKEA charger, plugged it into an official 12,5W power...
View ArticleGeneral • Re: [SOLVED] Setup with TPL5110 timer module fails
Found something interesting in RT6154 datasheet (the buck-boost SMPS used on both PicoW and Pico2W).Look at the spike of current (I in) when it starts. Maybe that's what knocks out TPL5110 if not...
View ArticleGeneral discussion • How can i add another os to pinn config
How can i add another os to pinn config? i modified the extra storage to leave empty space on the ssd.BobStatistics: Posted by bobalston — Mon Dec 22, 2025 12:27 am
View ArticleTroubleshooting • Re: someone else who can not ssh into new install
You're doing it wrong. No wonder you spent all day struggling.ummmmmmmmmmmm, no. same laptop using same file I pulled down in aug with and without pi imager. same results.Step 1 - Download Pi OS...
View ArticleTroubleshooting • Re: RPi 5 does not start when suplied from 5V GPIO
there are 2 different reason why it wouldnt start when 5v is appliedfirst, if the PD negotiations fail, AND its trying to boot from usb, it will blink the green led 1 long and 1 short, and display a...
View ArticleTroubleshooting • Re: Brand new install corrupted on update
I found two problems. One was a missing file in the IMG, this is a known issue (https://github.com/raspberrypi/trixie-f ... /issues/45). The other problem was missing libraries.cloud-init is broken,...
View ArticleTroubleshooting • Re: New Imager (2.0.0) not setting username/password or SSH
Version 2.0.3 is available now.Statistics: Posted by neilgl — Mon Dec 22, 2025 10:45 pm
View ArticleBeginners • Re: Uninstall OS and Reinstall from MicroSD?
Alan,Just flash the SD card like you did in Sept 2022 with your 4B, the process is similar and if you encounter any issues there's always someone here to help.Statistics: Posted by wildfire — Mon Dec...
View ArticleTroubleshooting • Re: Headless, RPi Zero 2 W, configuration & connection...
Anyone know for sure who actually writes the OS onto the Pi preinstalled microSD cards?AI confidently thinks it does : Raspberry Pi Foundation I don't know for sure but I can't imagine it's not a...
View ArticleRaspberry Pi OS • Re: Why is something as simple as starting a script so hard...
There is seemingly no official answer, everyone each has their own opinion and even the stickied way has been deprecated! About that last one, why is there a separate zip for something that is so...
View ArticleRaspberry Pi OS • Re: Motion v5.0 on Trixie
Have a look at this post re Motion viewtopic.php?t=394691Also I have built v5 from source and that ran ok.Statistics: Posted by neilgl — Tue Dec 23, 2025 10:16 pm
View ArticleTroubleshooting • RPI-imager doesn't save username and password
As it says this doesn't set the user name or password. nor does it enable ssh. This is version 2.03. I have read that 1.96 does the same. I would like to install an earlier version on my Linux Mint...
View ArticleTroubleshooting • Re: RPI-imager doesn't save username and password
The Imager source code is on GitHub https://github.com/raspberrypi/rpi-imagerThe release 2.0.3 AppImage worked fine for me using a Debian 13 Trixie on an x86 box.Also fine on a Pi5 and Win11 but...
View ArticleRaspberry Pi OS • Re: boot headless Pi 5 from nvme WITHOUT using SD card
Is there any way to use Raspberry Pi imager to write an image to NVMe for headless use?In the same way you would use an SD card USB reader to write the Raspberry Pi OS image to the MicroSD card, you...
View Article