Troubleshooting • SPI EEPROM error - Pi 4 and Pi 5
Hello, getting this error while booting (even if I remove all storage devices from the pi); what can I possibly do?PS.This is a brand-new device, got it added to an Argon neo case in the official...
View ArticleTroubleshooting • Re: Desktop GUI question about...environments? Permissions?...
The same login, not necessarily the same environment. But I am not sure why you are seeing a difference. Have you checked the exact way that the desktop entry is executing the program? There might be...
View ArticlePython • Re: Python string find index
oof I feel like such an idiot. Obvious now that its been pointed out. Please try not to giggle at me too loudlyStatistics: Posted by ras_oscar — Mon Apr 21, 2025 10:07 pm
View ArticleTroubleshooting • Keeping PI5 program running after powering on and off.
I have a YOLO object detection model I want to be able to use while driving on the road, and that is connected to a power source. How do I get the object detection program to open back up AFTER I...
View ArticleTroubleshooting • Re: Getting 'raspian buster ... key not available' Error
buster is unsupported, surpassed by bullseye & bookworm(latest)Yes but as they are booted on a Pi 5 it isn't actually running buster! Just somehow sources.list contents got replaced with buster...
View ArticlePython • making a data object iterable
I'm working on a program to parse CSV files. I intend to read each line of each CSV file, order it in a manner that makes sense to me, then write it out to a new composite csv. For the purpose of...
View ArticleGaming • Re: Seeking interest and support in a game designed for Rpi
Hi all, sorry to have been away so long. Work, health issues, and finishing a new book, meant I was kinda distracted from regular updates and only doing a few minor fixes/tests on my project but it...
View ArticleGaming • Re: Geforce Now on Rasperry Pi
I on my raspberry pi 4 with 2gb ram I was able to run Genshin Impact at 1280 x 720 30fps smoothly. maybe it also works at 60fps but I don't know. I went for the safe and stable GeForce Now is...
View ArticleTroubleshooting • motion in bookworm does not use libcamerify
If I understand correctly, with the default setup in bookworm, when you install the motion package, you end up with a broken configuration.Because you have to use libcamerify to be able to use the...
View ArticleGaming • Tried to build EmulationStation as a standalone, got this error instead
Hi fellow retrogamers,To warn you from the start, I'm quite new to all of this. I'm learning empirically, and I'm not yet experienced enough that I don't need help. Please be patient with me! So, I've...
View ArticleGraphics, sound and multimedia • Re: Can not get udemy drm protected videos...
We do support Widevine in general, see my response here: https://forums.raspberrypi.com/viewtopi ... 3#p2311233However, there are various security levels in Widevine. We only support L3, the lowest...
View ArticleGaming • Re: My Pi game... continues.
thanks, its unlocked now.Statistics: Posted by Brian Beuken — Tue Apr 22, 2025 10:35 am
View ArticleC/C++ • Re: Looking for a C++ GPIO library suitable for the Raspberry Pi 5.
I am using gpiod on a Raspberry Pi5 and have working test code in the forum topic below. It drives a GPIO output to light a LED Please notice that I am still in a learning...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.12
After updating to 6.12 via rpi-update, /sys/kernel/debug/dri/0/gpu_usage disappears, so it is no longer possible to monitor GPU usage.Edit:... at least on my CM4. I haven't yet tested other...
View ArticleOther RP2040 boards • Re: SPI pins fro XIAO
Yep, it's very confusing (I would say misleading), those pins definitions are used only in Arduino with their board, but are not the standard designation from RP2040 datasheet followed by SDK,...
View ArticleGeneral discussion • Re: Looking for help with serial
Hello,And finally: if a connection via USB works, why is it important to change to a direct gpio connection? USB deals with many of the factors such as signal levels and baud rates and thus simplifies...
View ArticleGeneral discussion • Insane CPU usage and temperatures
Has something drastically changed with a recent update ?I have just rebooted and I am seeing almost 100% CPU usage and temperatures in excess of 70'C on my Pi 4B 32-bit Bookworm when idling. Normally...
View ArticleAdvanced users • Re: RPi5 huge pages
I'm also curious why this feature isn't enabled by default. Are there potential backwards compatibility issues? I'm seeing "Transparent Hugepage support is recommended for optimal performance on this...
View ArticleMicroPython • Re: umqttsimple publish and subscribe for a response
I got it to work!!! I first made a function to publish a request for data. In the function, I used the connect, publish, and disconnect statements. I called the publish function, then I set up the...
View ArticleTroubleshooting • Re: Insane CPU usage and temperatures
No idea what it's showing but nothing seems to be screaming "error" to me ...Code: pi@Pi4B:~ $ time dbus-monitorsignal time=1745335636.377952 sender=org.freedesktop.DBus -> destination=:1.33...
View Article