Beginners • Re: Getting started with Sequent Microsystems Hats
I'm working with the following Sequent Microsystems expansion hat:https://sequentmicrosystems.com/product ... spberry-piAnd I'm having trouble getting their Python library installed in a way that is...
View ArticleAutomation, sensing and robotics • Re: Power on via header pins Rpi4 Model B
The Raspberry Pi 4 Reduced Schematics show that the USBC VBUS and the 5V pins on the IO header have a direct connection, so there is no difference where you feed the 5V.Statistics: Posted by fchk —...
View ArticleAdvanced users • Re: Image File Utilities
Perfect! So I guess the incremental update would be:Code: sudo image-backup /path/myimagebackup.img --options --exclude=/var/lib/mpd/music That should do it.Statistics: Posted by RonR — Fri Nov 21,...
View ArticleTroubleshooting • Trixie, flameshot gui not working.
Session:___________________________flameshot guiflameshot: error: Unable to detect desktop environment (GNOME? KDE? Sway? ...)flameshot: error: Hint: try setting the XDG_CURRENT_DESKTOP environment...
View ArticleTroubleshooting • Re: Trixie, flameshot gui not working.
A post by Stephen Smith, confirms this and gives a solution: "To get good screen shots you need to switch from Wayland to X11 using raspi-config in the advanced menu. ". Well it works but it is kind...
View ArticleTroubleshooting • Re: Pi Zero w/ ethernet adapter connecting to router only...
I had a similar problem with my Rpi Zero2W with ethernet. I changed the config value from otg_mode=1 to otg_mode=0 in /boot/firmware/config.txt and USB ethernet adapter started working on boot.Try...
View ArticleTroubleshooting • Re: Can't change locale (en_US.UTF-8) in Trixie
-bash: warning: setlocale: LC_CTYPE: cannot change locale (en_US.UTF-8): No such file or directoryThat locale setting is valid, but the "No such file or directory" suggests that it has not been...
View ArticleAdvanced users • Re: Is there any way of running an SD Card configured on an...
It will be a PITA but honestly IMO it's the best option.If flashing an SD card in 3 clicks with the guarantee that it works at once is a PITA to you, then I wonder what you'd say if you had to...
View ArticleBeginners • Re: Screen protection for monitor
Thank you @aBUGSworstnightmare . A repair shop visit is a good idea.Statistics: Posted by Anne_Carlill — Fri Nov 21, 2025 8:50 am
View ArticleAdvanced users • How to write to SPI LCD directly, not via framebuffer?
I'm writing code to run an old-style black&white vector game on a Pi Zero with a 3.5in LCD attached over SPI.A few years back I would have used the fbcp-ili9341 driver but that is deprecated now....
View Article