Troubleshooting • Pi 5 boot issues - needs 10+ power cycles to start, only...
Hardware:Raspberry Pi 5Pi 5 power supplyUSB stick with Homebridge OS flashed via Raspberry Pi ImagerProblem:My Pi 5 won't boot reliably. I have to plug/unplug the power cable about 10 times before the...
View ArticleTroubleshooting • Re: Pi 5 boot issues - needs 10+ power cycles to start,...
what If you use a fresh uSD with an official OS and report back If you're still seeing the issue?Power cycles? what do you actually do (i.e. pushing the ob button etc)?Statistics: Posted by...
View ArticleBeginners • Re: DMA with Raspberry Pi 4
Yes; I was aware of that...but I wondered if the OP had any more; "legitimate" goals OP doing a drive by post says probably not Quelle surprise. Statistics: Posted by kip_the_elder — Mon Sep 08, 2025...
View ArticleTroubleshooting • Re: How do these screens even work?
Thanks so much guys, this is really helpful. Statistics: Posted by Cloudygerbil — Tue Sep 09, 2025 6:16 pm
View ArticleBeta testing • Re: Trixie nightly builds issues report
Yes I saw 1 and 4 on yesterdays build.Statistics: Posted by neilgl — Tue Sep 09, 2025 6:30 pm
View ArticleGeneral • Re: Installing machine package for Pico 2W
No worries, we were all noobs once.Statistics: Posted by neilgl — Tue Sep 09, 2025 6:31 pm
View ArticleCamera board • Re: Raspberry Pi Camera 2 IMX219 CM4
Hi, Yes i am sure its not a no IR version. Do you have a suggested test to verify it is no IR? I have tried using the noir tuning file, and it seems like the color seems still a bit yellowish.The same...
View ArticleCamera board • Re: The IMX219 camera
Now I have issues with playing back video recordings. VLC opens for a second, then closes, is this something to do with hardware acceleration and VLC unable to play videos under HA?Hi, please post the...
View ArticlePython • Re: Debug Flask Server from Thonny
Can you ping the Pi from the PC using the Pi ip address?And when flask app is running from Thonny, what does this command show?Code: sudo netstat -tulpn | grep 5000Mine has: Code: tcp 0 0 0.0.0.0:5000...
View ArticleTroubleshooting • Force interlaced video over HDMI?
I am trying to put video signal from a rpi 3 into an ancient tv broadcasting system. For whatever reason, it must be interlaced video, but I can only seem to get my pi to output progressive. What we...
View ArticleMicroPython • Re: Why is struct.unpack_from giving me a bad typecode?
This refers to a subset of CPython's struct:https://docs.micropython.org/en/latest/ ... ule-structBut the doc does not explain, that the byte order could be only the first character in the format...
View ArticleOther • Re: Amikit with PINN
Amikit seems to be a "paid for" image, so I cannot provide it through PINN.If it can be converted to PINN format, that's something you will have to do yourself. There are general guides on my wiki on...
View ArticleGeneral • Re: Pico W as USB device to Bluetooth host adaptor
Just FYI in case you're still using it, I just pushed an update that preserves pairing over power cycles.Statistics: Posted by kenjinerd — Tue Sep 09, 2025 7:19 pm
View ArticleHATs and other add-ons • Re: Hardware issue RaspberryPi 3B+ and HifiBerry AMP 2
Hi, we do not know much about HifiBerry (we sell our own range of audio boards) so its a bit difficult to diagnose what the problem might be. Since you have narrowed it down to specific boards, I...
View ArticleBeta testing • Re: Updating to trixie
I tried using some labwc-related config files in trixie that had been generated under bookworm. They worked the same as before, except for wf-panel-pi.ini. First, I had to move it one level deeper, to...
View ArticleSDK • Re: Setting up Pico development on Eclipse
Even STMicroelectronics, possibly strongest supporter of Eclipse, have just started moving from Eclipse to VSCode.Right now the two development environments I regularly use are both on Eclipse, so...
View ArticleGeneral • Re: PT52-Lua The Modern Retro computer
Update: I've started to roll the game framework into a library suitable for the PT52 I've chosen to name it "Adore52" as it is inspired by LOVE2D. The idea is to create the library and launcher that...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Pi Zero 2 W USB to serial
Thanks you. This will help a lotStatistics: Posted by patrickk83 — Wed Sep 10, 2025 6:05 pm
View ArticleGeneral discussion • Re: What product would you like to see?
Could have a Thinkpad-style mouse stick thing (I liked it and could mean no touch pad required)RPI600 with "a Thinkpad-style mouse stick thing", of all suggestions this is my first (and only)...
View ArticleMicroPython • Experiments in chaining DMA to PIO - strange error and room for...
I've written some Python to drive a LED bar (https://thepihut.com/products/bi-color- ... -pack-of-2) from a PIO program fed by a chained pair of DMAs. The LEDs are multiplexed so only 1/3 can be...
View Article