Raspberry Pi OS • Issue with Chromium after latest updates.
Hello! After the latest updates of the Chromium Browser, I have been experiencing issues. More specifically, the browser stops responding for a few seconds, with CPU usage reaching 100% when this...
View ArticleCompute Module • Re: HDMI I2C busses usable when HDMI is unused?
You can, but you'll need to disable the HDMI port via device tree so that it doesn't get used for DDC purposes should the hot plug GPIO ever be asserted.HDMI1_HOTPLUG (Pin 143) is not connected, so...
View ArticleGeneral • Re: Procedure for protecting "data" on Pico 2
Thank you all for the information.To be honest, I used to think of side-channel attacks as something that only happens in faraway labs or in another world entirely. Although I had looked at the...
View ArticleRaspberry Pi OS • Re: Resetting at a certain time every night (Pi5)
To summarize my understanding so far:I use cron to make 2 things - 1. a reboot command every 24 hours at a given point in time @daily - 2. start the startserver.sh at bootI know how to make the first...
View ArticleAdvanced users • Reverting Bookworm to dhcpcd
Hello all,Has anyone had any success doing this? My system has a number of customisations to dhcpcd, so moving to NetworkManager at the moment is likely to prove very difficult Ideally I'd like to...
View ArticleAutomation, sensing and robotics • Re: PicoPanel - using a pi pico and a...
Thanks for your input! you version like waaaaaay beyond mine currently is. Looking at it, im unable to tell immediately if you were able to route your original case connectors to the pi so they would...
View ArticleBeginners • Switch from RPi OS (Desktop) to KDE Environment
I am using RPi OS (Desktop) and would like to switch to KDE environment. I used tasksel to install KDE but cannot find the way to switch to the new desktop environment. Anyone can help?...
View ArticleTeaching and learning resources • Re: Advent of Code 2024
I was happy that continue@loop in the Kotlin original has a direct translation to continue loop in Chapel. I think the same control structure would be rendered using goto in C.Only day 24 plus the day...
View ArticleHATs and other add-ons • Re: Waveshare UPS HAT (E) for Raspberry Pi 5
Thanks for all the help everyone, Waveshare emailed me back today and I now have the UPS HAT working.Please close the thread.Statistics: Posted by Ukruler54321 — Fri Apr 11, 2025 2:51 pm
View ArticleMicroPython • Re: interrupt Pico code started by mpremote
I prefer a Jumper to select if the program on the controller should run or not.It's one option but it's always nice to be able to do everything without having to move, do anything but issue command...
View ArticleMicroPython • Re: Cannot access micropython forum
That is a surprise. I thought it had been made read-only but maybe only links were altered so it was no longer possible to sign-up or start new threads. Perhaps posts to existing threads are still...
View ArticleRaspberry Pi OS • Re: Lock Screen turns off monitor?
Thank you, had a look but couldn't make much sense.Just today I didn't use the Lock Screen, so I just turned off the monitor.When I returned in about 10-15 minutes, I turned the monitor back on and...
View ArticleGeneral discussion • Re: device reports readiness to read but returned no...
I found the answer: it turns out that the Waveshare dongle was drawing too much current when it was transmitting and the Pi was shutting it down. I plugged the dongle into a powered USB hub and the...
View ArticleSDK • Re: VSCode C/C++ SDK, RP2350: Including cmsis_gcc.h
If anyone finds this, the solution is to put Code: cmsis_core as a linked library.Statistics: Posted by chugaze — Fri Apr 11, 2025 3:29 pm
View Article