Interfacing (DSI, CSI, I2C, etc.) • Re: Pi 5 Waveshare 5" DSI 800x480
...and I came back a few hours later and the screen is no longer working.I did update and upgrade once my install was done? Could some update cause an incompatibility with the screen?Statistics:...
View ArticleTroubleshooting • Re: PI5 as WiFi hotspot : clients connect in 2.4 instead of...
Thank you kip_the_elder,Well, I already tried this. Also forcing channel 36 which is in the 5 GHz band.But the devices still connect in 2.4 GHz, channel 6, although network manager is showing 5 GHz...
View ArticleGeneral discussion • Re: In Car CCTV
As an FYI, I was looking to do something similar for a porch camera. I ended up buying a TP-Link Camera for CA$30 instead.I am mentioning this because I found motion sensing did not give me the...
View ArticleOther projects • Re: How do I connect a button to my RPI?
I would get a soldering iron - that is going to be more useful for hobby electronics projects.Absolutely, and practice soldering on some scrap bits of PCB before soldering to the Pi - perhaps get some...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 5 and 6 SPI screens
I've used an individual overlay for each SPI interface.Well, using multiple SPI displays on a single interface will fo sure lower the frame rate, but not the resolution.Statistics: Posted by...
View ArticleGeneral discussion • Re: Élégant Display solution for température over 30mins
Ok cool. I have some 1wire poling thing speak so have some working code to start from. Next I presume some way to simply use the display as a graph. I don’t want a desktop kind of experience. I want...
View ArticleGeneral discussion • Simple 5v fan for Raspberry Pi 5
I tried using my Raspberry Pi 5 with only heat sinks without a case and suspended in free air. Temperature was around 50 with rise to 60 and also erratic processing behavior when using MyPaint, a...
View ArticleOther projects • Re: Audacity Export Python Code
So it's something ypou wrote that makes use of an API presumably provded by audacity (or a plugin?).I'd suggest a more in depth read of the documentation for it as a first step.Statistics: Posted by...
View ArticleTroubleshooting • Re: rpi-update Partition size 256M may not be sufficient...
No there is no reason other than I have had the RPI 4's for a long time and I thought that this was an update that could be done.Now that I know I will stick with apt update and upgrade.Thanks for the...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Pi 5 Waveshare DSI 4.3 inch...
Hi,I actually did not modify devicetree entry other than adding dtoverlay. Using 6.1.77 kernel with bcm2712_defconfig plus a few additions I posted earlier. Thanks for the direction, I will gather...
View ArticleGraphics, sound and multimedia • Re: How do I fix this Python code?
Perhaps the reason for the unexpected behaviour has something in common with your difficulty using the Export feature?The suggestion in your parallel thread about understanding the Audacity API maybe...
View ArticleCompute Module • Re: CM4 ISP / h264 encoder block when CPU is loaded
Hello 6by9,In your response, I don't understand if, ultimately, you are going to investigate the problem or not?This is indeed a difficult problem to reproduce. However, it is possible to do something...
View ArticleCamera board • Re: Picamera2 questions...
Thanks. Minefield sounds about right ! Statistics: Posted by gordon77 — Mon Feb 26, 2024 2:08 pm
View ArticleTroubleshooting • Re: New Raspberry pi 5 not booting
Thanks to everyone that answered, really appreciated!We have received now a response from The Pi Hut Support and from our description they say that it sounds like a faulty unit and have ask us to send...
View ArticleBeginners • Re: Can raspberry pi 5 use usb monitors
I will let you all now when it arrives if it works or notStatistics: Posted by DinoGods — Tue Feb 27, 2024 1:43 pm
View ArticleSDK • Re: connecting two state machines through FIFOs
DMA should be able to do this.Your sampling can drift.FIFOs are pipes and 1 to many is gets into several problems.DMA can be promoted on the system bus (network). DMA channels can be promoted on the...
View ArticleBeginners • Re: Portable Pi5 power supply? For different projects.
I would like to use my pi 5 on multiple projects, and I think it would be convenient if there was a portable power supply to support it, So do they got any?Good luck on finding a powerbank that will...
View ArticleTroubleshooting • Re: Browser Graphic problem Pi5
SOLVED!!!!Update! I use Xrdp remote desktop.This worked for me on Pi5 with bookworm:1. Add the xrdp user to the ssl-cert group: Code: $ sudo adduser xrdp ssl-cert2. Modify the /etc/X11/xrdp/xorg.conf...
View ArticleThe MagPi • Re: Magpi Official 2024 Handbook - Page 56 Birdnet -Pi
What i find interesting to date is that nobody from Magpi staff has bothered to respond so they can't be that interested in what its readers think.It's only been a day since you first posted and there...
View ArticleCompute Module • CM4+Python+Bit banging
This is more like brainstorming with others more than asking how to do this. I try to summarize my setup: I have rather close to Modbus RTU protocol which I am processing using Python script on CM4. I...
View Article