Python • Anaconda -> Python 3.12
The recall someone was asking about getting Python 3.12 on a Raspberry Pi a while ago. By default, Bookworm comes with Python 3.11Last night I installed Anaconda and now it comes with Python...
View ArticleGeneral • Re: FP/M release v0.1
Nice! Support for the 2040 builtin flash as file system host would make it attractive for RP microprocessors needing file system support but not necessarily a large one.The flash chips commonly used...
View ArticleGeneral • Re: "Nine Pico PIO Wats with MicroPython (Part 1)"
Well, I hope OP gets some of the wishlist realized with RPi's next Pico chip.As always, software quickly fills up whatever hardware resources available and then asks for more. Statistics: Posted by...
View ArticleGeneral discussion • NVMe and SD Card Boot Order Ignored
So, not long ago my pi crashed and I had to completely rebuild the server. I elected to use my NVMe drive which is 1TB. I thought I'd partitioned it in a way where I set up 32GB for `/` but in my...
View ArticleNetworking and servers • kiwix offline website browsing (eg. Wikipedia),...
Hello,The Kiwix-related info I saw on this forum is really outdated. Here's a brief summary (which will be enough, for those of intermediate linux terminal skill) of how I quickly got Kiwix for my...
View ArticleRaspberry Pi OS • Re: Bookworm: Looking for suggestions to reduce disk...
You might consider approaching this from the other end. Start with RPiOS Lite and then add only the packages you want (letting apt pull in any dependencies).I went down that path, but it didn't help....
View ArticleMicroPython • PULL_UP PULL_DOWN State is back to front?
HiI am using the Wokwi emulator, so I'm not sure if it's the emulator, my electronics, my code or my understanding, but the following code and wiring start low and pulls high, which is incorrect for a...
View ArticleNetworking and servers • Wikipedia as a ZIM, by torrent download
Since the ZIM for the entire english Wikipedia is so large (~109GB), you would do well to download it as a torrent:https://download.kiwix.org/zim/wikipedi ... im.torrentNote: That's a totally legal...
View ArticleBeginners • Re: Help with using PICO 2 PIO/FSM to input serial data
Got it, thank youStatistics: Posted by longshooter — Fri Jan 24, 2025 11:47 pm
View ArticleTroubleshooting • Re: I messed up my trusty RPI bookworm by trying to...
The post installation script is reading your password file with this command: Code: getent passwdThen it take the user home folder as the 6th column. Run that command and check if some user have /proc...
View ArticleC/C++ • Re: Matrix class for C++
What does this offer over the ARM CMSIS libraries ?Linear algebra provides an opportunity to learn how to make templates and classes, no?Statistics: Posted by ejolson — Fri Jan 24, 2025 11:58 pm
View ArticleBeginners • Re: Question: How to use mcp3008 for digital input
This is the same question as in this post https://forums.raspberrypi.com/viewtopic.php?t=383011Statistics: Posted by neilgl — Sat Jan 25, 2025 12:08 am
View ArticleGeneral • Re: Raspberry Pi and Pico: Sending Fast Data over USB Connection...
You have plenty of I/O available for buttons. I wouldn't bother with an external micro. More to build, more to debug, more to maintain.Using the pico really is necessary. There isn't a lot of space...
View ArticleTroubleshooting • Re: No display using recalbox/Batocera
I have also attempted to use hdmi_safe1. That failed, and I removed that line and added config_hdmi_boost=4, hdmi_force_hotplug=1, hdmi_group=2, and hdmi_mode=4.... No changeStatistics: Posted by...
View ArticleTroubleshooting • Zoom on RaspberryPi 4 with 64-bit Bookworm
Many people seem to be getting Zoom to work on the RPi, but not me. I have tried every set of directions given. Some say to use PI-Apps, while others say to use PiKiss. There appears to be some...
View ArticleFor sale • MIPI 4-lane capable Camera Board for IMX219
The Raspberry Pi 5 now has MIPI 4-lane connectivity, and our SE-SB02/SE-SB02R board can achieve this functionality.SE-SB02 has dedicated 2.8V LDO to support AF module. (independent from AVDD 2.8V LDO...
View ArticleNetworking and servers • Re: Pi homelab build...
So I managed to end up with a big stack O pi's...4 @ 8GB Pi 5s with Official coolers, Pimoroni NVME bases and 2TB NVME SSDs. 1 of the Pi 4s is currently housing my media and archives. via a Buffalo...
View ArticleCompute Module • Re: CM5: What's the status of audio on GPIO 12~13?
I am a uconsole owner who is awaiting a CM5 for my uconsole and I can read in here that Audio isnt yet working for the CM5? I would be very interested if this was working and I hope the community...
View ArticleGeneral • Re: Problem with IRLZ44n mosfet in a circuit
Interesting update, thanks for sharing with us. Yeah, high currents are best done soldered. Thicker wires and a cheap pair of jumper cable clamps maybe... big clamps are somewhat overkilll but...
View ArticleOther projects • Re: RPi 5 Rack Mount case. New Design Help...
So generally speaking if it wasn't obvious. I was looking to not spend more $$ than I absolutely have to. Seriously if money were no object I would not be doing this with Raspberry Pis honestly... I'd...
View Article