For sale • Re: Pironman case for Raspberry Pi 5 ( a distasteful response)
..Arguing with an engineer is like wrestling a pig in mud, after a few minutes you realise the pig is enjoying it. ..like that one Statistics: Posted by aBUGSworstnightmare — Mon Apr 22, 2024 9:51 am
View ArticleGeneral discussion • Re: Powering the Raspberry Pi 5.
Hi,my Raspi 5 configuration looks like this. I am trying to use a DIN-Rail-Powersupply with 5V/GND on the GPIO Heads 2 and 6 Pins to supply the Raspberry and my USB Device. The USB Device randomly...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 5 and 6 SPI screens
We managed to connect 8 displays, 2 HDMI, 2 DSI and 4 SPI to a Pi 5.Statistics: Posted by codeflow — Mon Apr 22, 2024 10:03 am
View ArticleUbuntu • Re: Issue with dtoverlay=disable-bt-pi5
This sounds like a Ubuntu-specific problem. I suspect the kernel and/or dtb file is out-of-date.Unless you can reproduce the problem on a current RPiOS image (or on Ubuntu but with one of our kernels...
View ArticleBeginners • Re: What is the difference between Raspberry Pi and a CPU-based...
58M so far IIRC.Raspberry Pi did no market research prior to launch as far as I know, so the initial production volumes reflected that. As a teaching device, it was not expected to be so popular in...
View ArticleAdvanced users • Re: Video Plaback is bad, how to improve?
I mainly use mine for playing local video using Kodi with no problems, but using Firefox web browser, playing youtube videos and other web hosted video I found playback was impossibly slow/freezing....
View ArticleBare metal, Assembly language • Re: Raspberry pi 4 Ethernet
I had seen that one. I am setting the GPIO pins as explained in that post, however it still does not work.What I am trying to achieve is booting openbsd through a custom boot loader I wrote.Compared...
View ArticleAdvanced users • Re: Pi 5 Jitter every 2~3 seconds
1. What is it that we are monitoring?It's an I2c query. that should run every 500 microseconds.2. Is the scope in some kind of cumulative mode?The scope is being repeatedly triggered3. Do you believe...
View ArticleTroubleshooting • Re: Mount from Network
How did you mount the share? DId you enter a command or edit the /etc/fstab file or something else?Please describe exactly what you did.You probably need to add a user and permissions to the method...
View ArticleGeneral discussion • Re: I can make a library
Sounds like a college/Uni module project. Must be some lecture notes somewhere .... There are several examples I can see with a quick google. The ultra-basic cut down barely more than helloworld...
View ArticleCompute Module • Re: CM4 IO Board broken
I don't get why you are complaining about the Radxa CM3 so much. I don't want support for the Radxa CM3. I wanted support for the IO board (which is a RPT product). I was just providing additional...
View ArticleSDK • Static library not statically linking pico_stdlib
Hello,I'm trying to make bindings to this project https://github.com/raspberrypi/pico-tflmicro. The issue is that linking fails because the pico_stdlib's symbols aren't also getting linked in. I can...
View ArticleCamera board • Re: Unable to adjust resolution down on camera v3
Hi Sandyol,many thanks again - that did the trick for me.I thought I had tried that already but obviously not properly.Jonathan.Statistics: Posted by Jonathan122 — Tue Apr 23, 2024 10:00 am
View ArticleBeginners • Re: Self built NAS - how to backup PC, iPhone, iPad
Your easiest option for backing up from PC is almost certainly an existing product/project that supports backups to a NAS.Sorry I don’t think I follow when you said an existing product/project. Are...
View ArticleGeneral discussion • Re: Programming six RPis to automatically take a photo...
You probably want to use cron (that's what it's for).Seconded.[shameless self promotion]Cron – A Beginner's Guide[/shameless self promotion]Statistics: Posted by thagrol — Tue Apr 23, 2024 10:08 am
View ArticleRaspberry Pi OS • Re: How to know what all to install on a system re-build?
FYI- The OS downloads folder contains a .info text file which shows all default installed packages. Each OS release has a .info file.Do you know what the command would be to generate an equivalent...
View ArticleBeginners • Re: RPI 3+ realVNC connection issue
Thank you for your quick reply- 12(bookworm)- Yes, the same IP address I am using to connect with SSHStatistics: Posted by Ozfafapiti — Wed Apr 24, 2024 9:00 am
View ArticleAutomation, sensing and robotics • Re: Programming six RPis to automatically...
Cron will trigger whatever you use, but if you want each device to take pictures at the same time you will need to ensure the clocks are synchronised, so they will need to have network access and some...
View ArticleCompute Module • Re: CM4 + IMX296 Camera --> Impossible Camera Rotation
There was a kernel bug with rotations on imx296 when we switched to the 6.6 kernel. That is fixed, but we're only now in the final stages of testing a new stable kernel to be rolled out through apt.If...
View ArticleScratch • Re: RPi5 and Scratch 3
Did a short validation on a Pi5, scratch.mit.edu, using chrome and worked as expected.worked ok when he was not logged in, but when he logged in to period 1 Scratch started crashing.log in to which...
View Article