Raspberry Pi OS • Re: Trixie and Google Coral TPU (Hailo)
it failed for me... any idea how to fix ?Code: [HailoRT] [error] CHECK failed - Driver version (4.20.0) is different from library version (4.23.0)[HailoRT] [error] Driver version mismatch, status...
View ArticleGeneral discussion • Re: CM4 debugging 5G module issues
What is the suppliers/manufacturers replay? No idea what an 'RM500U-EA module' is and how it get's connected. For sure it's not an official product typ supported here.Statistics: Posted by...
View ArticleBare metal, Assembly language • Re: Timer interrupts under raspbian os
on the pi2-pi4 range, and maybe the pi5, there are ~8 timersthe VPU has 4 compare registers, called ST_C0 thru ST_C3, which will each fire a unique interrupt, when it matches ST_CLOat least one of...
View ArticleRaspberry Pi OS • Re: Trixie: Storage in journal is now "volatile"
Hello,To solve this problem, I just put a file in /etc/systemd/journald.conf.d/. It contains:Code: [Journal]Storage=persistentAn of course, a reboot is requiredStatistics: Posted by PhL91 — Wed Nov...
View ArticleCamera board • Re: camera module 3 slow video at beginning
Sandyols code with 3 minute splits...Code: #!/usr/bin/python3import timeimport cv2from picamera2 import MappedArray, Picamera2from picamera2.encoders import H264Encoder, Qualityfrom picamera2.outputs...
View ArticleAdvanced users • Re: how to Simulate Python3 program
Thank You PiGraham!From that link I have already downloaded the Program Wyliodrin but not installed yet.I will do it now and evaluate.ThankYou.Statistics: Posted by Kalman — Wed Nov 26, 2025 9:33 am
View ArticleGeneral discussion • Re: TRIXIE is released! Please comment below!
Thanks for the reply. Yes, my Trixie is fully up-to-date. Four profiles appear for the Jabra, High Fidelity Playback (A2DP Sink, codec SBC & codec SBC-XQ) and Headset Head Unit (HSP/HFP, codec...
View ArticleAdvanced users • Re: Slow W5500 on RPI 4B
That's a bit disappointing. Using SPI6 will have reduced your CPU load a little, but apparently not increased the throughput. You're never going to get 30Mb/s through a 30MHz SPI link because of...
View ArticleGeneral • Re: 2040 Pico Boot Loader failing to enable USB connection after...
It would also be worth confirming the crystal in oscillating at @ 12.0000MHzStatistics: Posted by dp11 — Wed Nov 26, 2025 9:40 am
View ArticleTroubleshooting • Re: New Windows PC not mapping Pi's drive, old PCs do
I have just got a new Win 11 Home laptop and for some reason it can't see the Raspberry in Windows Explorer. The probable reason that you cannot see the Raspberry pi is that Windows no longer uses...
View ArticleBeginners • Re: PowerPoint (or similar) display project
Thanks. I did come across this post, but was unsure of its suitability.ghp, have you insight as to whether this works or not?Statistics: Posted by Paulscarbs — Wed Nov 26, 2025 10:12 am
View ArticleCamera board • Re: Can Raspberry Pi 5 ISP support camera individual...
The hardware can do almost anything. However, standard software can't retrieve camera calibration data from EEPROM. We don't have a driver for it. Media Controller and libcamera don't know anything...
View ArticleGraphics, sound and multimedia • Re: RPi 5: MPV dropping frames
I can confirm that mpv 0.40.0 which is standard in Debian Trixie does a lot of frame-dropping. Not only on my DVB-T2 recordings (1080p50 HEVC) but also on the test vid. This is on Intel x5-Z8350...
View ArticleTroubleshooting • Re: Pi zero 2w wifi fails to connect after reboot
I did not notice any slowness when running the above test and using SSH on a Windows 11 laptop over WiFi.Statistics: Posted by neilgl — Wed Nov 26, 2025 10:15 am
View ArticleAutomation, sensing and robotics • Re: Greenhouse heater automation
less likely to kill yourself if you do not directly switch mains, start with thatStatistics: Posted by wcl55 — Thu Nov 27, 2025 8:50 am
View ArticleCompute Module • Re: usbboot reproducibility problems
put uart on the cm4Good point, will try to implement that, but don't have access to UART in the current setup.I figured out something else.After loading mass-storage-gadget64 it sometimes takes 15s...
View ArticleBeta testing • Raspberry Pi Imager 2.0 - how to turn off Wi-Fi
Hi All,I just updated to Raspberry Pi Imager v2.0.0I wanted to create an image for a Raspbery Pi Zero. I am only using the device via wired ethernet connection, therefore with the previous Imager...
View ArticleBeginners • Re: Wireless Ice Fishing Bite Alarm
Simple solution would be to use a reed switch with a magnet attached to the flag. Use a battery and LED with a resistor. Light is wireless, the other setup is robust and simple. Look for a battery...
View ArticleAutomation, sensing and robotics • Re: Getting Data From a Xiaomi Mijia...
Have you tried from a Pi or another computer with Bluetooth ?Because I see a web page here connecting to a device over BLE... Nothing specific to using a phone imho...idk... maybe silly but maybe...
View ArticleOfficial Display • Re: Touch-functionality of Touch Display 2 stops working...
I’d suggest checking the reset pin handling and making sure the I²C bus is stable after reboot. Also confirm no other overlay or driver is grabbing the same GPIO. How does one do that?Statistics:...
View Article