Raspberry Pi OS • Re: A project requires "pibooth" which says it...
If you're using a Raspberry Pi camera, this project won't work with the latest OS. The project's a few years old, and uses the older 'picamera' libraries. These are no longer supported.Some of the...
View ArticleTroubleshooting • Re: Apt install fails
A number of threads suggest increasing the swap size to overcome apt problems on lower memory Pi's.Statistics: Posted by pidd — Sun Jun 02, 2024 1:23 am
View ArticleGeneral discussion • Re: Supported SD card for Pi5
There is a thread abut A2 support in the Pi 5 and it appears to work for new Sandisk A2 cards. I tested the changes mentioned in the thread and it did not work for my existing A2...
View ArticleMicroPython • Re: v1.23.0 released
It seems that the v1.23.0 uf2s haven't been marked as Releases yet on micropython.org. I think there's some manual intervention required on the website to bump releases.Commit a61c446 is the same as...
View ArticleMedia centres • Re: Kodi 21 (Omega) on RPiOS Bookworm
Thanks for the upgrade for Kodi. I was wondering if we could get the current version of pvr.iptvsimple for install as well? I believe its 21.8.0.I was wanting to try out this kodi addon...
View ArticleBeginners • Help with Pi unknowingly shutting down.
Story:Code: Raspberry Pi 3 Model B Plus Rev 1.3PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"NAME="Raspbian GNU/Linux"VERSION_ID="10"VERSION="10...
View ArticleRaspberry Pi OS • How to remove extra architectures from updates?
Hey All,I notice that the dist-updates on my various Raspberry Pi's are taking quite a while to finish now, and that they are building kernels for every architecture of Raspberry Pi OS as well. I...
View ArticleBeginners • making an image of the RPi operating system to copy onto other RPi's
Greetings, I have amassed 6 Raspberry Pi 5's, they all have a pimoroni pcie express boards and 512GB NVME drives on board. They also each have a POE board to aid in cable management. Finally they all...
View ArticleBeginners • Re: Help with Pi unknowingly shutting down.
try increasing swap, your most likely running out of ram.Statistics: Posted by kerry_s — Sun Jun 02, 2024 2:48 am
View ArticleOther projects • Re: Switching Android board with RPi5 in Sunmi K2 kiosk
The usual steps for interfacing an unknown display to a Pi are as follows:Find the part number and manufacturer for the display.Find a data sheet for itRead and understand the data sheetPurchase or...
View ArticleBeginners • how to change the location to save screenshots
Hello. How do I change the default location to save my screenshots, from: /home/pito: /home/pi/DesktopThanks.I have a Raspberry Pi 4B running Raspberry Pi OS (64-bit) Debian Bullseye...
View ArticleTroubleshooting • Pi 5 does not power on and there is no status LED
When I plug in my pi 5 it will not power on and there are no status LEDs. I did notice that if I use a power supply that will power a MacBook Pro that there is another light on the board, which I...
View ArticleBeginners • Re: how to change the location to save screenshots
the program is called scrotyou can read the manual withCode: man scrotthe simplest would beCode: cd ~/Desktop;scrotStatistics: Posted by kerry_s — Mon Jun 03, 2024 12:31 am
View ArticleTroubleshooting • Re: Raspberry Pi 4 Model B Not Booting – Continuous ACT LED...
The pattern has meaning.Have you read and applied The Boot Problems Sticky?Thank you for your response.I have read the Boot Problems Sticky, but I’m not sure which blinking pattern applies to my...
View ArticleGraphics programming • OpenCL nor implemented?
From:viewtopic.php?t=313818RBPi foundation said:"No, we are not working on it, so would have to be a third party effort."Why though?I'm confident computer vision is a considerable chunk of the RPi...
View ArticlePython • Re: RuntimeError: Failed to add edge detection after upgrade to...
The edge detection problem is because the GPIO sysfs interface has been removed from recent kernels, and many libraries used that for edge detection.The question still remains though, what is the...
View ArticleTroubleshooting • pcmanfm can't display thumbnail
hello,pcmanfm can't display thumbnail as attached img1while pcmanfm-qt can display thumbnail like img2and thunar also can display thumbnail too like img3.my system is below : $ cat...
View ArticleAdvanced users • Pi5 w/NVME - Need POE splitter to supply Req 27w
Running a netgear switch GS316EPP, that supplied up to 30watts of POW per port .. looking for a POW splitter (eNet and USB C-PD) to run the RP5 off the switch. Has anyone seen one that supports PD and...
View ArticleAutomation, sensing and robotics • Re: Reliable Tilt Switch
So, without getting to far in I am using a pi connected to an arduino. The arduino is receiving the signal. I think I have a pull down resister set up (might be pull up I forget, as it was set up some...
View ArticleAdvanced users • Re: Any Tips for Speeding Up the Manual Process of Setting...
Hi allI am reviving this thread because I thought about another idea that can be used here..In 1 word: docker.While docker will not set up the Host OS of a RPi like I asked for in this thread's...
View Article