Raspberry Pi OS • Re: Drag and Drop Move and Copy not working
On a Pi5 running Bookworm with all updates, I tried to drag and drop a test folder to Downloads (/home/pi/Downloads). It worked fine.That was using VNC Viewer (on Win 10) and VNC enabled on the Pi5Are...
View ArticleGeneral discussion • Re: How will California Law (AB 1043) affect Raspi OS?
And now, MidnightBSD (Berkeley Standard Distribution!) has changed its terms and conditions to deny its Operating System to residents of California.................(from 1st January 2027).Statistics:...
View ArticleHATs and other add-ons • Re: Rasp PI TV HAt not recognising
Update looks like it was a dead hat Replacement arrived and installed onto the Pi 1. apt updated / upgrade just in case 2. dmesg | grep DVP .. its there !!!3. ps -ef | grep tvheadend ... its runnng 4....
View ArticleGeneral • Re: pico 2 and mini host shield
Is this the same question as the one being answered on the Arduino forum? https://forum.arduino.cc/t/pico-2-and-m ... ld/1433126Statistics: Posted by neilgl — Sat Feb 28, 2026 12:10 pm
View ArticleGeneral • PIO restart
Hello,I can see that there is a function called pio_sm_restart that resets the internal state of a SM, at least according to the spec at PIO:CTRL:SM_RESTART:Write 1 to instantly clear internal SM...
View ArticleMicroPython • Re: Pico GPS Date/Time server (no WiFi)
'time.mktime' demands an 8 item tuple for MicroPython, 9 items for Python. I have never understood why MicroPython doesn't accept 9 items, discard the last or error if it is non-zero.It appears I was...
View ArticleOther • Re: Ideas and discussion of capable browsers for low memory pi
I’ve been following the ideas about lightweight browsers and memory usage on Pi for a bit, and it’s awesome to see so many angles being shared. Testing different engines and learning what actually...
View ArticleGeneral • Re: PIO restart
What about the PC? Is the SM really restarted or just its internal state reset?I don't have a definitive answer but you could always try it; create PIO code which does something once then sits in a...
View ArticleGeneral • Debug Probe firmware version
The documentation at https://www.raspberrypi.com/documentati ... ebug-probe says "The latest version of the Debug Probe firmware is version 2.2.3."However, on GitHub we have version 2.3.0Statistics:...
View Article