Python • Problem with button.value
I have gpiozero version 2.0-1 on my RPi5.I wrote a short program in python that works - led and button can cooperate from gpiozero import DigitalInputDevice, LEDled = LED(17)led.value = 0button =...
View ArticleBeginners • Re: RPI 5 - VOLTAGE INFORMATION NORMAL ???
Hi !IF useful for you (CONFIG.TXT): GNU nano 7.2 config.txt # For more options and information see# http://rptl.io/configtxt# Some settings may impact device functionality. See link above for details#...
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
I am running a Pi5 with latest 6.6.30-git kernel. I am trying to turn off HDMI completely for headless operation .ive done testing, and found that you dont need any config changessimply booting with...
View ArticlePython • Play audio on Boot on headless setup
I have this code below to play audio a wav file in pythonCode: import pygameimport timepygame.mixer.init()pygame.init()pygame.mixer.music.load('fire alarm sound.mp3') *On my project folder*i = 0while...
View ArticleTroubleshooting • Re: vlc wont start
The problem is if I start streaming (using the camera) and then want to use vlc to listen to music it won't open. If I start vlc to listen to music before streaming video from the camera everything...
View ArticleTroubleshooting • Re: Pi 5 Sleep and HDMI blanking
Your link does not worknoted! changed it -> simply look at the Software Tab for the officially supported OSFor ubuntu you will have to get in touch with canonical ; they have a dedicated...
View ArticleBeginners • Re: How to rotate and flip the display on rpi 0w, bullseye?
Valid options are:- margin_top, margin_bottom, margin_left, margin_right (integer): Number of pixels in the margins, typically to deal with overscan on TVs- reflect_x (boolean): Perform an axial...
View ArticleAdvanced users • Re: Question about software RAID use.
This isn't an answer to your question but rather some general comments on RAID and your intended use as a NAS.In my experience doing RAID in software has a major impact on performance. All...
View ArticleGeneral discussion • Re: Universal HDMI cable for TV from pi5
If the 'manufacturer' of said cable uses the HMDI logo (https://www.hdmi.org) they will have to pass a HDMI compliance test.Not quite as simple as that, they have to label what category they are...
View ArticleDeutsch • Re: Einbau eines Raspberry Pi in NAS?
Die Antwort ist auch 2024 die gleiche wie zuvor Es hängt davon ab was du erreichen willst und was du bereit bist in Zeit, Material und Geld zu investieren. Auserdem sind Aussagen wie "Hardware dieses...
View ArticlePython • Re: Play audio on Boot on headless setup
See this post viewtopic.php?p=2218221#p2218221And are you running Bookworm or Bullseye on that Zero 2? (Or LITE version of it)Statistics: Posted by neilgl — Mon May 06, 2024 12:00 pm
View ArticlePython • Re: Gpiod 'get_line' Error
How did you install gpiod? From the errors you are seeing it looks to me like you have a recent gpiod installed, so v2.I have the latest gpiod (2.1.3) installed from PyPI with pip:Code: $ pip...
View ArticleGeneral • SWD entry sequence
I'm trying to access the SWD debugging interface on an rp2040 from scratch. I've had luck using SWD on a few other ARM platforms, but for the rp2040 I am unable to get a valid ACK response or read the...
View ArticleCompute Module • Re: USB ports not working in CM4 custom io board
page 1 of schematicsStatistics: Posted by smarty — Tue May 07, 2024 11:19 am
View ArticleGraphics, sound and multimedia • Re: omxplayer replacement with vlc
Thanks, that's helpful but again seems inferior to what we had with omxplayer I eventually managed to get VLC semi-acceptably behaving but only on a Pi4 (despite being able to do it with a Pi3 before...
View ArticleCamera board • Re: Missing imx296_noir.json (Pi GS Camera) for Pi 5 (at least...
I don't recall Raspberry Pi ever releasing a no-ir variant of the imx296 tuning file. Perhaps it was created by a third party?Statistics: Posted by naushir — Tue May 07, 2024 11:33 am
View ArticleTroubleshooting • Re: M2 Hat - power led not blinking
I have procured from this [link][https://pineboards.io/products/hat-top- ... eq=uniform]Support request for third party hardware should be addressed/covered by third party ->...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Force HDMI audio with custom EDID
This one for example hangs the whole system:Code: Modeline "1920x224_57 15.681020KHz 57.230000Hz" 39.124144 1920 1998 2182 2495 224 240 243 274 -hsync -vsyncIf I change to 57.00 it works but moves the...
View ArticleGraphics, sound and multimedia • Re: Raspberry Pi5 and VGA666
I was totally willing to maintaing my own kernel but the fact that there is not interlaced video in DPI mode makes this an incomplete solution for my project I'm afraid. Still many thanks for pointing...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Problem With High Resolutions With...
Hello,Working on it -- we have a candidate fix in a draft PR #6136 which you are welcome to test. Right now, you might need to increase horizontal porches to ensure it returns to Low Power state in...
View Article