Raspberry Pi OS • Re: help me shut it up!
thanks guys, got it out. Forgot to ge back and let everyone know!Thanks again, once I knew it was named orca, I searched in add/remove for orca and undid it.RogerStatistics: Posted by Rcayot — Sat Jun...
View ArticleGeneral discussion • symbols set for Lbre Office Draw
are there any symbol sets for Libre Office Draw? Things like resistors, capacitors, diodes etc.Thanks in advanceRogerStatistics: Posted by Rcayot — Sat Jun 14, 2025 11:53 pm
View ArticleGeneral programming discussion • Re: 'Best' language for user Services
Assuming you don't buy an rpi with more ram..I suspect if you (say) moved the sqlite3 files onto your NAS with a mountpoint to your rpi the same thing will happen. It might not but that would be my...
View ArticleC/C++ • Re: camel vs snake naming
my names to be distinctUse namespaces which keep 'your' names separate from 'other' names.https://en.cppreference.com/w/cpp/langu ... space.html^^this.All the library code I've ever written is in...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • CM5 and SMI
Does anyone know the alternative-GPIO settings to use for the CM5 to enable SMI on the GPIOs ? It does say in the CM5 datasheet that SMI is a supported interface...There are 28 pins available for...
View ArticleGeneral discussion • Re: RPI5 on 12V
I am using a usb-tool that shows me the voltage, current (mA) and power (mW) that goes throught it.I have one and it creates enough resistance to drop the voltage 0.1 or more. When used with the...
View ArticleOther RP2040 boards • Re: RP2354 sample fails to flash, behaves erroneously
What else do you have there?I removed a single 10k pulldown resistor that was connected along the trace connected to D3 and it seems to have fixed both the bootloop...D3 is also /HOLD4.4 HOLD...
View ArticleCompute Module • Re: RPI 4 CM in Nebra Programming Stick not recognized in...
I already have, thanks. I'm looking for other input.Statistics: Posted by Shplad — Sun Jun 15, 2025 8:11 pm
View ArticleTroubleshooting • Pi 5 Boot confusion
I need help with booting my Raspberry Pi 5. I cant get it to boot. here's what i've tried:Different SDs card 2x (32gb, 256gb) New OS (64-bit, 32-bit, Home Assistant, Game Emulator)Updated bootloader...
View ArticleGeneral • Re: Where do I get replacement cables for Debug Probe
This would be helpful if you posted a picture of the JST connector in question, so I can get an idea of what you're talking aboutIs it that white connector next to the WiFi module (assuming you have...
View ArticleBeginners • Difficulty w/install OpenMediaVault, Chromium
First time poster in the Forum plus my knowledge of the Raspberry 5 is from reading other’ experiences. Needless to say I am as green as they come and am a stroke survivor so my understanding of the...
View ArticleTroubleshooting • Cannot schedule script via cronjob that runs manually
Hello all, I just recently did a fresh install of Raspberry Pi OS Lite (64-bit), released 05/13/2025 on my Model 3 B+, and I then installed PictureFrame using this tutorial:...
View ArticleRaspberry Pi OS • Re: Issue deleting packages on the command line
Nothing gets anywhere near as bad as Windows updates Ain't that the truth!A couple of comments:1) Yes, I remember having the same bad reaction whenever Wolfram/Mathematica was going to be updated. I'm...
View ArticleGeneral • Can I Read Input Voltage (VSYS) from Pin 35 on Raspberry Pi Pico2W?
Hello experts!I am always grateful for the help I find here, and this is my first time posting a question from Japan. I hope you can lend me your knowledge.Currently, I use a Raspberry Pi 5 as an MQTT...
View ArticleGeneral • Re: Can I Read Input Voltage (VSYS) from Pin 35 on Raspberry Pi...
It's a hardware issue; the GPIO29 / ADC3 (VSYS) is dual-use on the Pico W and Pico 2W. You can only read VSYS on ADC3 when GPIO25 is high.There is prior discussion in the forum, particularly in the...
View ArticlePython • Re: I have installed pyenv and get "No module named 'RPi'"...
Thank's for the answer!I have tried to follow the book as exactly as my brain can, but do notfind the instruction very clear.I did "activate" pyenv and also uninstalled the pyenv and reinstalled...
View ArticleNetworking and servers • Re: Pi 4 on 5 Ghz WiFi can't connect to Pi 1 on 2.4 Ghz
I don't know where that "study" comes from. I am using the same name for both just because it's convenient for users to have the same SSID and password. The name for both is "mgn".<snip>"Study"...
View ArticleTroubleshooting • Re: Do HDMI ports actually work on the Pi3 or Pi4?
I assure you a standard installation of headless plexamp on a Pi4 results in a 7.1 signal without center channel being sent out.I'd suggest following the request from ame, above. Just to verify that...
View ArticleGeneral discussion • Re: Input voltage to gpio pin(s)?
Except for the 5v power pins, you're limited to 3.3v.And obviously the GND pinsThanksStatistics: Posted by RaspyHat — Tue Jun 17, 2025 12:17 am
View ArticleLinux Kernel • Re: Show splash
I am using secureboot -> uboot -> linux kernel via buildrootI'd like to show a splash screen during the rsa decryption period, and/or u-boot.I could draw to fb with a ramdisk script I know, but...
View Article