SDK • Re: Pico2W repeating alarm fails after about 1000 alarms
Can someone please try this exact code on an RPi Pico. Pico Information below. CMakeLists.,txt at the bottomCode: > picotool info -a timer-test.uf2 File timer-test.uf2 family ID 'rp2040':Program...
View ArticleNetworking and servers • Re: Webserver on RPi 4 in local network
Why does it need to be connected to the Windows PC? The Windows PC is on the network, and must be allowed to connect to the webserver on the Pi, but the Pi must not be allowed to connect to the...
View ArticleCamera board • Re: Importing picamera2 is very slow
Great thanks, but that's the WRONG answer! (Just kidding!!, of course)We run our cameras at 10-15 min intervals so the code is spun up for each run; a 40s latency for each run isn't a problem....
View ArticleCompute Module • Re: HDMI not working on custom cm5 board
Would a USB to HDMI adapter work to get a video output? I don't really have many options and I only have this adapter:Statistics: Posted by Bugg_png — Wed Jan 28, 2026 10:40 pm
View ArticleTroubleshooting • Re: Sudo apt update
I think i resolved itThere was nothing in /etc/apt/sources.list.d (appears to be folder?)But pasted into /etc/apt/sources.list and /etc/apt/sources.list.d/raspi.listNow if you could help upgrade...
View ArticleCompute Module • Re: CM5 Dual Camera OV5647 - CSI0 working, CSI1 not
The CM5 Nano A hadn't come up in my quick searches - weird.Based on a quick look at their schematic, they've connected the same shutdown GPIOs to both MIPI connectors, which differs from the CM5IO...
View ArticleSDK • Re: HELLO_USB uses USB, but Blink ... Not
I agree with all of the above.I wonder if using the SDK printf instead of the NewLib would also workCode: #include "pico/stdlib"#include "pico/printf"Then in CMakeLists.txt add pico_printf to the...
View ArticleOther projects • Re: SiP Approach: MCU + PSRAM in a Single Package
Having used Displaylink v1 and v2 adapters with windows I have to say that v2 is fine for desktop use.When I was using DisplayLink v1 with my Pi 3B to have dual-monitor usage I was perfectly happy...
View ArticleTroubleshooting • Re: Cant get Ras Pi Zero in usb gadget mode on Trixie to...
Unfortunately this Pi Zero device is pretty much useless for reading USB Messages and Writing USB Messages thru script for the following reasons:As soon as I try to read in any kind of loop even with...
View ArticleTroubleshooting • Raspberry pi 4 on crt
So I had a raspberry pi 4 all set up and connected to a crt. I didnt know this at the time but I had raspberry retropie pi buster 4.71 on there and did not know this wasn't being updated or whatever....
View ArticleBeginners • tvservice -t equivalent
From this post:viewtopic.php?t=75589It looks like you can set the HDMI frame rate to 59.94. But tvservice is no longer supported.What is the equivalent command? Thanks!Statistics: Posted by rjclutt —...
View ArticleRaspberry Pi OS • Re: GUIDE: Install GNOME 48 Ubuntu-like on Raspberry Pi OS...
Awesome attempt. Kudos.Tried the script today and I get the Gnome desktop but Tweaks will not run - nothing happens, and I cannot do simple things like change the background - I cannot seem to select...
View ArticleBeginners • Besoin d’aide pour location matériel
Bonjour tout le monde , nouveau ici je viens chercher de l’aide car trop compliqué pour moi. Alors pour vous expliquer……. Je possède un Tapis-glisse( tapis monte tuiles pour les charpentier couvreur)...
View ArticleNetworking and servers • Re: what the hell is wrong with this???
I can lend you a hammer but can't help without more info from you.Don't post just the share definition. There are things in the [global] section that are relevant. Instead post the output from the...
View ArticleTroubleshooting • Re: Pi Zero USB Gadget Mode: Stuck as SB Serial Device on...
I am running out of ideas so some creative ideas would be appreciate.You're not the only one. Nor are you the only one to post about it without first searching.See...
View ArticleOther programming languages • Re: Trying script to get motionEye alerts on...
OK, try this version, I do not expect it to work, but it will print more information to the logfile, hopefully this will point to where the problem lies.It does not work! But do not waste your time!...
View ArticleBeginners • Multiple cameras for car "birds-eye view" and...
(Have reuploaded here because I'm not sure if this is a better spot for this topic than in the projects folder.)Hi all, I'm quite fresh with raspberry pie and I am looking to undertake a project for...
View ArticleCompute Module • Re: How to backup python files in RPi
I am bit new to RPi and do not know much about .venv. Is this a file that can be found using terminal ? What is the path and please let me know which command to run in terminal and which lines to add...
View ArticleBeginners • Re: /etc/fstab including userid
Glad it's working. Sorry I broke your system. For future reference, whenever I mess with fstab I always use `systemctl daemon-reload` followed by `findmnt --verify` before I reboot.Statistics: Posted...
View ArticleCompute Module • Re: CM5 based laptop from Argon40 in the works
Yes (in case that's the fuel gauge IC)Statistics: Posted by aBUGSworstnightmare — Fri Jan 30, 2026 8:31 pm
View Article