Advanced 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 ArticleRaspberry Pi OS • Re: Bookworm LVM rootfs
I've only ever used mdadm on an rpi once, as an afternoon experiment. I've used it twice and never in anger. Once when writing the RAID section of my NAS guide and once to test performane on a 4B as...
View ArticleAdvanced users • Re: PI5 and easy AI/CV/LLM
While checking Intel ARC GPU for binary math support I spotted Openvino which says it has Raspberry Pi support.https://docs.openvino.ai/2024/home.htmlIt took some time to compile even on this Pi5,...
View ArticleTroubleshooting • Help Needed: Short Circuit between 3.3V Pin and Ground on...
Hello everyone,I'm encountering an issue with my Raspberry Pi 5 where there seems to be a short circuit between the 3.3V pin and ground. When I tested the pins using a voltmeter, I found that pin 2...
View ArticleGeneral • Re: Getting started
https://github.com/raspberrypi/pico-exa ... ello_worldhello_world/serial/hello_serial.c over UART does require UART hardware, but hello_world/usb/hello_usb.c only needs your USB cable.I only use...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
My Pi5 sits inside one of these with its USB3/SSD just behind my keyboardhttps://www.ebay.com/p/2281829808?iid=401786795670The one I got did not come with watchholder or cables.I am now just a tiny...
View ArticleOff topic discussion • Re: "Verify you are human"
The French philosopher Yves Simon"I do not know, I cannot imagine, any group which does not include among its current ideas an enormous dose of lies. That being the case, the alternative is...
View ArticleGeneral • Re: Debugging Pico W with Pi5 swd connection is not working
@nezbrun, really amazing tutorial you've listed out there. Unfortunately, I was not able to replicate your results. I also got the same errors as the other poster.Happily, I was able to resolve the...
View ArticleBeginners • Re: Raspberry Pi 4 Bookworm - GPIOZero not working
Using your button code in Thonny at the TerminalShorting pin 3 to GND, triggers it all fine.> %Run button_test.pyHello!Goodbye!Hello!Goodbye!Hello!Goodbye!Bookworm 64bit as of today, 6.6.20 Pi 4...
View ArticleGeneral discussion • Re: S19 95TH Immersion cooling Fan Control Error
Since when does a Pi burn up? It will throttle if it gets hot enough, but it won't burn.If you're referring to the basic, it has nothing to do with a Pi, therefore these forums are not the right...
View ArticleTroubleshooting • Re: Help Needed: Short Circuit between 3.3V Pin and Ground...
Here's an insight.All raspberry pi boards with a 40 pin header have the exact same pin out.The old boards that had the 26 pin headers still had the same pin outs for the 5v, 3.3v and ground...
View ArticleCamera board • RPI-Cam apps how to remove window.
How to get rid of the window shown in the picture? I developed my C++ code based on rpicam-apps/apps/rpicam_hello.cpp from https://github.com/raspberrypi/rpicam-apps. On top of that, I will show the...
View Article