Automation, sensing and robotics • Re: (Yet another) Water cooler volume...
I got this running and it is working fine. It sends the weight (in pounds) to my Android phone every 30 minutes using Tasker and AutoRemote. Tasker converts the pounds to a percent full value and...
View ArticleTroubleshooting • HDMI connection failed
HDMI connection failed in xenomai Linux raspberrypi 5.10.191-xenomai #1 SMP PREEMPT IRQPIPE Tue Jan 21 03:48:01 CST 2025 aarch64 GNU/Linux.It was originally working with Linux raspberrypi...
View ArticleGeneral discussion • Re: Pi Server Backup
You could boot your Pi from another device and then use gparted to shrink the big partition down to a value you like better.Statistics: Posted by W. H. Heydt — Thu Jan 23, 2025 1:19 am
View ArticleTroubleshooting • Pi wont boot when all GPIO pins are in use
Hey everyone,I got some male-to-female jumper wires, to make connections to my Pimoroni Inky pHAT and my Pimoroni Blinkt, so I dont bend the GPIO pins when atttaching and removing HATs, and when I...
View ArticleGraphics, sound and multimedia • Re: How many streams can Raspberry Pi 5 handle?
Great info, thanks guys. 1) For v4l2slh265dec , when you say "it's being worked on" is that captured in this issue: https://gitlab.freedesktop.org/gstreame ... ssues/14882) Do you happen to know if...
View ArticleHATs and other add-ons • Re: HAT + and PimoRoni NVME Base duo....
Sorry... I have looked for days and i can't seem to find an answer to this question... Can I boot up the Raspberry Pi 5 off of an NVME drive, attached to the Pimoroni DUO base hat, and still use the...
View ArticleGeneral • Re: RP2040 counter error.
If you can use GPIO20 (CLOCK GPIN0) or GPIO21 (CLOCK GPIN1) as input and (assuming a Pico) GPIO23 (CLOCK GPOUT1) as output then you could maybe use a clock generator; see 2.15 Clocks in the RP2040...
View ArticleGeneral • Re: Any NDA options to receive early information on upcoming...
I'm still pushing for some clarification on the RP2350 production and to get it officially published.Hmm, I'm afraid this didn't answer my OP inquiry above?(i.e. I assume it was in response to MikeDB...
View ArticleTroubleshooting • Re: rpi wont boot
Isn't this a duplicate/continuation of your other thread here?viewtopic.php?p=2288231#p2287462Statistics: Posted by ame — Thu Jan 23, 2025 2:54 am
View ArticleRaspberry Pi OS • Re: HDMI Audio with Desktop but not Console boot (Bookworm)
Code: speaker-test -t wav -c 5I tested this with KMS set in the boot config and I was able to hear the test audio. I don't understand why I can't here it without the test. I am intending to use this...
View ArticleAdvanced users • 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).Statistics: Posted by W. H. Heydt — Thu Jan...
View ArticleAdvanced users • Re: Revision code for 16gb Pi5
"The e04171 I quoted was from my 16gb Pi 5 revision 1.1 ."Thank you. That's all I needed!Statistics: Posted by MARKPR — Thu Jan 23, 2025 3:49 am
View ArticleTroubleshooting • Audio on rpi
Hello, I am relatively new to this scene and i am working on a rpi 4b retropie handheld setup, currently troubleshooting audio setup, which is to say it isn't working. I am using a PAM8302 amplifier...
View ArticleBeginners • Re: Connot get Raspberry pi 5 to turn off wifi connection to...
That is way beyond my comprehension all I want to do is make the pi a controller of ESP8266/ESP01S relay modules.What I want to do is GPIO pin 4 changes state and that sends a signal via wifi to the...
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 ArticleTroubleshooting • filemanager not using correct permissions
using rpi5 with bookworm. recently when i try to move files to usb sticks, filemanager won't do it. i checked the permissions and it says the sticks are owned by root. when i look at them in terminal,...
View ArticleTroubleshooting • Re: New install put me on "trixie"??
Issue has been resolved. The script that I use from the UniFi forums to install UniFi had a bug that would switch the install to Trixie. The dev has been made aware and has fixed the bug. Thanks...
View ArticleTroubleshooting • TightVNC Error
hi, when i try connecting tightvnc viewer to my 3B+, it shows this on my windows computer: "GDBus Error:org freedesktop.PolicyKit1 Error.Failed; An Authentication agent already exixts for the given...
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.OP Carl here. I think another version of the Pico chip could mitigate some issues, but not others. Calling something that...
View ArticleMicroPython • Re: PULL_UP PULL_DOWN State is back to front?
No, it's not Pin.Pull_UP. You have the button wired between the GPIO and 3.3V. Therefore you want Pin.PULL_DOWN.In the resting state the button is not pressed, so you want the GPIO pulled to ground...
View Article