General • 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 ArticleBeginners • Re: Help with using PICO 2 PIO/FSM to input serial data
If you're going to post python on the forum use the [code] ... your code goes here ...[/code] tags.That makes the difference betweenif "code-tags" == "used": print("code is formatted with left-hand...
View ArticleC/C++ • Re: Matrix class for C++
What does this offer over the ARM CMSIS libraries ?Statistics: Posted by MikeDB — Fri Jan 24, 2025 11:46 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 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 ArticleAutomation, sensing and robotics • Re: Submerge temp sensors failing,
regarding "epoxy in water". once the epoxy is cured, it wont interact with the water (assuming its just water)but, whatever you thinkStatistics: Posted by terribleted — Sat Jan 25, 2025 11:15 pm
View ArticleTroubleshooting • Re: Blown Fuse/Resistor?
1) i assume you are using the official power supply.2) RED LED solid usually means power OK3) try removing the SD card, and power up. do you get the diagnostic display?do you have a multimeter, and...
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 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 ArticleGeneral discussion • Re: Anybody know if these Are genuine?
I think on Pis it's sort of okay as you don't unplug them all the time. But I've a couple of Nokia Windows phones I'd love to still use as they have a far better camera than any modern ones, but both...
View ArticleTroubleshooting • Touch Displays virtual keyboards have "dead" keys...
Touch Displays virtual keyboards have "dead" keys in Chromium.I was playing with my latest acquisition, RPi Touch Display2 on an RPi5. I opened Chromium and typed in a URL.I got a not found message. I...
View ArticleBeginners • Re: SD and NVMe partitions issue
I suggest you start by reading the official documentation for whichever M.2/NVMe to Pi5 board you have and by searching these forums. You're not the first to have this "problem" and, I'm sure, you...
View ArticleGeneral discussion • Re: Pi5 Overclock Personal Records?
3000 with active cooler, with force_turbo=1 run for more than 2 months just to see whether it is possible, and it was without any issues.Statistics: Posted by HermannSW — Sat Jan 25, 2025 11:58 pm
View Article