MicroPython • Re: Annoying Display
I have a bread board and I am putting the connectors through the hole connectors on the side of the pico.Statistics: Posted by Vinitor25 — Tue Sep 23, 2025 9:09 pm
View ArticleCompute Module • Re: What's a CM0?
Interesting. I seem to have not noticed the CM3E appearing in 2022. Strange that it has not found its way into the official product listing like the CM4S has.There are a few products that seem to be...
View ArticleRaspberry Pi OS • Update Notifier
I decided to hold Chromium at whatever version it is on last OS release. I used this method: Code: sudo apt-mark hold chromiumThat works to hold it at the current version, however the update notifier...
View ArticleOff topic discussion • Re: A bit of Raspberry with 144C/288T
The code Scratchy wrote to find a best insertion point reads asCode: double e=dist(c,t)+dist(t,d)-dist(c,d); if(e<m){ m=e; b=c; p=1; } else if(e==m){ p++; if(rdice(p)==0){ m=e; b=c; }...
View ArticleOther RP2040 boards • Re: Compilation errors on Waveshare RP2350B DVI
Compiles but does not runStatistics: Posted by mlorenzati — Tue Sep 23, 2025 9:54 pm
View ArticleTeaching and learning resources • Tutorial: Hosting a website on Raspberry Pi...
Hosting your own website from home with a Raspberry Pi is completely possible, and with free tools like freedns.afraid.org and Let’s Encrypt, you don’t even need to buy a domain or SSL...
View ArticleBeginners • Re: Power supply
Here in New Zealand we can buy this:https://www.thewarehouse.co.nz/p/tech.i ... 67935.htmlIt has four USB sockets and is supposed to be 4.8A total, which is 1.2A per socket. That ought to be adequate...
View Article