AI Camera - IMX500 • Re: AI Camera & Zero 2 / camera not avilable
Just tried using the camera with my Pi5 and it works. This time the RP2040 line returns this:Code: rp2040-gpio-bridge 4-0040: rp2040_gbdg_probe() found dev ID: 22223d9f300463eb, fw ver. 14Statistics:...
View ArticleTroubleshooting • Re: Fan and USB wont shut down after shutdown / booting
take a fresh uSD with latest Raspberry Pi OS - https://www.raspberrypi.com/software/Disconnect additional hardware - in particular USB drives as you may have one that back powers your Pi - and boot...
View ArticleC/C++ • Re: Discrepancy between datatypes performance
Well I think that it's a problem with memory allocation. I Know that they work on a new version which will get the correct memory available. Maybe that will fix this problemI could simply fix the bug...
View ArticleGeneral discussion • Pi5 CS foot problem
Usage environment: Hardware: Pi5 Micro Snow's e-paper driver board e-paper Driver HAT, link: https://www.waveshare.com/product/displ ... er-hat.htm Software: Pi5 System Raspberry Pi OS (64 bit) July...
View ArticleGeneral discussion • Re: Pi5 CS foot problem
The following figure shows Normal high and low voltage levels and Unable to pull down normallyStatistics: Posted by shhds — Tue Oct 15, 2024 4:01 am
View ArticleCamera board • Re: Broken image with non-64 bit align resolution using...
FYI, the developers are aware of the issue, just that they don't have the capacity to handle it.Here's the bug tracking ticket on the libcamera website:...
View ArticleTroubleshooting • Re: Raspberrypi 5 freeze randomly and verry often
I have a raspberry pi 5 8gb with the official power supply and I am also having randoms crashes all the time with a pcie crucial p3 ssd and the argon Neo nvme case. This crashes start suddenly and...
View ArticleBeginners • Re: Mouse movement latency issue
You need to put the dongle on a USB extension lead to get it away from the Pi.Statistics: Posted by pidd — Wed Oct 16, 2024 1:57 am
View ArticlePython • Re: PID controller help
Thanks, that looks a little better written than what I’ve done, but functionally how do they really differ, is it not doing basically the same thing I had written?I haven’t run this yet, I’m still at...
View ArticleAdvanced users • Re: Image File Utilities
Code: sudo image-backup -i /mnt/USB_Backup/rPi5_bkup.img --options --progress --exclude=/srv rsync options specified after '--options' must be comma separated:Code: sudo image-backup -i...
View ArticleRaspberry Pi OS • Re: Chromium always displays push notfications in the...
but in different compositor like x11 the chromium notfication work fine, and in other browser it uses the system notification daemon but not in chrome, why and how to fix thisStatistics: Posted by...
View ArticleGraphics, sound and multimedia • Re: Which Method Do You Use To Get Sound...
I have a question about getting sound out of the RPi 5. I'm considering acquiring an RPi 5 to use as a USB audio interface with my iPad. I'd like to be able to send sound out from the iPad into the...
View ArticleTroubleshooting • Re: RPi 5 with SSD Loading & Running OS but on reboot...
I changed the Generic MCUZone Hat for a Pimo Roni NVMe Base. This works PERFECTLY i.e. Reboots into OS etc.The Generic MCUZone Hat is CLEARLY NOT FIT FOR PURPOSE.Statistics: Posted by stepheni — Wed...
View ArticleAdvanced users • Re: libgpiod version [SOLVED]
Perhaps not but as I understood it there would be a v1 using v1 API and a v1 using v2 API but both would likely get called 'v1' by users with no indication of which API is being used which would make...
View ArticleGeneral • Re: Documentation updates
Thanks. For the RP2040 datasheet, it looks like mostly editorial updates and synchronizing the included examples with the repo:Documentation Release History15 October 2024 Corrected minor typos and...
View ArticleTroubleshooting • Re: Display not work on rpi 5 why ?
Hi i need help i have spi tft 1.69inch displayhow should people help if you fail to provide detailed info on your display? Post a link to the product page at leastStatistics: Posted by...
View ArticleTroubleshooting • Re: Fan and USB wont shut down after shutdown / booting
If you add the settingPOWER_OFF_ON_HALT=1to the firmware configuration, does the fan stop when the Pi is shut down?Unfortunately, no. Changing that setting does nothing to change the fan spinning once...
View ArticleGeneral discussion • Since Raspi OS Bookworm (Pi 5) doesn't use...
I'm trying to understand a little more about the difference between Raspi OS Bookworm's networking software and that used by Ubuntu 24.04, both as set up on the "average" up-to-date Raspberry Pi 5.Let...
View ArticleBeginners • Re: Raspberry Pi 4 GUI Problems
IF you boot the Pi attached to the monitor, but with no SD card inserted, what does the debug display show for EDID? Default software in the newer RPiOS is less tolerant of bad EDID data than previous...
View ArticleGeneral discussion • Re: Since Raspi OS Bookworm (Pi 5) doesn't use...
Out of my area of expertise, but reading the systemd-resolved man page (may not be the latest, but close enough) says that local apps get name resolution requests one of 3 ways:systemd-resolved via...
View Article