Troubleshooting • Re: Pi 5 Stopped booting
Thanks, I didn't know that's what HPD=0 meant, but I suppose it's obvious in hindsight.It's interesting to me that the cables work fine with the Pi 4's. I need to do some research on HDMI cables....
View ArticleGraphics, sound and multimedia • Re: Kdenlive on Pi 5
Any chance for us to have HandBrake on Pi-Apps? Anyway, thank you so much for your work.We try to stick to things that are not on apt.Does the version of Handbrake that can be installed from the...
View ArticleGeneral • PWM Callbacks like in arduino CTC mode
Hello, this is my first post here so if anything is wrong about the title or anything fell free to question, back to the point, i'm trying to drive a 3 phase motor driver with the pico using the c...
View ArticleBeginners • Re: Docker Bazarr
Hello,I am looking for a tutorial to install Docker Compose and Bazarr application. I think that the tutorials available along Internet provide only a part of the solution. I wish to find a full...
View ArticleTroubleshooting • Re: No network connection after OS upgrade
Use a new SD CardInstall BookwormTest that gives you a network connection (sorry I do not know the adapter you are using)Pop the original SD Card into an adapter and put it in the PiYou should then be...
View ArticleRaspberry Pi Connect • Re: Access RPi Connect over smart phone
Hello, I can acces my RPi-4 over Raspberry Pi Connect from PC without any problems. However, accessing it from my smart phone is much diferent story. On my phone I can see only small part of the left...
View ArticleTroubleshooting • Re: RPI 5 Active cooler gets hot even when its off.
RPI 5 Active cooler gets hot even when its off, i cannot even touch it. is t hat normal?50C is generally considered too hot to keep a finger on and that's well below the safe operating temperature of...
View ArticleMedia centres • Re: Kodi 21 (Omega) on RPiOS Bookworm
Hi there. I'm coming from Bullseye where my Kodi is working, now I tried a clean installation of Bookworm (Raspberry Pi OS Lite 64 bit) and installed Kodi21.I have 2 Raspberry Pi 4, one of them is...
View ArticleBeginners • Re: Memory access time Pi5
I appreciate your comments !Technically, I am coding as far as I can code, that gives a code as simple as possible (flat, I think not object oriented, single task, etc....)! It is not my expertise at...
View ArticleC/C++ • OpenCV VideoCapture not working with ZeroCam
Hi,I'm having some trouble getting the zerocam to work with OpenCV's VideoCapture. Tools such as rpicam-still are working fine. It's worth noting that ffmpeg is also not working.I'm compiling the C++...
View ArticleRaspberry Pi OS • Re: Rasbian Wheezy - mincraft pi
Found the sollution. So for others in the future with the same problem:Apperently Minecraft-Pi is also in Pi-apps. Simply installing a current Raspberry OS version (Bullseye 32-bit) and then...
View ArticleAdvanced users • Re: Pi4 B power 5V/4A?
The Pi5 will treat it as a 3A power supply unless told otherwise which will make the Pi5 assume it is a 5A power supplyThe Pi5 can run from 3A provided there is no significant load on the GPIO, USB or...
View ArticleSDK • Building USB application using SDK on Windows
I am trying to build an application using RP2040 and I wanted to use USB - dual exampleI created a new project but I can't build it.I don't know why I have issues with bool and false.Code: C:/Program...
View ArticleGeneral • Re: Need advice on sending image data from a Pi5 to several Picos
Garbage collected language slowing down over time is a classical symptom of a heap leak. I haven't reviewed your code so I don't want to assume but that's where I'd start looking.MicroPython does...
View ArticleBeginners • Re: Which one to download deb or rpm?
minor differenc in items count for download between sudo apt install libreoffice-pi (as reply and i used this one and works) sudo apt install libreoffice (as one web search)Statistics: Posted by...
View ArticleTroubleshooting • Re: Powerbutton on Pi5 not powering up
There are two holes in the Pi 5 board near the USB power socket that are connected to the power button and can be used to connect an external power button.Statistics: Posted by rpdom — Sun Jul 28,...
View ArticleBeginners • How to build a reliable fast RPi 5 system
Any casing kit that can do for RPi 5:1. use PCi and 'memory module'. This is better than USB3 palm-sized SSD, right???? From web, some look long stick and some more square shape. Which is (first)...
View ArticleGeneral • Re: Extending ADC gate time on RP2040
Does anyone know if there is a way to extend the time the gate is open for charging the 1pf internal cap for the ADC on RP2040?I believe that the 1pF capacitor is connected to the selected pin by...
View ArticleTroubleshooting • Re: USB boot requires a high current (5V 5A) power supply....
I moved property and I'm now getting the same issue again. I made sure not to plug it into any extensions... driving me a bit nuts. Perhaps time to buy another official power supply?I'm curious about...
View ArticleSDK • Re: Building USB application using SDK on Windows
I don't know why I have issues with bool and false.My guess would be that whatever conditional compilation causes that warning to be produced fails to '#include' whatever would define 'bool' and...
View Article