Gaming • Re: Raspberry 32 bit retroarch cores
Your best bet is to look at 32-bit builds from projects like RetroPie (Raspberry Pi OS 32-bit), Lakka (armv7 builds), or Batocera for older Pi models. You can extract the cores (.so) and matching...
View ArticleHATs and other add-ons • Re: Raspberry Pi Flash Drive 256GB
Not to go on a completely different tangent too much, but I bought a 256GB one in Japan, and on the packaging it says "Made in Taiwan, China"... Uhm, what? That's not good optics. Feel free to send me...
View ArticleRaspberry Pi OS • Re: raspberry Pi5 wont turn on power led never turns green
I also searched it up and it said in order for the pi led to turn green you need a micro sd cardThat only applies to the early models of Pi which didn't have any code on board that knew how to drive...
View ArticleAdvanced users • Re: Is there any way to have a LUKS encrypted /home mounted...
I'll admit for my own needs what I'm using now has worked perfectly.But it's always good to have options and there's always the possibility someone will be doing a search and run across this thread,...
View ArticleCompute Module • CM5 Has Power, No Status or Power Lights
I bought this unit over a year ago and it never worked. I'm out of warranty and I'm wondering if it's an IO board issue or a CM5 issue. When I first started It, I did get a solid red light on the...
View ArticlePython • DIY touchpad with RPi.GPIO and gpiozero
I am having problems using a DIY touch sensor with both RPi.GPIO and gpiozero on a Raspberry Pi 4B running Trixie and completely up-to-date.Code: pi@zenobia:~ $ uname -aLinux zenobia...
View ArticleOther • Re: Ideas and discussion of capable browsers for low memory pi
P.S. I still don’t think every browser needs to be a Lamborghini, but the Ladybird people are definitely assuming their new browser has to be track ready. Check out their summary of their work last...
View ArticlePython • Re: DIY touchpad with RPi.GPIO and gpiozero
If you are using the TTP223 then it is an open-drain output. You need to turn the pull-up on for the input to the Pi.In addition, if your sensor is connected to GPIO25 and GPIO25 is also connected to...
View ArticleGeneral discussion • Re: pi 5 "normal" operating temperature
For the Raspberry Pi 5, The fan noise is very noticeable when the computer reaches 70 Degrees C, which causes the fan to run at full speed.65 Degrees C load temperature is normal, but a larger...
View ArticleMicroPython • Re: asyncio and bluetooth on pico
Why not structure the code a bit different:- have one async task read/delete from the queue and send to BLE- have one async task reading the buttons and write events to the queue- have one async task...
View ArticleCompute Module • Re: CM4 DSI0 problem
Thanks all for your replay.Until now I used command to move I2C to 44, 45, I also used I2C_csi_dsi, and almost all that I get as suggestion.I were download waveshare image also but it is not for DSI0...
View ArticleTroubleshooting • Re: Raspberry Pi 5 unable to boot after a successful...
I have read the Boot Problems Sticky (Pi 4 / Pi 5 section) and followed the recommended diagnostics.My Raspberry Pi 5 (8 GB) shows the following behavior:Red/white screen appears at boot.EEPROM...
View ArticleGeneral • Re: Pico kit not working as expected.
I would propose to add some print statements which help to understand what is going on:Code: import machineimport timeprint("your program is running now")switch = machine.Pin(15, machine.Pin.IN,...
View ArticleGeneral • Re: Serial Monitor missing from VScode Pico extension.
Be sure to mention you are using VS Codium and not VS Code when posting questions. People still don't take notice even when I do!There is not a specific VScodium PICO extension so it should not...
View ArticlePython • Re: Kivy (again sorry) on pi trixie without DeskTop Environment ?
Thanks,This is looking like the quickest, simplest option.If I set up a virtual environment for python and a later version of kivy and fpdf2 , I can keep the old version as a backup.I've been play...
View ArticleTroubleshooting • CM5 w/ IO board bricked
I updated eeprom on the CM5 w/IO board after doing a full update from the GUI.I haven't been able to figure out what this actually puts in the EEprom;I assumed it's an OS with ramdisk, but at this...
View ArticleBeginners • Re: How should I properly setup my Raspberry Pi 5 headless?
I haven't check it, but I've installed few days ago.I'm not sure about Imager has built-in updater or not, but I haven't received any 'update notification' too.I think I'm using 'latest'...
View ArticleTroubleshooting • Re: CM5 w/ IO board bricked
Instructions on flashing an image to on-board eMMC storage:Flash an image to a Compute ModuleI'm using this cable:https://www.amazon.com/dp/B0B3TNSXQQUSB to USB Cable 3 ft, USB 3.0 Male to Male Type A...
View ArticleGeneral discussion • Re: A Pi Pie Chart
Apparently eight-socket Lenovo X3950 X6 scale-up servers are plentiful on eBay and one can get a discount by purchasing more than one. As nice as they look, I prefer unsweetened hot chocolate....
View ArticleBeginners • Re: Want to control 4 pin PWM fan speed with Pi 5
https://github.com/raspberrypi/linux/bl ... 4259-L4296 can be used as a template If you want to allow for temp control. having the target changed to your HDD temp (hddtemp, what is your output of 'ls...
View Article