Troubleshooting • Re: Deformed application windows in RPi3 when connected...
Try disabling harware acceleration in those apps or in your desktop.Statistics: Posted by thagrol — Sat May 11, 2024 5:51 pm
View ArticleMicroPython • Re: Trouble with lightsleep() and deepsleep() in MicroPython
For me, your program only runs once if I have a USB connection open. If I run it as main.py, it keeps looping, as one might expect.I can't say for sure yet, but it seems that deepsleep() makes the...
View ArticleCamera board • Re: ❓LIVE ANALOG CAM video to PI ZERO 2W using ADC❓
1) analog camera will NOT be changed to digital. It is not negotiableAs others said what you want is not possible.Camera I use is https://shop.runcam.com/runcam-phoenix-2-sp/I might be wrong, but...
View ArticleGeneral discussion • Re: Once more... Pi 5 & Powerbank
Has anyone used the Arduino Hat with Pi5? I've played around with Pi-Arduino combination using earlier Pi models and was able to run it portably. With the higher power requirements of the Pi5, I am...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: I2C buses seen with i2cdetect, second...
OK, so it looks like the Adafruit TPA_2016 was written to support hardware I2C interfaces only. The busio.py and board.py packages that is uses do not appear to handle i2c-gpio buses. I have to change...
View ArticleWanted • Looking for a replacement blower
Hello Everyone,I'm looking for a replacement blower fan I have learned the hard way not to turn these backwards or there tach sensors stop working.I've got the following specs 8000 RPM1.10 CFM 5VDC4...
View ArticleAutomation, sensing and robotics • Minecraft Automated Server Backup
I think this is automation but is there a way I can automate backing up my rpi5 hosted minecraft server, and remove old backups automatically? I don't really want to use a plugin but if I ahve to I...
View ArticleOther RP2040 boards • Re: Pi pico clone onboard rgb problem
Your one looks like the RGB solder link (just above the RGB LED itself) is not closed. Other pictures, like the CircuitPython link I sent and at vcc-gnd studio's AliExpress page show the link soldered...
View ArticleOther RP2040 boards • Re: yd-rp2040 flash memory size
I suspect 128MB was chosen as a "big number" that is large enough for any .uf2 file that could be sent for any possible (now and future?) memory capacity.A 32MB binary would have a 64MB .uf2. The...
View ArticleGeneral • Re: Issue with one of two picos when booting, but solved by...
You might get better feedback on a CircuitPython forum.Generally, folks will need precise information in order to diagnose a problem. Initialization of USB devices (enumeration) is entirely controlled...
View ArticleBeginners • Re: Raspberry Pi 5 OTG USB ports?
After buying this product (https://www.amazon.ca/dp/B0CSVYFRYQ), I am now getting the low voltage alert on my OS.So I bought this other product (https://www.amazon.ca/dp/B07TS17VB9), the voltage drops...
View ArticleOfficial Display • Re: Touchscreen Functionality Issue with CM4 After...
Why did you have to add something which is there by default? Connect the scren to DSI1 ans addCode: dtoverlay=vc4-kms-dsi-7inchStatistics: Posted by aBUGSworstnightmare — Tue May 14, 2024 4:31 am
View ArticleGeneral discussion • Re: High Load
In general, what are you using it for / running on it?you can see my running processes aboveI have a lot running, I use it as a general server for smbd, pi-hole in docker, Network Manager sharing,...
View ArticleGeneral • Re: adc_read() spurious longer execution (PICO)
From the testing above it was clear that the root cause of the spurious ADC execution time was an interrupt.This was a good exercise to understand the particulars of the Core0 in the PICO when using...
View ArticleTroubleshooting • Re: Cannot program eMMC on Rpi CM4
Try changing the micro usb cable.Statistics: Posted by dp11 — Tue May 14, 2024 4:53 am
View ArticleBeginners • Re: HDMI Overscan
sorry to say, but my uneducated guess is that you've totally messed up your config.txt!Code: pi@raspberrypi:~ $ uname -aLinux raspberrypi 6.6.30-v8+ #1 SMP PREEMPT Fri May 10 11:40:01 CEST 2024...
View ArticleCamera board • Re: No cameras available!
Did you read this viewtopic.php?t=362707Statistics: Posted by rpiMike — Tue May 14, 2024 5:01 am
View ArticleCamera board • Re: IMX290 / IMX462 HGC mode
As it was going to be a 5 minute change, I've done it and created https://github.com/raspberrypi/linux/pull/5859.Once CI has completed (takes around 35mins, so around 17:15 GMT today), you should be...
View ArticleTroubleshooting • Re: gpiozero.LED leaves pins in floating state
Thanks all for the recommendation to upgrade to Bookworm. System:bookworm March 2024 releasePython 3.11.2Unfortunately, the issue persisted on a fresh OS image. The pins were all low before the simple...
View ArticlePython • Re: Can't install tensorflow pi 4
The last command (pip install tensorflow) produced this error:Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simpleERROR: Could not find a version that satisfies the requirement...
View Article