Raspberry Pi OS • Re: How do I disable all logging in rpi os 64bit (Bookworm)?
After searching more this is what I did. I am posting this if anyone needs this.sudo systemctl stop rsyslog and sudo systemctl disable rsyslog don't work anymore. Rsyslog is deprecated in new OS. Now...
View ArticleTroubleshooting • Re: 100%cpu usage
Reinstalled 64bit pios, added kde-plasma-desktop with sddm and all seems OK. I think it's one of more of the following causing a problem ... piapps,pikiss or piconnectStatistics: Posted by blondini —...
View ArticleGeneral • Re: pico and thonny not working
yes i can successfully select the pico micropython interpretor and the COM port is right as wellStatistics: Posted by SilliestCobra30 — Sat Aug 03, 2024 1:30 pm
View ArticleGeneral discussion • Re: Problem with the WiFi on RPI4
What kind of case are you using?Which devices are connected to the usb ports?Statistics: Posted by wildfire — Sat Aug 03, 2024 1:51 pm
View ArticleAutomation, sensing and robotics • Re: OCR project to detect dates on packaging
A while back I had the idea of bringing my old gas meter into the 21st century by automating it, the results for my own consumption.I used a PiZero + camera to grab an image of the reading then...
View ArticleBeginners • Re: I can't get pi apps to install on my raspberry pi zero 2w
I didn't say it can't be done but try e.g. as op posted running chromium or any other heavy duty app. Increasing swap space may help but that in itself can cause problems.Of course. A RPi ZW2 was...
View ArticleTroubleshooting • pi5 keeps locking up
My pi5 loaded up with pi os - latest, keeps locking upfrom what i have seen - when i have left open a ssh terminal, it looks like file access has stopped - I can ping but anything touching a file...
View ArticleTroubleshooting • Raspberry Pi 5 4g not booting
My Raspberry Pi 5 is not booting. When plugged in it shows the red LED as usual, but when I press the power button, there is a brief green flash, and then nothing. I have tried booting it with only...
View ArticleGaming • Wayfire desktop refuses to launch from "ports" in retropie...
I used to be able to launch a pixel desktop from the "ports" menu of retropi when I was running Buster.I tried to pull of the same functionality with the wayfire desktop after switching to Bookworm...
View ArticleHATs and other add-ons • Re: How to use waveshare display
As asked previously: have you soldered the shorter pins on this connector to the Pi Zero?Statistics: Posted by mooblie — Sun Aug 04, 2024 1:17 pm
View ArticleOff topic discussion • Re: What happened to my old account
First obstacle appears to be that the server won't serve up the "User's Posts" pages when scraping 2,117,543 posts but only 313,912 topics, though many multi-page -- perhaps scrape the whole lot ?You...
View ArticleBeginners • Re: RaspberryPi camera code
I would like to apologise for my delayed reply.I did not receive any email notifying me with your replies. I am sorry once again When I get the Raspberry I will try to adjust the Exposure and the...
View ArticleMedia centres • Re: Peppy player
I cannot reproduce the issue. Please make sure that you don't use quotes or double quotes when you define API key in the configuration file, make sure that you correctly copy/paste the key.BTW, I...
View ArticleOther RP2040 boards • Re: Custom RP2040 Board Not Detected
Hi everyone,I agree it's a little unlikely that your via-in-pad has failed the same way on all your boards, but for the USB traces at least you can easily measure with an ohm-meter: the RP2040-end of...
View ArticleTroubleshooting • Re: pi5 keeps locking up
Are you using the official 5A power supply?Is Pi OS fully updated?Statistics: Posted by rpiMike — Sun Aug 04, 2024 2:23 pm
View ArticleTroubleshooting • Re: Raspberry Pi 5 4g not booting
Buy the official power supply.https://www.raspberrypi.com/products/27w-power-supply/Statistics: Posted by rpiMike — Sun Aug 04, 2024 2:29 pm
View ArticleCamera board • Re: Raspberry Pi 5 Camera Module 3 Not Working - Detected but...
No help to you but a camera module V3 wide is working OK for me on a Pi5 running latest Bookworm You dont need to add `dtoverlay=imx708` to /boot/config.txt (which is now /boot/firmware/config.txt)No...
View ArticleRaspberry Pi OS • Re: why are there two different splash screens now?
me too.I don't know precisely what this code does, but the reference to shutdown catches me eye (/usr/share/plymouth/themes/pix(pix.script):Code: if (Plymouth.GetMode() != "shutdown"){sprite = Sprite...
View ArticleTroubleshooting • Pi5 more susceptible to glitches on Vdd
I have a custom hat that (amongst other things) has a GPS module (ZOE M8).Power for the GPS module is taken from Vdd on the 40-way connector via a transistor switch (so I can shut it down if I so...
View ArticlePython • Re: Working with new lirc client 0.10.1
Yes, lirc was changed a while ago, but since those changes were made - google would not find any info on how to use it. All lirc python code examples posted were for old api and no wonder folks got...
View Article