General discussion • Re: Powering the Raspberry Pi 5.
Odd, the power supply line doesn't look right - should say RPI in there IIUC. I'll need to pass that by our PD expert.Ok thanks, in the meantime I'll leave everything as it is since everything seems...
View ArticleGeneral discussion • How to prevent Orca from launching on startup?
Just running in the background, not performing its screen-text-to-speech magic, it mostly disables my CAPS LOCK functioning.e.g. it takes 10-15 seconds for CAPS LOCK to activate, and even longer to...
View ArticleGeneral discussion • Re: Enhancing JAVA performance
Ah, ha, I imagine that a typical Java program is creating and disposing of millions of objects all the time. Each of which requires a memory allocation and deallocation. It makes sense then that the...
View ArticleTroubleshooting • Re: Raspberry Pi 5 power failure
What power supply are you using? Can you try a different one?Statistics: Posted by rpdom — Wed Dec 20, 2023 8:11 am
View ArticleGeneral discussion • Re: RPi5 - 4k Videos not playing smoothly
I'm using Raspberry Pi 5, and trying to play 4k Videos(offline file), default player not playing, kodis not playing smoothly. I Don't find vlc. What codec are those videos using? And what framerate?...
View ArticleTroubleshooting • Checking connection speed to Raspberrypi??
I have been using a Raspberry pi 4 for about 5 years as a Plex serverNever had a problem that installing the update didn't fixAbout 2 months ago all 3 TV's timed out connecting to Plex giving...
View ArticleGeneral discussion • Re: Moving SD card from Pi4 t o Pi5
I was thinking the same thing - Have been using PLEX installed on a Pi4 for about 5 years and started having problems.Thought about getting a Pi5 and just move the card over but don't see much on Pi5...
View ArticleCamera board • Re: How to get image from MIPI CSI-2 interface directly on...
Hi,I have encountered a new issue. Following your guidance, I tried configuring it using media-ctl, but it seems that entity 1: csi2 does not support the UYVY input format.Code: media-ctl -d...
View ArticleBeginners • Re: scheduling a restart of a service
Why not alter your code and have it wait in your python or c program? It's extremely costly to restart a service (the only benefit is that systemctl only allows one instance).Statistics: Posted by...
View ArticleTroubleshooting • Re: Audio via HDMI - unable to make it work
I've just had a look at the EDID info using "AW EDID Editor" for macOS and it looks fine i guess.There is an "Audio Data Block" present:Edit: So basically this tells me, that the TV is reporting...
View ArticleAdvanced users • Re: Apache2 Reverse Proxy Problems
When I go to "http://192.168.61:8080/solar" it fails to load and I get an error...Not FoundThe requested URL was not found on this server.Apache/2.4.56 (Debian) Server at 192.168.1.61 Port 8080Is that...
View ArticleGeneral • Re: DMA chaining with PIO FIFO to fill history buffer
Great answer. A few questions though...1. Create a 1D channel which is going to perform the individual operation. The read pointer must not increment if reading from peripheral. The write pointer must...
View ArticleTroubleshooting • Re: Touchscreen freezes with new CM4 revision
rpi-update did not the trick, touch froze again...in the kernel log i found:Code: [38704.020191] i2c-bcm2835 fe205000.i2c: Got unexpected interrupt (from firmware?)Statistics: Posted by Stefan-WCT —...
View ArticleCamera board • Re: Raspberry Pi5, PiCamera 3 and mjpg-streamer/ustreamer
You don't mention your 3D printer and setup.I don't mention the 3D printer because the focus of this topic is the functioning of the PiCamera V3 on Raspberry Pi 5, not the functioning of my 3D...
View ArticlePython • Re: HC-SR04 ultrasonic sensor
You can take a look at this project: https://www.pcbway.com/project/sharepro ... ensor.htmlIt also uses Raspberry Pi and ultrasonic motor.You can cross-check your circuit diagram,code and power supply...
View ArticleTroubleshooting • Re: Raspberry Pi 4 USB I/O is broken and it seems that no...
Not necessarily. I was on occasion able to see this problem in front of me where things fell apart quickly while I'm in the ssh session. Basically all files in the system (or external drive, which I...
View ArticleGeneral discussion • Re: How to recover from an headless server
Did you never have a login console or only since you messed up the networking? I don't know. I never tried to connect locally for years on this system!This is /boot/cmdline.txtCode:...
View ArticleCompute Module • Re: Custom made carrier board power issue
Step7Ok, step 7. So that means the voltage drop is too big? Let me explain what I've done here. The board is designed to have almost everything 3v3 powered by a separate (external) DC/DC converter,...
View ArticleGeneral discussion • RPi5 : tasksel -cinnamon- changes not reflecting
Hi,I am using rpi5 and installed cinnamon using tasksel and switched x-session-manager to cinnamon and rebooted. Ideally I should see cinnamon desktop but I still see default raspberrypi os desktop....
View ArticleC/C++ • Re: DMA on Pi 5
It’s annoying that we don’t really know if the RP1 documentation will be updated in the future with the missing parts, or if it will stay forever incomplete for some reason. And there is no guide for...
View Article