HATs and other add-ons • Re: TV Hat on a Pi Zero 2W, streamed video to VLC...
Could that be an EMC problem between the WiFi RF and the TV-HAT itself? I have always been wary of using the on board WLAN with the TV hat for that reason though I have just tried it with an original...
View ArticleCompute Module • Missing file bootcode5.bin ... during flash CM5 with usbboot
Fixed running `sudo make install`.Readme.md does not mentioned it.Statistics: Posted by gebha — Fri Nov 29, 2024 8:32 pm
View ArticleTroubleshooting • Re: Raspberry Pi 5 Crashes When Running FFmpeg for Jellyfin...
My bad guysDrink more coffee maybe and then read the error message again.your file:/mnt/ssd/Movies/Smile-2022/Smile-2022.mp4 does not exist, nothing to do with ffmpeg or jellyfinfix the...
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
Nope the computer (PC) would stop and not work with the lower spec PSU in the computer, so a new one had to be bought.Also with the PC before that it wouldn't boot with the old GPU card due to not...
View ArticleMicroPython • Re: PicoW MicroPython project: I added a bunch of debug lines...
Well, multithreading is not easy, anywhere, especially when the processors are fighting for the same resources, it's called Race condition https://en.wikipedia.org/wiki/Race_condition. With an...
View ArticleSDK • Re: how use gpio delay time microseconds ?
There is `sleep_ms()` or `sleep_us()` if you want to use slightly lower power or `busy_wait_ms()` and `busy_wait_us()` if you are happy to have the processor loop... note the latter will wake up...
View ArticleTroubleshooting • Set Pi 5 to boot from nvme. Tried networking. Rebooted and...
Hiya,I tried setting up my new Pi as a home server, I had installed Pi Hole and Apache and not really done much, rebooted and it's getting stuck. Now... I have set it to boot from the NVME, which is...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: How do I use ili9488 and xpt2046...
What gpio pins should I use?Statistics: Posted by ozanio — Sat Nov 30, 2024 7:51 pm
View ArticleMedia centres • Re: [RPi5B] starting kodi-gbm when TV is off results in no GUI
Many thanks, that was problem.Code: % cat /boot/cmdline.txt root=/dev/mmcblk0p2 rw rootwait console=serial0,115200 console=tty1 fsck.repair=yes video=HDMI-A-1:D...
View ArticleTroubleshooting • Wayland + Elecrow 5 inch TFT
Hi guys,I'm trying to get my Elecrow 5 Inch TFT screen to work. It's ancient and a bit rubbish but the one I've got.There's an official tutorial for it here: https://www.elecrow.com/wiki/hdmi-inter...
View ArticleTroubleshooting • Re: Pi Zero unable to connect to a Pi 5 access point
I have found a solution thanks to this topic: https://bbs.archlinux.org/viewtopic.php?id=249140. Carousel doesn't work, carousel does. The capital letter at the beginning of the SSID was triggering a...
View ArticleCamera board • Re: Switching between colour and mono while streaming - how?
Thanks,As noted, i'm a python noob.So WRT the first code, does this have to go anywhere specific in the StreamingHandler Class?I added it at the bottom of the section.I added the second snipe at the...
View ArticleOther • Value of Pi using Raspberry Pi -2
Code: ubu@raspberrypi:~ $ gp <pik.gpReading GPRC: /etc/gprcGPRC Done. GP/PARI CALCULATOR Version 2.15.2 (released) arm running linux (arm/GMP-6.2.1 kernel) 32-bit version compiled: Dec 31 2022, gcc...
View ArticleAdvanced users • Re: RASPBERRY PI 5 ON BATTERY!!!
ThanksStatistics: Posted by gordon77 — Sun Dec 01, 2024 7:19 pm
View ArticleBeginners • Re: I want to control the Raspberry Pi screen from my laptop
there is no default user nameyou need to fill in all fields when pre configuringthe first boot is long because it applies those settings, it reboots 3 times before actual startupStatistics: Posted by...
View ArticleGeneral discussion • How to detect Video Input Static with OpenCV
Do you have an idea how can I detect all different static in a real time video input using OpenCV? My goal is to detect static in the video input stream and cut the recording, as it is unsignificant...
View ArticleGeneral discussion • Re: How to detect Video Input Static with OpenCV
Capture frames and compare them...Statistics: Posted by gordon77 — Sun Dec 01, 2024 7:24 pm
View ArticleTeaching and learning resources • Re: Advent of Code 2024
it's time to start collecting stars anyway.The dog developer took the opportunity to sleep while the Pi builds Chapel.Fido's been sleeping a long time. I checked and htop was frozen asThe Raspberry Pi...
View ArticleTroubleshooting • Re: Brave crashing
Thank you, yes I've asked the Brave community, but no solution yet.I just tried the Flatpak thingy by installing flatpak as per https://flatpak.org/setup/Raspberry%20Pi%20OSThe Brave flatpak...
View ArticleNetworking and servers • Re: How to create signed SSL certificate with DS...
I use the Domain Name method of validating my domain with LetsEncrypt and have it set up so that it also validates for a wildcarded name (*.mydomain.com). Then I can copy the certificates to any of my...
View Article