Camera board • Re: PiCam 3 Wide not very wide?
Just of out interest I've measured the HFOV of a V2 camera module. The measurement was made at a range 'Z' of only ~890mm from lens centre to the measurement plane. The distance between the markers...
View ArticleCamera board • Re: rpi5 camera
If libcamera-still uses the camera then it is working.The Enable Camera option in raspi-config is obsolete. It is not needed.The Pi5 with Bookworm supports all official Pi cameras and many others as...
View ArticleBeginners • My Media Alexa skill for a raspberry pi 5
I have looked at the possibility of using an Alexa Echo to play music from my Raspberry PI 5I tried to find the necessary skill for the Pi 5 but it only appears to be available for Pis up to the Pi...
View ArticleGeneral discussion • Re: View file sizes in file manager
View -> List ViewStatistics: Posted by wildfire — Tue Apr 16, 2024 3:43 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Change PLLD frequency to get a...
..Don't forget that running on 3 data lanes is also an option.not on a Pi4 - which is mentioned in OP's initial post. Maybe that's why he/she is limited to dual-lane DSI only.But they also...
View ArticleGeneral • Re: Error when Running Pico PIO with USB Serial Output
dmesg gives the following error messages: FAT-fs (sda1): unable to read boot sector to mark fs as dirtyThat and the others are not strictly errors but a consequence of the RP2040 unilaterally exiting...
View ArticleMedia centres • Unable to understand mistake in *arr stack and qBittorrent
Hey guys,Long time lurker of this forum, first time posting. I must say, this forum has helped me get from knowing virtually nothing about Raspberry pis to actually using it as my first home server....
View ArticleCompute Module • Re: Update scriptexecute in provisioner
It's just an eeprom to store some data, and i realised the moment i drove onto the highway that the dtbo files were what was missing. Statistics: Posted by nachte — Tue Apr 16, 2024 4:05 pm
View ArticleItaliano • clonare SO da microSD a NvME
Ho un rpi5 con microSD e SO Raspbian su cui ho già installato diverso software compreso docker e home assistant. Ora ho acquistato un disco SSD NvME e vorrei clonare l'intero SO su quest'ultimo,...
View ArticleTroubleshooting • Re: On of the micro hdmi is showing pink screen
Yes, this is exactly the issue: same cable and same display, but one hdmi port is pink the other is okayThe pink port (the one located directly beside the power port) was used to be fine actually just...
View ArticleGraphics, sound and multimedia • Re: Auto Video Looper /w GPIO control
1. Use OSC over wifi. You can send input events from one Pi to the other2 Never had invalid chunk sizeHey Ken, so I finally got a chance to setup the OSC setup over WiFi. However, I seem to be hitting...
View ArticleTroubleshooting • Re: Pi 5 USB 3.0 Speed Issues?
Closing this thread as you've duplicated the issue on Github - https://github.com/raspberrypi/firmware/issues/1877Discussion should take place there.Statistics: Posted by jdb — Tue Apr 16, 2024 4:13 pm
View ArticleOff topic discussion • Re: Dream hardware
I think the CM5 will have to both come underclocked and with an active heatsink?We don't expect this to be the case. Passive cooling at normal clock speeds should be sufficient for most use...
View ArticleBeginners • Re: A few beginer questions about Pi Zero 2 W
Does the USB power cable needs to have all 4 wires connected, or just the +5V and GND, to power Pi Zero 2 ?Statistics: Posted by Marus780 — Tue Apr 16, 2024 4:19 pm
View ArticleItaliano • Re: Porte Usb raspberry
E un po che non uso Arduino, ma se ben ricordo si connette via porta seriale, tipicamente /dev/tty/ACM0. Prova a disconnettere l'arduino e riavviare il raspi per capire se le periferiche funzionano di...
View ArticleGeneral discussion • Powering Zero 2 W with USB C connector
So I have a bunch of these USB C boards, and planning to use some of them to power Zeros in an enclosure. But I don't measure any voltage over ground and vcc on the PCB. Is USB C too smart to just...
View ArticleTroubleshooting • led not turning on
Hello guys, im new to this thing, i got the pi 5 and im trying to turn on a led circuat by a terminal command. I wrote the following commands- gpio mode 26 outgpio write 26 1 and then checked the...
View ArticleGeneral discussion • Re: Login failures happening again
Why log out? Stay logged in, its far easier.AFAIK that's not possible as inactivity will log you out.PeterOStatistics: Posted by PeterO — Wed Apr 17, 2024 4:21 pm
View ArticleGeneral • Re: sideset possibilities?
As already stated, you can certainly do two side-set bits - but note that they have to be on adjacent pins. First rule of PIO coding: always write your PIO code before you lay out a PCB, because you...
View ArticleCompute Module • Re: I2C on HDMI0 and HDMI1
Try hdmi_ignore_edidhttps://www.raspberrypi.com/documentati ... gnore_edidCode: [hdmi:0]hdmi_ignore_edid=0xa5000080 [hdmi:1]hdmi_ignore_edid=0xa5000080 Statistics: Posted by timg236 — Wed Apr 17, 2024...
View Article