Troubleshooting • Re: Low output volume when playing music over bluetooth
Not sure exactly what I did that solved this, but started with doing these changes in the config.txtCode: dtparam=audio=offdtoverlay=vc4-kms-v3d,noaudioand after a reboot, PipeWire was the default...
View ArticleGeneral • Re: Solar tracker with pi pico
Based on time and position on earth you can calculate the position of the sun. There are python libs for this.If sun is 'in range', let the code adjust the motor control to let your device point to...
View ArticleGraphics, sound and multimedia • Re: Working Handbrake v1.9 instructions-a...
Thank you that info helps me a lot.Would you agree:That tells me that nobody will accept a package even if someone much more skilled than I were to produce itAlso, I had better continue to get the...
View ArticleMicroPython • Re: Is regular Pi Pico bricking normal?
CircuitPython has a safe mode, probably they are not starving so much for money.Not so sure it comes down to money, though it could boil down to resources not being spread so thinly. I'd suggest it...
View ArticleBeginners • Re: led indicator
It is the Num lock indicator LED. When lit, it indicates that the numerical keyboard is activated.I dont think the rasbery pi 500 has a num lock if it does can you please tell me how to activate...
View ArticleRaspberry Pi OS • Pi5-16GB performance issue with NVME data disk
My 16G Pi5 showed up, and I've been putting it to use. I replaced my 8G Pi5 workstation with the 16G Pi, and tried sdm, which some of you may know is my favorite workload.TLDR; I'm seeing a...
View ArticleMicroPython • Re: Unable to allocate memory on a raspberry pico w
Code: I just need to be able to reserve a chunk for my socket connection to succeed..If you can't reserve the memory where you are trying to reserve it, perhaps reserve it earlier, in 'boot.py' ?If...
View ArticleDevice Tree • Re: For the life of me I can't make TLV320AIC3110 Audio chip...
vcdbg has been replaced by vclog. If it's not available on Ubuntu, you can easily build and install it yourself from our utils repo: https://github.com/raspberrypi/utils/tree/master/vclogOnce you've...
View ArticleRaspberry Pi OS • Re: Pi5-16GB performance issue with NVME data disk
Yep, the newer drive is slow in the Pi5-8GB as well. Case closed, except for dealing with Kingston I'm glad the problem is sorted.I once had 42 Kingston network cards. The idea was channel-bonded 100...
View ArticleCompute Module • Re: CM5 Pi OS install error
The original CM5 is now looking good and is loading...Statistics: Posted by fredeady — Thu Jan 16, 2025 9:20 pm
View ArticleHATs and other add-ons • Re: SSD Not Appearing
In case the OP is still looking for compatible drives: the 2230 Corsair MP600 CORE MINI 1TB M.2 SSD in combination with the RPi Hat works perfectly. As does (obviously) the RPi drives themselves. N=1,...
View ArticleDevice Tree • Re: evtest ?
The "Max24" seems to limit the encoder count to 24. Can I change this to say Max100 somehow, or is this a hard coded limit?The rotary-encoder overlay defaults to 24. Add the steps parameter to change...
View ArticleGeneral discussion • Re: Pi 3 A+ prefers 6V instead of 5V?
Any voltage above 5.1V is likely to be deadly.I would hope not when USB was initially 5V +/- 5%, 5.25V, and the USB 2.0 specification allows for a maximum of 5.5V. The Absolute Maximum VIN for the Pi...
View ArticleBeginners • Re: thought experiment: privacy and security when working with...
As this thread is a thought experiment, if the Pi 5 secret were known to an adversary and used to install persistence, is there still a guaranteed way to reset the EEPROM to a known good state?Run the...
View ArticleGeneral discussion • Any ideas what's wrong with my Pi4
I bought a new Pi4 about six months ago. At first, it worked without a problem, but when I went to use it again, I found that I had no video. It's not a video fault as the HDMI output gives me the...
View ArticleAI Camera - IMX500 • Re: how to install postprocessing related distro?
This looks like you are rebuilding and run without installing the newly built libraries into the system path. You can do this withCode: sudo meson installThis should install the postprocessing object...
View ArticleGeneral • Re: No DCF77 reception without wifi?
The distinction between "active" and "passive" antennas is rather arbitrary once you include antennas integral to the module..All GPS modules will have some kind of low-noise amplifier (LNA) in there....
View ArticleAutomation, sensing and robotics • Re: Raspberry Pi 5: is there a vcgencmd...
Thank you very much for the explanation and also for pointing me that info about sysfs.Statistics: Posted by fprietog — Fri Jan 17, 2025 9:37 pm
View ArticleTroubleshooting • Re: Monitor shows "NOT SUPPORT!"
Post the EDID of the display.Dom's already requested the output from "raspinfo | pastebinit" and suggested adding "video=HDMI-A-1:1920x1080M@60D" to /boot/firmware/cmdline.txt, but you haven't...
View ArticleBeginners • Re: Starting all over again
Forget all that.The simplest solution is just to read the forum and find/follow any of the many "I forgot my password" threads. There, you will find instructions for how to fix the password and get...
View Article