Camera board • Re: Problem with framerate
Hi, it wasn't quite clear to me whether you just wanted to display the video feed, or encode it to H.264 as well. rpicam-vid (aka. libcamera-vid) does the latter, which is going to add quite a bit of...
View ArticlePython • Re: Reset gpio output when test is finished
Maybe the bug was fixed with this commit: https://github.com/micropython/micropyt ... 92a5fa3069Statistics: Posted by DeaD_EyE — Thu Mar 13, 2025 8:25 am
View ArticleBeginners • Re: Disabling SPI 0 interface to make GPIO 8 available
I just realized that i was able to solve half of my problem with using 0 chip select overlay for SPI0. Following advice from @aBUGSworstnightmare : "How/why did you enable SPI0? The mcp251xdf overlay...
View ArticleDeutsch • Re: Pico und Batterybetrieb
Hallo und vielen Dank für Deine ausführliche Antwort. Ich bin noch am ausprobieren, ob ich das Oled samt CO2 Sensor separat mit Strom versorgen kann. Für einen Testaufbau ist das okay.Aber ich will...
View ArticleGeneral • Re: RPI pico 2 sleep mode
No and yes. Mentioned it here for example: viewtopic.php?t=383244. Multiple topics about sleep now. But considering this topic as the topic about sleep, so now it is complete and up to date PS. Gave...
View ArticleCompute Module • Re: Issues with Ethernet Connectivity using the RP CM4
This is not enough. Rules:1. Length difference between + and - of each pair: maximum 0.25mm, better 0.15mm (which equals 1ps timing delay)2. Length difference between any two pairs: max 50mm (normally...
View ArticleGeneral discussion • Re: Raspberry Pi Zero 2w next step
I don't know about you, but these days we are living in these days. A mobile phone "charger" is a figure of speech. It is a power supply.I totally agree with you there. Statistics: Posted by...
View ArticleRaspberry Pi Official Magazine • An Article Index for The Raspberry Pi...
As of issue 151 the magazine has a new name. So the metadata repository has been renamed to match. The old repository link will redirect to the new repository name for at least a while.The old...
View ArticleRaspberry Pi Connect • Re: Use Sway insead of labwc
Well, yes, the panel comes up a bit after the desktop appearsStatistics: Posted by antiloquax — Fri Mar 14, 2025 7:59 am
View ArticleAutomation, sensing and robotics • Re: Building a Robot Car with Raspberry Pi 5
Raspberry Pi 5 Robot Car ControllerCode: #!/usr/bin/env python3"""Raspberry Pi 5 Robot Car ControllerFor Ackermann Chassis with servo steering and DC motor drive"""import RPi.GPIO as GPIOimport time#...
View ArticleTroubleshooting • Re: Pi5 with Raspberry Pi DigiAMP+ not finding USB pen drive
I used the latest version of Raspberry Pi OS (64-bit) Desktop version which was the recommended version as suggested by the Pi Imager. [Relased 2024-11-19]I have tried inserting once it's booted up...
View ArticleGeneral discussion • Re: Upgrading RaspberryPi OS from Bullseye to Bookworm
I would like to know if an upgrade of the Raspberry Pi OS (e.g. "apt-get upgrade" then " apt-get dist-upgrade") is considered a "supported" way of moving from one version to the next? Or is a re-image...
View ArticleGeneral discussion • Re: A computer that measures the temperature
At work there are many places where it would be brilliant, to just place some cube and plug it in.And it would then automatically log the temperature.Which could then be synced via ssh.Also I know...
View ArticleTroubleshooting • Re: Cloned SD card not working on second PiZero2
Thanks, good point. I'll do soStatistics: Posted by AndreasFr — Fri Mar 14, 2025 8:37 am
View ArticleRaspberry Pi OS • Re: Pishrink don't work on Bookworm ?!
Thanks Scruss but, none of the threads solve my issueStatistics: Posted by Dr.No — Fri Mar 14, 2025 8:41 am
View ArticleBeginners • Re: Midi Control
I have an older Raspberry Pi A+ v1.1 laying around that I found a use for. I have a USB midi interface, and I would like to run the Pi as a Midi filter to prevent 2 consecutive notes from passing...
View ArticleTroubleshooting • Re: degraded screen at boot on Pi4
Your display doesn't have a scaler chip, hence it's unable to display the bootloaders resolution (think that's VGA only if memory serves me right).What screen is thaf?Statistics: Posted by...
View ArticlePython • Re: Determine which state machine generated an IRQ
As a workaround, you could use different handlers for each PIO statemachine. Then you have a 1--1 relation between statemachine and handler.If the source code for the handler is almost identical, then...
View ArticleTroubleshooting • Re: LineageOS Imager Failure
The download failed, you need to download it again.Statistics: Posted by jamesh — Sat Mar 15, 2025 5:56 am
View ArticleTroubleshooting • Re: Unable to see 4k60Hz on Pi 5
Since KMS ignores config.txt, you can try to force 4K 60Hz via a kernel argument:Edit /boot/cmdline.txt and add:Code: video=HDMI-A-1:3840x2160M@60This forces the resolution to 4K at 60Hz.Statistics:...
View Article