MicroPython • Re: Annoying Display
Won't work unless you solder the pins or buy a Pico with header.Statistics: Posted by rpiMike — Tue Sep 23, 2025 9:37 pm
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 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 • Re: Debian 13 Trixie released. upgrade options?
Thanks to everyone who made suggestions here. I managed to burn up another micro SD Card, from my little Pi-hole + Unbound appliance, only the second time i've had to replace the physical card, in...
View ArticleAdvanced users • Re: Raspberry Pi OS Image Creation : Made Easy
I'm guessing you do the build on an external USB drive mounted inside your home directory.... How much space is required to do an image build? I'm thinking quite a lot.Statistics: Posted by nixuser —...
View ArticleBeginners • Re: Multiple OS
Yes, it's common to use different boot media for different OS. Unless, that is, you're willing to jump through some extra hoops.One of the reasons for that is that the normal installation methods...
View ArticleOther projects • Re: Help with controlling multiple LEDs
Those are blue LEDs, which have a forward voltage of about 3.2V. Since the power supply is 3.3V, I was told that I don't need resistors on them (or it would be something like 5 Ohms or less if I did...
View Article