Raspberry Pi OS • Re: making things happen at startup
pigpiod you can use raspi-config and look for remote GPIO access.Unfortunately been a while since I had to enable it.Statistics: Posted by bensimmo — Sun Aug 24, 2025 6:43 pm
View ArticleTroubleshooting • Black screen after desktop startup help needed
Im still learning here so please be easy on me.I had my Pi4 up and running great, used one sd card for my grands to run retropi and another to run my pi desktop.I decided to add winlink to my desktop...
View ArticleRaspberry Pi OS • Re: LVM: initrd doesn't run 'vgchange -ay'
Hello,The kernel version is:6.12.37-v8I have just enabled LVM “autoactivation” on a trial basis (“lvchange -a ay vg00”, “lvs -o autoactivation” confirms this), without any changes.Best...
View ArticleNederlands • PI - Nextcloud - Syncthing?
Mijn vraag- Wat is de beste manier op een thuis server (cloud) te maken met een Raspberry PI en 2-weg synchronisatie met automatische upload vanaf me telefoon in het wifi netwerk?Relevante software en...
View ArticleBeta testing • Re: Updating to trixie
I guess you'll have to take that up with whoever said it was an 'in-situ upgrade' and find out what scope that has. I would presume from being labelled a beta that one should expect bugs, missing and...
View ArticleOff topic discussion • Re: Python Floating point addtion question
The one (well, two) disadvantages of bigfloat is speed (lack of) and memory usageI won't deny that. I haven't benchmarked it or checked how much memory it does use but I wouldn't recommend it for any...
View ArticleGraphics, sound and multimedia • Re: Simple real time USB camera acquisition...
So, this works to give a bmp. We pipe the fswebcam output to the input of convert (imagemagick v6)Code: fswebcam --device /dev/video8 -r 160x120 -D 0 --grey --png 0 --no-banner - | convert -...
View ArticleTroubleshooting • Re: Black screen after desktop startup help needed
What OS ?What screen?Statistics: Posted by kip_the_elder — Sun Aug 24, 2025 7:07 pm
View ArticleTroubleshooting • Re: No audio output on HDMI Pi5 4GB
Strange. My Pi5 provides HDMI sound without issue and always has.I'm using pipewire; not pulseaudio.Sounds like you've fixed it now.Statistics: Posted by kip_the_elder — Sun Aug 24, 2025 7:10 pm
View ArticleGeneral • Re: Pico W as USB device to Bluetooth host adaptor
But to be on the same page, you're looking for USB host and Bluetooth device.I believe so.Mouse--[USB]--Pico W--[Bluetooth]--TabletStatistics: Posted by rpdom — Sun Aug 24, 2025 7:12 pm
View ArticleOther projects • Re: Connecting Raspberry Pi to P1S's antennae?
Hmmm, without knowing anything about your "Bambu Labs P1S's " antenna I'd give it a "No" as a start.The only "physical" network connect the Pi has is the RJ45 socket that takes a wired connection. If...
View ArticleAdvanced users • Re: RP1 PLLs missing documentation
The main issue is finding out which parts of the IP documentation (the upstream ASIC blocks that were built into the RP1/RP2xxx) we can pull in to our own documentation and then publish. I've already...
View ArticleMicroPython • Re: Bug-Fixed Thonny?
Using the Thonny install script from GitHub "thonny-4.1.7.bash" on a Pi5 running Bookworm 64-bit desktop, it worked OK, and gives a Thonny menu item under "Programming". Search on PyPi works OKIt does...
View Article