Beginners • Re: Power supply for PI 5
It's diffcult to now for sure whether either of those will work, though like James; I'd be dubious of something with a detachable cable. There will be losses there. I've often found that power...
View ArticleCamera board • Re: AeEnable how to activate/desactivate ?
Setting "AeEnable" to True, should do it. If in doubt, it's always worth trying something really simple to see what's going on, maybeCode: from picamera2 import Picamera2import timepicam2 =...
View ArticleFrançais • Re: gpio c++
je pense que vous auriez interet à comprendre les bouts de code que danjperron et moi vous avons donnés (j'aurai , peut être, le temps, CE WEEK END, de parcourir les > 250 posts de votre fil: je...
View ArticleBeginners • Radical RPI5 Audio Idea or is it?
I'd like my PC running windows that has BlueTooth Support to be able to connect as an Audio Output device for my RPI5? Google seem to have a lot of confusion as to what I actually mean by this.. so...
View ArticleTroubleshooting • Re: rpi-update Partition size 256M may not be sufficient...
Why are you running rpi-update?The command issues the following warning for a reason...."WARNING: This update bumps to rpi-6.6.y linux treeSee: viewtopic.php?p=2191175'rpi-update' should only be used...
View ArticleAdvanced users • Re: How to ascertain if running 32 or 64 bit OS
If you are running a 64-bit kernel (aarch64) and want to force a 32-bit kernel (armv7l), you can add:arm_64bit=0to /boot/config.txt.Statistics: Posted by PhilE — Tue Feb 27, 2024 9:11 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 5 and 6 SPI screens
Just changed my setup to include a PCA9586 GPIO expander on i2c_arm - using it for RESET signals as well as individual PWM backlight control.Doing so will not let you run out on GPIO that...
View ArticleMedia centres • Re: RP as a HD Media Player
Out of interest, how do you control it ?Do you use a remote control or something ?Statistics: Posted by hydra3333 — Tue Feb 27, 2024 9:19 am
View ArticleAdvanced users • Re: Combine HDMI and DSI displays into one large virtual screen
any news on the schedule of the new Wayfire version which will allow to place a window over several screens?Statistics: Posted by aBUGSworstnightmare — Tue Feb 27, 2024 9:24 am
View ArticleGeneral discussion • Re: Do we think my Pi 5 fan is noisy because I have...
adding another - preferably 4-pin - fan to a Pi5 is simple, see viewtopic.php?p=2179210&hilit=fan#p2179210Statistics: Posted by aBUGSworstnightmare — Tue Feb 27, 2024 9:35 am
View ArticleGeneral discussion • Re: Are all 3B+ the same?
It's not just the revision number, the Dialog PMIC requires different setup data to be sent to it to get it to start up.The PCN for the change is here:https://pip.raspberrypi.com/categories/ ......
View ArticleBeginners • Re: Asking for some guide RE a beginners' OS choice
The games run at 0.3 fpsA computer for games costs $2,160.85. A Zero costs $8.94. Your comparison to RISC OS is useful.Did you look at those games? They are 8bit retro games that run smoothly on a 1...
View ArticleTroubleshooting • Re: Libcamera-vid app not capturing video
h264 and framerates is something l had issues with.. viewtopic.php?t=366084#p2197540I just convert to mp4 and it seems to work, but not sure on a Pi5.Statistics: Posted by gordon77 — Tue Feb 27, 2024...
View ArticleOther projects • Re: Miniature CRT computer for miniature laboratory diorama
your character is 65cm tall - scale is 1:3 --> the scientist would be 195cm tall in real life.a 19in CRT monitor would be a good starting point. 19in = 48.26cm screen diagonal --> in 1:3 scale...
View ArticleFrançais • Camera v3 : getting serial number by command line
Hello dear community,do you know any command for getting the camera v3 serial number as soon as it is connected to my pi?Maybe something like cat /proc/cpuinfo for cpu serial.Kind...
View ArticleFrançais • Re: Camera v3 : getting serial number by command line
I am not sure they even have serial numbers.Statistics: Posted by jamesh — Tue Feb 27, 2024 10:24 am
View ArticleBeginners • ip link settings on boot?
I have a Raspberry Pi 0 W. I have some settings which I apply to a USB Can module:sudo ip link set dev can0 type can bitrate 500000sudo ip link set dev can0 upThis results in the changing the status...
View ArticleTroubleshooting • Re: Can’t boot my Raspberry Pi 3 Headless
Have you also tried connecting your Pi3 to your router with a network cable, thereby eliminating wifi as a potential problem, while you sort this out?How are you finding your Pi’s IP...
View ArticleBeginners • Re: Access rp GUI from Homebridge
I first installed raspberry pi OS and then installed Homebridge. I am trying to access the rp4 OS GUI to adjust fan settings but really dont know how to do this from the Home bridge...
View ArticleCompute Module • Re: Sporadic Kernel Panic during PCI Scan on CM4
This issue seems to be a problem with the PI7C9X2G304SV PCI Switch. We contacted Diodes and after replacing it with its predecessor PI7C9X2G304SL in our design, it solved the issue for us. I believe...
View Article