General discussion • Re: Pi5 8gb v 16gb v Pi4 model B 8gb for...
I have a big collection to test. Now and after the kernel change goes through, what are the steps to test and to permanently switch on CQ for a card that passes the test?Statistics: Posted by...
View ArticleCamera board • Re: imx296 camera not working with ffmpeg and v4l2 app
Thanks for your reply,so there is no way to use other camera apps(ffmpeg and v4l2 etc) to directly control the imx296 camera other than libcamera on the new stack?You can use V4L2 to retrieve frames...
View ArticleGeneral • Re: RP2040 counter error.
What is missing? You have 8 blocks like this:Statistics: Posted by gmx — Wed Jan 22, 2025 9:59 pm
View ArticleBeginners • What is a correct forum to ask beginners questions about...
I have newer installed or configured Linux or Linux in Raspberry pi. Where is a good place to ask first questions about that.First step is installing, but I have ideas of for what I could use Compute...
View ArticleGeneral • "Nine Pico PIO Wats with MicroPython (Part 1)"
This free article may be of interest: Nine Pico PIO Wats with MicroPython (Part 1) | Towards Data ScienceIt goes over some of the surprises of using Programmable I/O (PIO) from MicroPython. It’s...
View ArticleRaspberry Pi OS • Re: VNC resolution of 2560x1440
Thanks - I had trouble with wayland when it first emerged on the RPi but happy to give it another go now. How did you set that resolution - raspi-config or there is there some other way when using...
View ArticleBeginners • Re: What is a correct forum to ask beginners questions about...
Beginners forum...viewforum.php?f=91Statistics: Posted by gordon77 — Thu Jan 23, 2025 9:28 pm
View ArticleTeaching and learning resources • Re: Advent of Code 2023
It takes a couple days to a week for me to build ROCm from source for x86 architectures. The Pi situation is more difficult. Ideally one needs PCIe3 atomics but the Pi 5 is officially PCIe2 and it's...
View ArticleRaspberry Pi OS • Re: Streaming Video When Using Raspberry pi as Desktop...
Hello! Looks like DRM. When I clicked the "use DRM" tab in Firefox settings, Amazon Prime (and the Criterion Channel" streamed videos. Best regards.MikeStatistics: Posted by msheald — Thu Jan 23, 2025...
View ArticleGeneral discussion • Re: Pi 5 most popular boot options for home office
I cheated and got a CM5 with I/O board. According to my abacus cost about £9 to get 32Gb of eMMC and sacrificing the SDcard reader. The eMMC IOzone result for 4k random read/write is 46042/69343 (yes...
View ArticleCompute Module • Re: Can a CM5 replace a CM4?
There is some related material in this recent official Raspberry Pi News Blog post -https://www.raspberrypi.com/news/meet-t ... -module-5/Apart from the physical change in the shape of the heatsinking...
View ArticleSDK • Re: Playing with morse characters
I served in the army as an wireless operator and from those days I remember Morse code andits basics. But I have not studied radio engineering nor have I been involved in it. Nowadays I am retired and...
View ArticleGeneral • Re: Raspberry Pi and Pico: Sending Fast Data over USB Connection...
The GPIO pins on the pi are being used for an OLED display and an audio HAT, so I'm not using them. Instead, I'm incorporating a pico to connect to the buttons for my project. I need to know how to...
View ArticleCompute Module • Re: debug uart for CM5 on CM5 IO devkit
I even followed your soldering instructions to the test points , unfortunately w/o success &of course tried to access the ttyAMA10 via echo "scoobidoo" > /dev/ttyAMA10 ... and so on and with...
View ArticlePython • Re: Change sleep duration of a loop without restarting it (use a...
Could I have it import the variable from another script that I could update without interrupting the running code?Just check if a text file exists at the end of time.sleep().If it does set SLEEPDUR =...
View ArticleTroubleshooting • Re: Audio on rpi
Get rid of any mention of I2S in your file and connect the input of the PAM device to GPIO 12, which I believe has the audio on by default, though somebody will hopefully correct me if I'm wrong. I...
View ArticleGeneral • Interfacing HSTX differential output with LVDS differential input
Is there a recommended way to do this? Would the external resistor network shown below work?Taken from http://www.latticesemi.com/view_documen ... t_id=47960.The context is I want to interface HSTX...
View ArticleTroubleshooting • Networking problem emulating the RPi System
I was developing a solution to full emulate the Raspberry Pi 3b+ ecosystem when I found the following: https://github.com/farabimahmud/emulate ... i3-in-qemu. Once tested I faced a problem, I was only...
View ArticleHATs and other add-ons • Re: NVMe and SD Card Boot Order Ignored
Edit 2: Can confirm that the UUID is copied overThat's your problem. The Pi is initially booting from the SD card. Then it's looking for the UUID that in cmdline.txt for the root filesystem. By...
View ArticleTroubleshooting • Mounting Old Buffalo NAS SMB1 CIFS error code 95
Good Day Forum Folks!Right off the bat I'll admit I'm a bit of a newb:I have an older Buffalo Linkstation that only supports SMB version 1. There are some things I'd like to get off of this drive for...
View Article