Beginners • Re: Bookworm & Removing "Run" and...
What are you actuallu trying to achieve?I ask because removing those two menu items may not be enough. Removing them adds a step or two but does not make their usage impossible.For example:Want to run...
View ArticleAdvanced users • Re: Argon One Replacement Daemon
Thanks for the update, I'm still waiting on hardware I'm in a holding pattern until I can get that.I'm just rearranging some of the code and working out how to deal with controller version.EDIT:: I...
View ArticleTroubleshooting • Re: libmpg123 - Illegal Audio-MPEG-Header
UPDATE/SOLVED: it was not related to the music player, after all.I had presumed that `libmpg123` error meant it was related to my `mpg123` background music player, but it seems that's may be not the...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Appropriate communications interface for...
Can the Raspberry Pi 5 RP1-C0 I/O Controller handle PDM data from a MP23DB01HP or should I defer to an I2S interface?Statistics: Posted by fluff_mech — Sat Mar 23, 2024 1:46 am
View ArticleMedia centres • Re: Peppy player
After spending considerable time investigating why I have no audio. It turns out that the X715 PWM fan control fan is the culprit. I have been running the player continuously. I still experience...
View ArticleCamera board • Re: Understanding HDR & Camera Tuning on RPI5 + HQ Camera
Hi therealdavidp,How about "SingleExposure" HDR mode that is listed in the Raspberry Pi Camera Algorithm and Tuning Guide?"SingleExposure" - HDR mode that accumulates multiple “short” exposure images...
View ArticleBeginners • Raspberry Pi 4 Bookworm - GPIOZero not working
Hi,I have upgraded my old Raspberry Pi 4 to the latest Bookworm OS. But I am unable to run any gpiozero code anymore.Even the simple blink command does not work.Code: from gpiozero import LEDfrom time...
View ArticleRaspberry Pi OS • Re: OS problem
Given that a uSD card of size >32GB will be uSDXC and not uSDHC are you sure that the card slot on your laptop is (fully) uSDXC compatible ie. explicitly stated or marked/labelled as such?...
View ArticleTroubleshooting • RP4 not triggering relay on boot/shutdown
This is my first time using a relay, I'm using it with a RP4, it's a low active 5v Relay to turn on a led light, the relay VCC pin is connected to the 3.3V PIN number 1 on the raspberry, the relay IN...
View ArticleGeneral • Re: Pico Dual Ethernet
I would suggest your best option is a WIZnet W5100S-EVB-Pico or WIZnet W5500-EVB-Pico, plus a WIZnet Ethernet HAT.Both W5100S-EVB-Pico and W5500-EVB-Pico are supported by MicroPython so you can...
View ArticlePython • Python, SQlite and DBeaver
Hi,I'm on an RPI4 where I run a 32 Probe Temperature Control System. Also on that RPI, I run an SQLite DB, and it is my intention to install a more advanced GUI for this, other than DB Browser. I was...
View ArticleRaspberry Pi OS • Re: Keyboard layout displaying/switching for Wayfire and...
I need to correct myself in this:You can however compile and run my wf-panel-pi without installing it:Code: $ cd builddir$ meson compile$ ps -ef | fgrep wf-panel-pi | fgrep -v grep | awk '{print $2}'...
View ArticleRaspberry Pi OS • Issues after 24-03 updates RPi5
64-bit Pi OS, on an 8gb Pi5. I updated (sudo apt update, sudo apt full-upgrade) to the march releases this week. Things seemed to go well at first but I've run into a couple deal-breakers after using...
View ArticleBeginners • Re: Keyboard Layout Handler dissapear on bookworm
If you have been following this thread in the past: I have concluded a version that not only displays, but can also switch layouts. I opened a new RPi forum thread for it,...
View ArticleTroubleshooting • Re: Low voltage RPI 4 (5V 3A)
I'm pretty sure you know the outcome of this, but let's go through the motions anyway.Let's start with make & model of your power supply ( a link would be good ).Statistics: Posted by wildfire —...
View ArticleSDK • Re: RP2040 (pico sdk) strange behaviour (and crash) around gpio IRQ...
Thank you @carlk3 for reply.This is what I was suspecting as well as one of the causes, however, the suspect seems to be hiding very deep. Using mechanisms from SDK and FreeRTOS (PICO_USE_STACK_GUARDS...
View ArticleTroubleshooting • Re: Help Needed: Short Circuit between 3.3V Pin and Ground...
There are two 3.3V pins on the GPIO40, and there are two 5V pins.if you don't have 3.3V with nothing connected to your Pi then you must have killed the PMIC. If that's new out of the box return it...
View ArticleNetworking and servers • Re: Powering PI 5 from PSU
A Pi5can be powered via the GPIO connector. You will have to alter config.txt or your EEPROM to make it assume it's powered by a 5A capable PSU (see documentation).The only Pi which can't be powered...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
Interesting MS is specifying 40 TSOPs on the CPU or the CPU makers have decided that.MS Windows does seems to need more than than some alternative OS's.Fp16 seems to be the default for AI/ML.RTX4080...
View ArticleGeneral discussion • Set Pi OS Watchdog To Watch CPU Temperature?
How To Set Pi OS Watchdog To Watch CPU Temperature?References...https://diode.io/blog/running-forever-w ... e-watchdoghttps://medium.com/@arslion/enabling-wa ... e574dcba6bDocumentation, examples,...
View Article