Graphics, sound and multimedia • Re: fruitbox .MP3 naming format?
Some of my MP3's are not display correctly in the default skin. They play OK. I am guessing it's a name format problem? This is also a guess. Which itself is a risky approach...Maybe it isn't "a...
View ArticleMicroPython • Re: umqttsimple publish and subscribe for a response
I will try it by using two cores on the Pico W.Statistics: Posted by wjburl — Mon Apr 21, 2025 2:33 pm
View ArticleGaming • Re: My Pi game... continues.
Oops, I had to take some time off to work on other things, and as a result I didn't post much on my update thread for my Empires game and its now locked...Report the thread, say you created it and...
View ArticleTeaching and learning resources • I have a new edition..
Hello allI trust there are a few teachers in here? I just want to inform you that I have a new edition of my book coming out in a few months ready for the new education year. the 1st edition is still...
View ArticleCompute Module • Re: CM5 not booting anymore, bootloader cannot be reset
Your computers USB port needs ro be able to provide sufficient current ... Many notebooks can't do that.Connect the USB-C cable only after the 'waiting for ..' message get's shown.My favorite host is...
View ArticleAdvanced users • Re: Picture quality. rpi 5 bookworm
Raspberry Pi OS uses labwc as the default window manager and composition backend. That talks directly to the DRM/KMS API, and will render as 32bpp.The fbdev emulation does use 16bpp but largely to...
View ArticleTroubleshooting • Re: Insane CPU usage and temperatures
Please post the output of sudo raspinfo | pastebinitCode: pi@Pi4B:~ $ sudo raspinfo | pastebinitFailed to connect to bus: No medium foundConnection failure: Connection refusedpa_context_connect()...
View ArticleAndroid • Re: [DEV] LineageOS 22.2 (Android 15) for Raspberry Pi 4 & Pi 5
Hi Konsta,thanks a lot for your nice work. I was wondering if there is some way to utilize PCIe wifi cards, such as AX210? I've flashed the latest image on CM5, but looks like the wifi is not...
View ArticleBeginners • Re: PSU without plug
FWIW Not really definite info provided but why a pi 5? What's wrong with a 4B (manufactured till 2034) with enough memory for whatever the job might turn into would be ok?POE hat (manufactured till...
View ArticleRaspberry Pi Connect • rpi-connect and rpi-connect-lite 2.5.0
Hi all,Today we've released rpi-connect and rpi-connect-lite 2.5.0. To update to the latest version run the following command:Code: $ sudo apt update$ sudo apt install --only-upgrade rpi-connectIf you...
View ArticlePython • Re: Python Script- displaying on a hdmi display
If your display is a hdmi monitor for a RPi, then a low cost solution is to use "putty" and connect it to the USB serial input from the arduino.Putty supports VT100 commands. Place a cursor home...
View ArticleTroubleshooting • Re: can I image my sd card to larger card?
Or you can just do it the easy way.Search this forum for a thread called (or about) "NOOBS rescue" - that shows how to copy an existing system to a new card. Essentially, it does the same thing the...
View ArticleCompute Module • Re: CM4 unable to reboot, hanging forever during reboot
Bought and received a official pi display 2. No forever hanging yet during torture testing, but already encountered broken backlight.Broken backlight in terms of backlight not lighting up anymore....
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: CM4 UART RTS - Unexpected Behaviour
uart3-overlay.dts looks like this:Looks spot on.I then edited /boot/firmware/config.txt to edit the lines "dtoverlay=uart3,ctsrts" to "dtoverlay=uart3,ctsrts,rs485" and "dtoverlay=uart4,ctsrts" to...
View ArticleGraphics, sound and multimedia • RPI 5 get RAW16 from FPGA using dummy_sensor
We have a custom FPGA board that should be spitting out RAW16 greyscale through CSI2. I am attempting to connect this to a PI 5 and get an image on the screen with no luck so far.Hooked into the...
View ArticleGraphics, sound and multimedia • Re: Duplicate Display through CLI
So from my discussions with Yodeck, they have recommended a splitter. I would be fine with that solution, but the devices we need this on are outside and the first place we tested a splitter, the...
View ArticleAdvanced users • Re: ntp accuracy
I point one Raspberry at the internet servers. I point ALL of my other Raspberries at the primary machine. I get a stratum 2 server on that main machine and stratum 3 on all others.Code: remote refid...
View ArticleCamera board • Re: imx708 embedded metadata blanking
Thanks a lot for the support. The route with writing 10bit packed to memory seems to be more trouble than it's worth at the moment.Right now I'm writing only the embedded data in a custom format which...
View ArticleTroubleshooting • Re: SSH Access Permission Denied
Not sure if this applies to PIOS or not (I'm on PI5/ubuntu server) but you may need something like this in your /etc/ssh/ssd_config fileMatch User someusername PasswordAuthentication yesStatistics:...
View ArticlePython • Re: Bookworm and Python Text to Speech
You can creat the venv in Thonny, you can select a venv in Thonny tom look in the setting (or bottom right corner).The OS is protecting itself after many many people getting annoyed at Debian for...
View Article