Beginners • Re: Seeking Advice for Portable Power Supply for RPi 4 B
I'm definitely tempted to try it but I also I'm trying to be careful about maintaining overall simplicity of this project as I learn. Whatever I end up doing, can I post back here and get your...
View ArticleAdvanced users • Re: Does RPi OS have a repo with unstable package releases?
For Debian the unstable version is always called Sid.Statistics: Posted by Gavinmc42 — Sun Dec 17, 2023 6:17 am
View ArticleGeneral discussion • Re: Running Raspberry Pi 5 on a powerbank or mini ups
I may have found a way to power the Pi5 with a 12v router ups.The buck converter based on xy-3606 has the specs on paper to power the Pi5, but I haven't tested it yet.For more details please check...
View ArticlePython • Re: PiCamera2 Library in Conda Environment
Conda operates under the concept of everything must be installed in the venv, and it does not have an option to use any packages installed in the system's managed Python distribution. In other words,...
View ArticleGeneral discussion • Re: Where can I buy a RPi 5?
The overclock is determined by the setting on the boot device. The Pi5 itself does not remember it.Statistics: Posted by drgeoff — Sun Dec 17, 2023 6:47 am
View ArticleOther • Re: Pi cam 3 not detected. (Mainsail, Klipper)
Inspect the camera module and ribbon cable for any physical damage.Try the camera module on another Raspberry Pi or test a different camera module on your current Pi to isolate if the issue is with...
View ArticleGeneral discussion • Re: Powering Raspberry Pi 5 in a vehicle
The CarPiHAT looks a nice concept, but look at the price! I mostly don't need those features that it includes (the only thing I need to implement is the clean shutdown). I also wonder if it is able to...
View ArticleBeginners • Re: Very beginner help needed
Here is a tutorial on how to build your own weather station using Raspberry pi: https://projects.raspberrypi.org/en/pro ... -station/9Here is an introductory article on BMDE280:...
View ArticleBeginners • Re: Rasp Pi 5 and SenseHat
you may consider designing a custom mounting solution using spacers or extension cables to position the Sense HAT away from the GPIO pins, giving it the necessary clearance above the...
View ArticleMedia centres • Re: Advice on Music Server Setup
If media playback quality and simultaneous streaming are your primary concerns, setting up Plex directly on the Pi might be more suitable. If you frequently edit metadata and find it easier on a...
View ArticleGraphics programming • Re: Is this the best a Pi 3B+ can do?
glxinfo appears to show an accelerated v3d context so perhaps this is the best the Pi 3 can do.I think 18 to 26 frames per second does not sound right. It's neither fast nor synchronised with the...
View ArticleGeneral discussion • Re: Redirect file
Was there supposed to be a clickable link in the OP? (As far as I can tell, there isn't one)Without that, we have no idea what program/script you are running/referring to.Statistics: Posted by...
View ArticleGeneral discussion • wtype function key F5
I want to use wtype to press the function key F5 (to refresh a page). Any ideas of the command I need to use?Thanks.Statistics: Posted by 3zzzie — Sun Dec 17, 2023 7:50 am
View ArticleCamera board • Re: Thickness of cover glass on Raspberry pi v2 camera
Here you go:https://www.taoic.com/company/8049/IMX2 ... etail.htmlStatistics: Posted by sh0ck — Mon Dec 18, 2023 6:29 am
View ArticleHATs and other add-ons • Re: PoE for Pi 5
An external PoE splitter may be a solution. Search for RAK POE Splitter USB-C 5V 6A.Note: I have not tested the product in question.Statistics: Posted by dagb — Mon Dec 18, 2023 6:48 am
View ArticleTroubleshooting • Re: Error to install Adafruit_DHT
I googled the error message and landed here: https://raspberrypi.stackexchange.com/q ... afruit-dhtStatistics: Posted by embeddedbarsha — Mon Dec 18, 2023 6:58 am
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.6
It's intentional - the upstream devs have split the dts files by chip manufacturer. The documentation needs an update.Statistics: Posted by PhilE — Mon Dec 18, 2023 7:04 am
View ArticleBeginners • Re: String handling in Python
Thanks for the extensive and learned advice! You guys solved my problem. Cheers.Statistics: Posted by pd2 — Mon Dec 18, 2023 7:08 am
View ArticleAdvanced users • Is everyone happy with the quality of libgpiod?
Foreword: Not sure this belongs under Advanced Users (apologies if inappropriate choice).And so, after experimenting briefly with libgpiod and its spawn (the gpiod collection) 18-24 months ago, and...
View ArticleTroubleshooting • VNC Connection Problems w/ v.12 Bookworm Headless Raspberry...
I'm running a Raspberry Pi Version 12 (Bookworm) on a Raspberry Pi 3B+. However, I've been having problems trying to connect to the Raspberry Pi via VNC for awhile now. I'm pretty sure that the server...
View Article