Raspberry Pi OS • Re: Static IP with Bookworm
Does anyone, apart from me, think it's a terrible idea that 'nmcli' references an interface using a name that changes with locale settings?That would seem to be something of an inconvenience in some...
View ArticleBeginners • Rpi 5 and HC-SRO4
I've had a Raspberry 4 for some time, used it during COVID and programmed the ultrasonic for distance measurements. It all worked great. Recently I purchased Rpi 5 and used the same hardware and...
View ArticleTroubleshooting • Re: Pi5 more susceptible to glitches on Vdd
Why not simply have its own 3.3V regulator? Use one which has an enable pin and switch the regulator on/off in case you need/don't need the GPS.Statistics: Posted by aBUGSworstnightmare — Mon Aug 05,...
View ArticleTroubleshooting • Re: Compute module 4 + HDMI 1 Not working
do you have an EDID for display timing?What the heck is a '"no signal received" mode' on a TFP401?SSH is your friend. VNC connection may help as well ... a Boot-UART enabled gives you helpful results...
View ArticleFor sale • Re: Can I do a NVMe hat give away here?
We will announce a giveaway event during Seeed's live broadcast on Friday.[ ... ]We are very eager to hear the voices, needs, and feedback from the Raspberry Pi community so that we can better provide...
View ArticleGeneral discussion • Don't move windows when powering on monitor
I use a PI to watch a couple of video camera around my property. I use 2 firefox browsers to show 2 video streams side by side, and one them is partially off screen to hide an options panel on the...
View ArticleGaming • Re: Legal Retropie
Are Nintendo, Wii, PlayStation, NES, Nintendo 64, and Genesis games legal to play on retro pie?I would take the position that all games should be considered not legal to play unless you can prove they...
View ArticleGeneral discussion • Re: old libraries of GPIO not working on pi 5
I use gpiozero https://gpiozero.readthedocs.io/en/stable/Statistics: Posted by rpiMike — Tue Aug 06, 2024 2:32 pm
View ArticleAdvanced users • Re: Pi5 - H.264 with YUV444 colorspace
Pi 5 does not have hardware H264 support - it's software only.YUV444 obviously uses more bits than YUV420 at the same resolution, and therefore requires more processing. It may also be that YUV420 is...
View ArticleGeneral • Re: RP2040: multiple (6) GPIO interrupts
Thanks for the explanations. I kept coming across this talk of "BANK" without it ever being defined. I had to start ploughing through the rp2040 reference manual before I found something. It seems the...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
All third party products with dual M.2 slot I have seen so far were using PCIe Gen2 switches --> lower performance. Sure, one can use NVMe in addition ... at lower performance as well.The Hailo...
View ArticleTroubleshooting • Re: Raspberry Pi imager is not working. How can I install...
Raspberry Pi imager keeps giving me the message "Error writing file to disk" while trying to install Ubuntu. How do I install it manually to a micro SD card so that I can use it?Is your target RPi...
View ArticleGraphics, sound and multimedia • Re: Map of RPi5 HVS registers
Thank you so much for the help.It turns out `/sys/kernel/debug/dri/1` is full of useful information, especially the `hvs_regs` and `state` files.I still haven't quite got my head around how/why the...
View ArticlePython • Re: Installing MARIADB on Bookworm with Python
OK, I tried it but it did not seem to work. Here is the output:xxx@S1234:~$ mkdir My_PythonAppsxxx@S1234:~$ cd My_PythonAppsxxx@S1234:~/My_PythonApps$ sudo python3 -m venv --system-site-packages...
View ArticleGeneral discussion • Re: Don't move windows when powering on monitor
Some displays deassert hotplug (i.e. signal through the hdmi cable they are no longer connected) when put into standby. Some do not.In general not doing this is highly preferred.Wayland when presented...
View ArticleTroubleshooting • Re: button stops listening further input after single press
Maybe add a line in the button_pressed function so you can see that you have pressed a button?Code: print ("button pressed")It works OK for me on a pizero2 running Bullseye 32-bit GUI.I don't have a...
View ArticleTroubleshooting • Re: Problem getting Plex to see my external hard drive
This is the video i Followed the only thing different i did is that my harddrive was formatted in NTFS. and the permissions were set on chmod 755 /DATA/Media/USB/Statistics: Posted by Bobbyds1 — Wed...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 3 B+ - Install TZT 1.54...
You are right. I think I should buy Ardafruit LCD instead. The have made de python drivers.You have expertise in that could recomend a cheap LCD ?I only need to make a feedback screen, no need of high...
View ArticleGeneral discussion • Re: uninstalled Firefox for Chromium
WOW .... thank you for the intelligent reply. Too bad FF is even available to a 400 since it doesn't have enough memory to run it. Wish I had known because I lost a lot of time trying to make it work....
View ArticleGeneral • Re: Pico USB Web Cam
https://www.raspberrypi.com/news/real-t ... y-pi-pico/PS. My bad, other way around.PS2. I don't know if TinyUSB supports UVC as a host, but CherryUSB seems to.Statistics: Posted by MatSOBDev2 — Wed...
View Article