Quantcast

MicroPython • Re: Cannot access micropython forum

@mahjongg if you go to micropython.org and press the discussion link you will go to the github instead of the old forum. Like I said they switched to github in 2022.The OP did specify micropython.org...

View Article


Compute 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 Article


Image may be NSFW.
Clik here to view.

Advanced users • Re: 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 Article

Beginners • Re: Raspberry PI Keeps losing internet access

Well, what would you suggest checking? Because given all the other comments I've found while researching this again I firmly disagree. I personally have used multiple different power supplies, two...

View Article

Troubleshooting • Re: Bookworm: Error during sudo apt upgrade - kernel...

One other thing: In my earlier attempts to solve the issue, I followed someone's advice to run rpi-update, not realizing that this puts me on a potentially unstable version of the kernel. My current...

View Article


Beginners • Re: Switch from RPi OS (Desktop) to KDE Environment

you need to do it from a raspberry os lite install, the desktop version is modded to run raspberry os with no choiceStatistics: Posted by kerry_s — Fri Apr 11, 2025 5:20 pm

View Article

Troubleshooting • How can I properly install MediaPipe on Raspberry Pi OS...

Hi everyone,I'm trying to install MediaPipe on my Raspberry Pi 4 running Raspberry Pi OS Legacy (32-bit) with Python 3.9.2, but I've been facing multiple issues.Here’s what I’ve tried so far:Tried...

View Article

Troubleshooting • Re: Displaying X-windows apps from Pi on macOS

Follow up to this ... weirdly (or at least, I wouldn't have expected it), moving the '-X' after the Pi's IP address allowed things to start working (so "ssh <Pi's IP addr> -X"). Once logged into...

View Article


Image may be NSFW.
Clik here to view.

Raspberry 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 boot@daily is not run at boot....

View Article


General • Re: Connecting a Pi Pico directly to the internet with SIM modules

I was finally able to connect to the io.adafruit.com server via the SIM800L modem, but only after accessing the server via Wi-Fi.It seems that when the Raspberry Pi Pico board abruptly disconnects...

View Article

MicroPython • Re: interrupt Pico code started by mpremote

You can make the code stop after exiting mpremote by using Code: mpremote a1 resumethen hitting Ctrl-CStatistics: Posted by scruss — Fri Apr 11, 2025 6:42 pm

View Article