Astro Pi • Re: After latest updates, Sense HATs report "Humidity Init...
This is a duplicate of another post viewtopic.php?t=386129 where there is an answer.Statistics: Posted by rpdom — Sat Apr 05, 2025 2:33 pm
View ArticleAdvanced users • Re: Image File Utilities
Thanks for taking the time to try that RonR, I'm unsure what happened then, all is working so no need to investigate any further.Statistics: Posted by Letterman — Sat Apr 05, 2025 2:38 pm
View ArticleAutomation, sensing and robotics • Re: Shared power source between PCA9685...
Post your current schema. Having one power source is possible when voltage for servo and motor are the same.Statistics: Posted by ghp — Sat Apr 05, 2025 2:52 pm
View ArticleBeginners • Re: Bookworm X11 LightDM Resize login greeter?
Raspad 3 running a 4B.Ok, so I have Bookworm currently in Xorg (because Wayland has no fkeys) and am setting up OnBoard to use as the tablet soft keyboard.I have the LightDM greeter for login. Onboard...
View ArticleTroubleshooting • Re: Resolution Problem with Viewsonic Monitors
Ok, it turns out that my monitor firmware is way too old for some reason. Following the Viewsonic instruction to update the firmware to latest version fixes the issue.Statistics: Posted by rasp14 —...
View ArticleBeginners • Re: Help me set-up Raspberry Pi
https://www.raspberrypi.org/learn/https://pimylifeup.com/https://curriculum.raspberrypi.org/https://www.debian.org/doc/manuals/debian-reference/https://www.instructables.com/And of course the official...
View ArticleRaspberry Pi OS • Re: gpio-shutdown isn't working on Bookworm 64bit
I am happy to reply. Thank you for helppingI had have exactly the same result with you until upgrade to bookworm. I read others users to have the same issue with me. Yes I am sure that the button...
View ArticleGeneral • Re: Pico 2W (RP2350) Turn on a led without SDK
There are differences at register level:IMPORTANTThe pad reset state is different from RP2040, which only disables digital inputs on GPIOs 26 through 29 (as ofversion B2) and does not have isolation...
View ArticleRaspberry Pi 400 and 500 • Too little power for USB port freaks out Pi 400
Is there a way to prioritize power to one of the USB ports so that if I am using a monitor and connect another USB device that is too much that it does not kill the monitor's USB port?So I thought I...
View ArticleRaspberry Pi OS • Re: Pi5 screen blanker?
...I take it back. It worked on one of my Pi5s. The other one blanks but unblanks 2 seconds later. ...This is probably caused by the monitor deasserting the HDMI hotplug detect pin when it goes into...
View ArticleOther programming languages • Re: Basic on Raspberry
I think 8th uses internally libBF. It's small and fast enough.I've not come across that one. The brief information page doesn't describe the API, nor does the 'Technical Documentation' link, so I'd...
View ArticleAdvanced users • Re: Keeping /var/log/journal under control
Another way, and perhaps the correct way, to check the size of the journal:Code: sudo journalctl --disk-usageAlso, reboot, or run:Code: sudo systemctl restart systemd-journaldafter making changes to...
View ArticleRaspberry Pi 400 and 500 • Re: Too little power for USB port freaks out Pi 400
There is no individual control over power to USB ports on any current RPi. There is only the overall limit for all the ports together. So you can have no control over which device crashes first.If...
View ArticleGeneral discussion • No updates of late?
Up until a few weeks ago my RPi desktop would regularly have an update icon at the top right, and I’d dutifully download and install the updates. The last few weeks or so there’s been no sign of any...
View ArticleRaspberry Pi OS • Re: Multiple Workspaces
You can choose your own keybindI changed it to the following temporarily (rebooted the system as well):Code: <?xml version="1.0"?><openbox_config...
View Article