Interfacing (DSI, CSI, I2C, etc.) • Re: I2S packed sounds to individual...
Or just buy a Pi5 and use the multichannel I2SStatistics: Posted by MikeDB — Fri Jan 10, 2025 8:00 pm
View ArticleOther projects • Re: Recording outdoor soccer/football
"I think I can connect the 3 cameras to the CPU" - no, the Pi5 has two camera connectors for pi camera modules.The V3 wide camera has a horizontal FOV of 102 degrees see...
View ArticleOther • Re: Windows on Raspberry Pi
FX!32 all over again, for anyone of my age.Wowza...there's a blast from the past! FX!32 was pretty freaking cool...an emulator beefed up with compiler technology to translate loops into native code,...
View ArticleTroubleshooting • Re: Raspberry 5 undervoltage error
A mains extension will not be a problem as the PSU electronics will adjust...I recall having seen it as reported as such, that removing a mains extension lead fixed things. But I think that was likely...
View ArticleGeneral discussion • Re: Wll we get a better replacement option for desktop...
I wonder if there is some quicker backup that just backs up all the files you added or changed sine the last "major time consuming" backup .[/b] image-backup does full and incremental...
View ArticleAdvanced users • Re: sd-card cross-encryption
Humm you might found where lay the problemin the initramfs shell I've did cat /etc/cryttab but the file doesn't exist.That's one possible problem. You may very well find others...Hoo so you mean if I...
View ArticleTroubleshooting • Re: constant freezing with the raspberry pi 5 under any...
Purchased a new pi 5 and once I get it, will run the same tests and compare backStatistics: Posted by Fee — Fri Jan 10, 2025 8:28 pm
View ArticleBeginners • Re: Transitioning from USB Drive to HDD for OS
Thank you. When the time comes I will study that and probably have a few questions to ensure I clearly understand each step you've outlined here.Statistics: Posted by cspan — Fri Jan 10, 2025 8:29 pm
View ArticleGeneral discussion • Re: Browser Login Question
firefoxCongratulations for spotting the question, I certainly didn't.Statistics: Posted by wildfire — Fri Jan 10, 2025 8:34 pm
View ArticleMicroPython • Re: Is regular Pi Pico bricking normal?
So is this a Pi Pico thing, a VSCode thing, a hardware issue, or PEBKAC?Thonny appears to manage the connection with the hardware a lot betterThat Thonny does a lot better suggests to me that it's...
View ArticleTroubleshooting • Running python script with push of a button
HeyI have a python script that I want to run by just pushing a button. I could mainly find tutorials for doing this by starting another python script that waits from button input, and then starts up...
View ArticleCompute Module • Re: Operating system for CM4
TCP server on Raspberry Pi 4 having FreeRTOS.Would not count on FreeRTOS supporting Ethernet or Wifi on the Pi.I think most people playing around with FreeRTOS on the normal Pi, run it one of the CPU...
View ArticleTroubleshooting • Re: Running python script with push of a button
HeyI have a python script that I want to run by just pushing a button. Edit the Python script so that it waits for the button press at startup.Then set up your Pi to execute the script at boot...
View ArticleGeneral discussion • Re: What Firefox extensions are you using?
I use PureVPN Firefox extension.Statistics: Posted by andrew_pi — Sat Jan 11, 2025 8:12 pm
View ArticleBeginners • Re: Actual headless boot
Success!I have no idea why but all of a sudden it "just works"? I just dd'ed a new SD card, plugged er in.This is the actual log prior to booting /bsd:Code: U-Boot 2021.10 (Mar 03 2024 - 10:35:09...
View ArticleGeneral discussion • Re: Need To Learn
This forum is a phpBB installation with a custom layout.It requires the so called LAMP stack - Linux, Apache, MySQL and PHP.There are many guides on how to install the required components.Note that...
View ArticleSDK • Re: I2C random timeouts using i2c_write_timeout_us()
More tests has been done and I can't really figure out what is going on.Checking my notes I realized I had not tested all speeds between 10kHz to 80kHz, but only gotten around to test at speeds 10,...
View ArticleJava • Re: Pi4J does not work correctly with PI5 in a Java project
Are you sure that python script runs OK on a Pi5 ? It gives me an error on a Pi5:Code: RuntimeError: Cannot determine SOC peripheral base addressThe error is because a Pi5 has a different GPIO chip so...
View ArticleGeneral discussion • Re: Attach a Pi5 with velcro?
It appears that you can use standard brass stand-offs to create space below the case for ventilation.https://www.reddit.com/r/raspberry_pi/c ... stackable/You could place the RPi with stand-offs on a...
View ArticleOfficial Display • Mistakes and Fun with Touch Displays
Display IssuesOverviewThe following is MY debugging journey connecting the Raspberry Pi official touchscreen to various Pi modules. I don't claim to be correct, nor have read the a vast number of...
View Article