Beginners • Booting Sd card reading problem
hello i keep on tryng to install the raspberry os n to my raspberry pi zero 2w but it kept not reading the sd card i use 2 different sd cards already and formatted them multiple times but it really...
View ArticleCamera board • RPI5-camera: using rpicam-raw can get good raw image while...
Hi Rasp Pi engineers,Recently I'm bringing up a new image sensor on RPI5, it has two working modes: linear mode and ALTM mode, (ALTM mode is sensor itself does ALTM and output). Both output 12 bit raw...
View ArticleBeginners • Want to control 4 pin PWM fan speed with Pi 5
Hi All...I'm somewhat of a newb. I assembled a dual NVMe NAS with a CM5 and got it working no problem. I built an analog to digital converter using HiFiberry's Studio ADC XLR board that seems to work...
View ArticleTroubleshooting • Help identifying broken SMD components
Embarssingly, I damaged a few SMD components while trying to wall mount my RPi5. The wall screws protruded too much into the keyholes of my RPi5 case. I would greatly appreciate it if anyone has the...
View ArticleHATs and other add-ons • Can Not Read Adafruit DC Motor Hat EEPROM
I have an Adafruit DC Motor hat with a CAT24C32 EEPROM. Product ID: 2348.I enabled i2c0 in config.txt.Code: > grep i2c /boot/config.txt dtparam=i2c_arm=ondtparam=i2c_vc=onThe EEPROM is connected to...
View ArticleRaspberry Pi OS • Re: annoying focus grabs
So if i'm working in a terminal window and choose to run a graphical app from there, when I close the app the focus does NOT return to the terminal i'm using, but LEAPS to a different display...
View ArticleAdvanced users • Re: Webscrapping of sites with javascript
There are several ways that could be implemented, so give us a link so we don't have to guess blindly.But maybe look into scrolling with Greasemonkey scripts.LOL, stupid og...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • RPi 5 - ttyAMA10 (debug UART) stability
Hi, I encounter issues when I connect my device to ttyAMA10 (debug UART), sometimes it connects, but usually it is not. Even when it connects communication is bugged and many packets are lost. But it...
View ArticleGeneral • Re: Driving hundreds of LEDs with the Pico
Tuning the drive strength doesn't change the LED current by a whole lot. I collected some data a few months ago to compare against WS2812 current draw. This is for a green LED from the junk pile:Code:...
View ArticleBeginners • Re: auto starting programs
I have tried several different ways to get a python script to launch upon startup of my pi zero w and not a single one seems to work. Is there anyone out there that can help with getting scripts to...
View ArticleTroubleshooting • Raspberry Pi against snow
My window was open, my Pi 3 was permanently connected near that window (to test my GPS module)...There was a heavy snowfall, I found snow on my Pi, I removed it, disconnected it, turned it over, then...
View ArticleTroubleshooting • Re: Raspberry Pi against snow
Snow melts, water and electricity doesn't mix.Your post implies that the Pi was powered up at the time, was it protected in a case?Statistics: Posted by wildfire — Thu Feb 26, 2026 3:13 am
View ArticleGaming • Re: Unreal Tournament won't start.
I've found a couple of things need tweaking to run UnrealGold as well:Rename libSDL3-3.0.so.0 to libSDL3.so.0 under SystemARM64Copy DefUser.ini and DefaultLinux.ini from System64 to SystemARM64From...
View ArticlePython • Re: Kivy (again sorry) on pi trixie without DeskTop Environment ?
as i also want learn Python GUI coding try KIVY AND regarding your question here: with RPI3 install RPIOS desktop 64bitOS: Debian GNU/Linux 13 (trixie) aarch64Host: Raspberry Pi 3 Model B Rev...
View ArticleHATs and other add-ons • how to connect the MR60BHA2 sensor to raspberry pi 5
Does anyone have ever worked with MR60BHA2 radar sensor to connect it with the raspberry pi. Because if someone has then please tell me it will be a great help.Statistics: Posted by k.abhishek — Thu...
View ArticleGeneral discussion • Re: How will California Law (AB 1043) affect Raspi OS?
I don't usually comment much on the politics of other countries but this seems to be an over use of "won't someone think of the children?".It's what you might call, a pretext.Written by people who...
View ArticleTroubleshooting • Re: Cant power 2 sata disks with my Raspberry
I have one RP4 and i need to create one small NAS for home usage, but i want to save the data on two 2,5" sata disk. And im using this adapter:If I usage ONLY ONE disk at time, i have no problems. But...
View ArticleTroubleshooting • Re: No access to /dev/mem is killing me
I now have it running on boot with chmod 777 to /dev/gpiomem in rc.local.But with that I have no keyboard input. It seems I should be using systemd, but I cannot find anything about running chmod with...
View ArticleCompute Module • Re: CM5 w/ IO board bricked
The problem was that the hub only recognises one port as host (which can be tricky with a powered hub). That, and the incompatible boot orders between cm4 and cm5.Statistics: Posted by AndrewKnutsen —...
View ArticleTroubleshooting • Re: Getting GPIO Python code running at boot
Tried putting them both in an executable bash and it still not working. Nothing on boot and "systemctl start" just sits there until I Ctrl+C. "systemctl status" is only showing the first line..?Code:...
View Article