Other projects • Re: Convert rpi4b and 10.1 touch monitor into a sort of tablet?
off topic:i have something similarhttps://wiki.52pi.com/index.php?title=EP-0188just wondering, does touch to wake work on that model?mine doesn't wake on touchi'm using a py script to blank the...
View ArticleCompute Module • Re: CM4 and CM5-IO-Board compatibilty
I've used this method: using a CM4 on a CM5-IO-Board. USB 3.0 is disabled (meaning both USB 2.0 and USB 3.0 on the board are inoperative), but HDMI works fine, and the GPIO is functional.I haven't...
View ArticleCompute Module • Re: Raspberry pi CM5 won't boot
https://github.com/raspberrypi/document ... nings.adocSecure-boot configuration is not valid ?Trying to update the EEPROM?Statistics: Posted by qiangyou_peng — Fri Oct 17, 2025 1:44 am
View ArticleBeginners • Re: Language
I used SCIM before, since it was too old no longer actively supported so I changed to ibus, after some trial and error everything worked.Statistics: Posted by lotech — Fri Oct 17, 2025 2:11 am
View ArticleOther • Re: How to restore the default repository
Without further investigation I gave up on Cinnamon and turned to Gnome and worked without problem, the repos on Synaptic was empty nothing in there.Statistics: Posted by lotech — Fri Oct 17, 2025...
View ArticleGeneral • Re: TinyUsb together with slow display
Sorry for the ambiguity, it's just that big I2C upload throwing off things, more of a pointing-out-the-obvious-thing, not a this-is-a-solution thing. The I2C in the SDK is blocking.You're doing a lot...
View ArticleGeneral • Re: RPI Pico 2 keeps dying
Ah guys, "Hub 75 LCD", no search result with 'LCD'...Full Color LED Panel, LED Display RGB HUB75 for DIYhttps://www.amazon.com/Full-Color-Panel ... B0CP6BRG59It's rated at 12W but an operating LED...
View ArticleRaspberry Pi Connect • Re: Connect and resolution oddity
Outside of that kiosk-like application, here's more Connect resolution-related behavior that I don't understand. On a pi4-8GB, not attached to any monitor, the Connect resolution is currently fixed at...
View ArticleTroubleshooting • Spidev not appearing at all
Hello,i want to connect both st7789(lcd) and ads7846(lcd's touchscreen) but im running into an issue where when i add overlay for touchscreen input in raspberry /boot/firmware/config.txt, the...
View ArticleGeneral • Re: I2C not working
I’ve tested multiple pin combinations: GPIO 16/17, 25/24, and 4/5.GPIO 25/24 would not really make sense. You might be mixing GPIO numbers and physical pin numbers.Statistics: Posted by katak255 — Fri...
View ArticleBeginners • Re: Electromagnet Project
Hello all! I'm in a college class where I have to make a project using a RP2040, and I think I want to make an electromagnet that you can turn on and off. Would this be a super difficult project for a...
View ArticleRaspberry Pi OS • Re: i want to try opera browser in raspberry pi is it...
thank you for all of your reply's.Statistics: Posted by redfox2318 — Sat Oct 18, 2025 12:00 am
View ArticleTroubleshooting • Logwatch Sends daily mail from one Pi, but not from another Pi
I've had Logwatch running on a Pi4 running Buster for several years now.I wanted to run it on a different Pi4, also running buster.The logwatch.conf files are identical:Code: Output = mailMailTo =...
View ArticleUbuntu • Re: I am stuck with Ubuntu
no ideanot sure we're looking at the same thingWhat exactly the setting to hide that "_." on the left I couldn't find that tnx !Statistics: Posted by lotech — Sat Oct 18, 2025 1:19 am
View ArticleAutomation, sensing and robotics • Raspberry Pi 4 with AI camera sending GPIO...
Hello, I am very new to this but I basically have a Terminator T800 animatronics head with four servos, 2 for the eyes and 2 for the neck. The pi script and arduino worked ok with tracking with the...
View ArticleAdvanced users • Display animation on Gnome
I am running Trixie with Gnome on the Pi 5, I want to reduce the animations effects, so I turn that off on the system settings, but it does not take effect, so that I used dconf instead. When I click...
View ArticleGaming • Re: Joy-cons with retroarch problems
Is that a RetroPie installation? Maybe look for help in their forum:https://retropie.org.uk/forum/category/ ... nd-supportYou'll have to give a lot more information than you have provided,...
View ArticleSDK • Re: About time - best practice?
… I just want a way of setting the Pico's idea of the time up, and having it tick on (and on....)If you're doing something cross-platform on RP2040 and RP2350, you can't rely on there being an RTC...
View ArticleOther programming languages • Re: Bash - is program running?
I normally use the following to test if XXXX is runningCode: ps h -C XXXX > /dev/nullif [ $? -eq 0 ]; then …fiStatistics: Posted by Milliways — Sat Oct 18, 2025 11:15 pm
View ArticleOff topic discussion • Re: A bit of Raspberry with 192C/384T
These days the Pi 5 may have greater per-core memory bandwidth.Scratchy got interested enough to set up the Pi 5 sitting on the shelf since Christmas. Back then the official power supply was out of...
View Article