Beginners • Re: Boot Issue
Replace the dtoverlay=vc4-kms-v3d with dtoverlay=vc4-fkms-v3dMaking the change resolved my issue. At least for now.My question is this. Is this a sustainable work-around?It will work for now, but the...
View ArticleTroubleshooting • Re: Repositories Broken
I am not seeing that on a Pi3 running Bullseye 32-bit:Code: pi@pibull32:~ $ sudo apt updateGet:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease [15.0 kB]Get:2...
View ArticleGeneral discussion • Re: Fan speed at start/boot how to reduce the RPM?
I have the Argon NEO case for Raspberry Pi 5 and there is a little fan in this case. When i boot the Pi the fan speed is incredible fast thus making an high and unhealthy noice. This is just for the...
View ArticleTroubleshooting • Re: Cannot sudo apt update or upgrade Pi3B+ or New Pi5
I hope I can provide more information to help. I have a Raspberry Pi 3B+ I installed Raspberry Pi OS (Legacy 64bit) Lite using Raspberry Pi Imager 1.8.4 onto a brand new MicroSD card 32GB. I am remote...
View ArticleAdvanced users • Re: apt vs. dpkg
On my systems, the only difference is that dpkg --get-selections includes packages with state "deinstall". These were previously installed and have been removed but not purged, so their conffiles and...
View ArticleAdvanced users • Re: Is everyone happy with the quality of libgpiod?
Personally, I use shell scripts for simple tasks. That includes poking GPIOs to control things. I have scripts that run from cron, check some conditions, check the state of a GPIO and change it if...
View ArticleBeginners • Re: Pi5 usb - m.2
I am using the official one from Pi. I also have an official from my Pi 4b that I could try but that seemed as it would just confuse the situation further. The way the board is behaving I really think...
View ArticleTroubleshooting • Re: Raspberry pi 5 shows boot screen, but screen blanks and...
display: DISP0: HDMI HPD=1 EDID=ok #2 DISP1: HPD=0 EDID=none #0Hotplug and edid are okay (which is a common source of display failure).And neigl, yes my router shows the raspberry pi, and I've managed...
View ArticlePython • Re: picamera2 – most efficient way to continually capture?
Hi, if you want fast frame captures then I'd avoid "create_still_configuration". That's geared towards still image capture, therefore defaults to the highest resolution (which makes things slow), and...
View ArticleNetworking and servers • Re: How Can I change the report?
I'm hosting this on my pi at home.There at least a dozen ways to host a website on a raspberry pi. You'll need to be much more specific about your setup.Perhaps you can share the tutorial you followed...
View ArticleNetworking and servers • Re: How to setup standalone web app hotspot
How are you serving the flask app?If your flask app is running with its own built-in server (not recommended for production, only for testing) and you didn't specify otherwise, you should be able to...
View ArticlePython • Re: Splitting values after comma and storing in different variables
What is "ss = ss[2:l-1]" for?Statistics: Posted by rpiMike — Wed Jan 10, 2024 11:11 am
View ArticleBeginners • Re: pi5 boot issue
The images are the same.What screen are you using?Have you tried using the hdmi port next to the USB-C connector?Statistics: Posted by rpiMike — Wed Jan 10, 2024 11:13 am
View ArticleGeneral discussion • Pi 5 on Amazon ?? (Approved Resellers)
Hello,Someone could explain why approved resellers sell products like Raspberry Pi 5 at very expensive prices on Amazon? Is that allowed by "Raspberry Pi"?I'm talking about resellers like "Astradis...
View ArticleCamera board • blur image
I am using raspberry picamera2 with working distance of 10 cm. I am getting blur image captured by camera.I want the image clister clear .please give me the solution.I m using the controls parameter...
View ArticleGeneral discussion • Re: 10.1 inç RGB LCD configuration for cm4
I use debian busterWhy?! It is obsolete and nearly totally out of support from all concerned parties. You are seriously advised to upgrade.You have a thread on this subject already, so please use it...
View ArticleTroubleshooting • Re: Raspberry Pi Pico wlan.scan while connected
Interesting. The first time I tried it everything worked as expected, scanned, connected, scanned again and things turned up. The second time it didn't, it took some time to do the scan but nothing...
View ArticleTroubleshooting • Re: Raspberry Pi5 going to initramfs only on SD card slot
I guess Dom has more insight into why the imager makes a difference between pi4 and 5.There is no difference. As noted by B.Goode, it is only filtering the OS dropdown list in Raspberry Pi Imager. The...
View ArticleCamera board • Re: blur image
Move the object a bit further away.Module3 Normal?That’s the edge of the focus range, a tweak the the physical lens position may help, it may distory or damage things.Or get the wide that goes down to...
View ArticleAutomation, sensing and robotics • Re: Updated Object Recognition Tutorial?
Try this... updated their code....works on my Pi5...The main issue is that Videocapture() no longer works with pi cameras. so I used another method.Download and unzip their zip file and put the...
View Article