Troubleshooting • USB Power Issues with SSD on Raspberry Pi 4?
Hello everyone,I've noticed that my Raspberry Pi 4 sometimes struggles to properly power an externally connected USB 3.0 SSD. The disk disconnects sporadically, and occasionally the system seems to...
View ArticleRaspberry Pi OS • Re: Set cpu frequency
You can switch cpufreq governor at runtime, you don't need to rebuild kernel. e.g.Code: echo performance | sudo tee /sys/devices/system/cpu/cpu0/cpufreq/scaling_governorWe set ondemand governor in...
View ArticleRaspberry Pi OS • Re: Chromium and touch scrolling doesn't work with labwc
I have the same problem and have posted a couple threads on it. You are not alone. The latest raspberry pi os breaks after apt update and apt upgrade. I am unable to find any time frame for a fix or...
View ArticleGaming • Re: GZDoom DOOM Engine Source Port on the Raspberry Pi 4 Computer
The latest version of GZDoom is g4.14.0:Releases - ZDoom/gzdoom - GitHubhttps://github.com/ZDoom/gzdoom/releasesStatistics: Posted by Moonmarch — Tue Jan 21, 2025 2:13 am
View ArticleGaming • Re: QuakeSpasm 0.96.3 - Quake Source Port
cjan, There is an option to increase the size of the HUD in the menu, and the MODNAME is the folder name that contains the mod data.The mod folder needs to be placed in the quakespasm/Quake...
View ArticleTroubleshooting • Re: Rpi 400 won’t boot
I'd swap them. use 16 for the eeprom update, 32G for the PI-Os16G may not be big enough for PI-OS.it may be, but i always use 32G for the PI-os... still have some room left.my bookworm says it is...
View ArticleCompute Module • Tutorials
Hi All,Can someone point me in the way of tutorials for developing a PCB board for the CM4/CM5?I would like to do some things like adding battery support with USB-C charging? I'm a beginner and I'm...
View ArticleGeneral • Re: Pico Cannot Handle Multiple Servos ?
This one I've tested is original from a reliable source. I've also checked inside.Stall current differs with voltage 4.8-6V, it is current hungry (it hurts to stop it by hand).Besides the spikes, it...
View ArticleRaspberry Pi 400 and 500 • Re: Pi 500 build problems
I don't find the flexing any different to my Pi400. It all sits square on my desk and when out and about. Perhaps you just have a bad one. Ask for it to be replaced.I also didn't experience any more...
View ArticleAdvanced users • Re: Raspberry pi 5 won't boot automatically some times when...
I have 3 pi5 running last raspberry pi image, some times when electrical power outage, i need press power button for boot.I'm using official power supply for raspberry pi 5.somebody got same issue?I...
View ArticleTroubleshooting • Re: ffmpeg connection refused issue
I didn't setup a listener. I didn't realize I needed to. Any suggestions for something simple?Statistics: Posted by fabnavigator — Tue Jan 21, 2025 3:39 am
View ArticleTroubleshooting • Re: New install put me on "trixie"??
you have ubuntu repo you must of addedubuntu always pulls from unstable/trixie currentlyyour not using ubuntu, so you shouldn't use there repoI see. That came from the Unifi script that I use from:...
View ArticleMicroPython • Re: Micropython Matter SDK on PicoW2
Not currently for the Pico, no, though there was some movement for ESP32 last year: Integrating Matter IoT with Micropython · micropython · Discussion #14168Jim, one of the Micropython development...
View ArticleMicroPython • Re: MicroPython/RPi Pico sys.exit()
uPython expects to run BOOT.PY then MAIN.PY. You don't need to have a boot.py, and increasingly, MicroPython is moving away from putting stuff there. It runs before any filesystems are set up, so you...
View ArticleC/C++ • Modify the rpicam-apps, use OpenCV function, fail to show RED color
Dear Sirs,I am modifying the rpicam-apps, but there's runtime error always occurs.I changerpicam-apps/post_processing_stages/object_detect_draw_cv_stage.cpp for AI camera object detection display font...
View ArticleTroubleshooting • SD Card corruption
I have a simple SAMBA server implemented on a Pi 2B running Ubuntu ("buster" ??) from a SDCard 8Gb the storage used in the share is very small being only a temporary store and is soon deleted, and is...
View ArticleGeneral discussion • Re: Is Raspberry Pi Branded SD card available on Amazon?
most most official resellers do seem to charge the correct amountYes, but they also tack on a bunch of extra fees, and taxes, and surcharges and ...Statistics: Posted by BigRedMailbox — Wed Jan 22,...
View ArticleHailo • HAT + and PimoRoni NVME Base duo....
Is it possible to use the following together:Raspberry PI5AI HAT +Pimo Roni NVME Base DUOand 52pi DOUBLE fpc PCIe hatI'm trying to boot off of, use an NVME 2280 drive, and the AI HAT+. (Although, I...
View ArticleTroubleshooting • Re: SD Card corruption
What is really the goal?Usually, one does not care about the media itself. Everything is cheap these days and there is no point in crying over a defective SD card (or, for that matter, just about any...
View ArticleCompute Module • Re: Using eMMC as MSD after booting from NVME
I was able to mount the eMMC disk after all.I tried the "New Partition UUID" but the eMMC disk was not automatically mounted. I was hoping it would be automatically mounted the same way that the NVMe...
View Article