Troubleshooting • Re: Unstable Pi
One thing I noticed when my USB SSD cable was going bad is that my PI would become almost unresponsive as well. I could ping it, but nothing else really worked. It was half alive. I could make a...
View ArticleSDK • jmp vs .wrap
Hi all,I have this PIO program which mirrors one input to two outputs and works as expected:Code: .program mirror.side_set 2.wrap_targetlow: jmp pin high side 0b00 jmp low side 0b00high: jmp pin high...
View ArticleSDK • Re: jmp vs .wrap
What am I doing wrong?I recall there is an issue where JMP is followed by WRAP which means execution will continue after the WRAP if the JMP isn't taken.I am not sure where that's documented, or where...
View ArticleBeginners • Re: 27 W Power Supply Confusing Labels and Specs
It's a PD PSU which is safe to use at 240v & 120v. Nothing to be concerned about.If the device it's connected to doesn't negotiate a higher voltage (eg 9v) the PSU will default to a safe 5.1v...
View ArticleNetworking and servers • VNC installation via sudo raspi-config fails
VNC installation via sudo raspi-config failsThe installation of VNC servers works via sudo raspi-config, but the call via VNC Viewer on different Macs leads to: Currently the desktop cannot be...
View ArticleNetworking and servers • Re: VNC installation via sudo raspi-config fails
I thought the Lite version does not have a Desktop so there in no point in using VNC Viewer to see that non-existant desktop ?Statistics: Posted by neilgl — Sat Dec 20, 2025 3:41 pm
View ArticleBeginners • Re: Remote Control I/O
Forgot to add this, I do not want use internet... need IP to IP connect.Statistics: Posted by ATARI_LIVE — Sat Dec 20, 2025 3:43 pm
View ArticleGeneral • Re: "Too many requests" on Pico SDK GitHub ?
I am also seeeing that on https://github.com/raspberrypi/pico-setup/pull/60Statistics: Posted by neilgl — Sat Dec 20, 2025 3:45 pm
View ArticleGeneral discussion • Re: recently, when I try to preview a new...
Another maybe related?: I haven't had this happen, but I seem to need to re-login much more frequently than I ever did in the past (on the same system, same browser).Think the "Stay Logged In"...
View ArticleTroubleshooting • Re: lots of brcmfmac errors such as "brcmfmac:...
I have set it all up on another PiZ2W with another PSU, cable, SD card.Same issues.I've now found that there are a number of similar issues reported on the Raspberry Pi Git Hub but no concrete...
View ArticleTroubleshooting • Re: Pi Zero W rebooting itself
It's rebooted twice this morning since 8am when the code was first started. Here's my ugly crontab lines (ignorantly overdecorated), the list of the first lines from recent boots, the last twenty of...
View ArticleRaspberry Pi OS • Using Pi with Large Screen
I have a Raspberry Pi 4B hooked to a 65-inch 4K television. I recently installed a fresh copy of Raspberry Pi OS (December 04, 2025) plus updates. Everything is so small on the screen that it is hard...
View ArticleRaspberry Pi OS • Re: Using Pi with Large Screen
Assuming TRIXIE. no need to use raspi-config. use the normal menu selections.(i assume you have the DESKTOP version)it's still there (at least resolution selection)- preferences- control centre-...
View ArticleBeginners • Re: Win 11 C Cross Compiler for Pi Zero ?
Maybe use VS Code with Remote-SSH Extension with a 2GB Pi4 as the target, then copy the executable to the pizero2w and run it?e.g. hello world compiled on the Pi4 and moved to a pizero2w worked OK...
View ArticleNetworking and servers • Re: What case do you use for a VPN setup?
Am I doomed to own a Dremel monstrosity due to the lack of any skills with it, or are there cases that could accommodate a Pi 5, ethernet expansion board, and a UPS board?Cases for specific...
View ArticleBeginners • Re: USB device IO error help please
The last line (IOError: pywws.device_cython_hidapi.USBDevice.read_data failed) seems to be the clue. The USB 'device' (which is kind of a software thing, more than a physical hardware thing) is not...
View ArticleRaspberry Pi OS • buster: Can no longer install stuff
I know there has been recent talk on the forum about TPTB moving Buster to "legacy".I've been through this before with Jesse, when they moved Jesse to "legacy".In Buster, i currently have (this was...
View ArticleRaspberry Pi OS • Re: buster: Can no longer install stuff
Replace raspbian.raspberrypi.org with legacy.raspbian.org in the sources list file.Statistics: Posted by mitu — Sun Dec 21, 2025 4:16 pm
View ArticleGaming • Re: Introducing PiLove: A Lightweight Game Console Distro for...
LÖVE is lovely, and thank you for making this.Since it uses SDL, it's probably best kept on small screens for older Raspberry Pis. SDL (at least V2) doesn't handle scaling very well.There is a package...
View ArticleBeginners • Re: Raspberry Pi 5 (8GB) – SDRAM failure, inconsistent LED blink...
[*]Hello everyone,I’m reporting an ongoing issue with a **Raspberry Pi 5 (8 GB)** that I’ve been unable to fully recover. Below is a detailed timeline, including **LED blink codes** observed with...
View Article