Graphics, sound and multimedia • Re: Audio from HDMI
Ah, it's probably that your tube amp makes the audio too "warm". You really need a solid state transistor amp to complement the harmonics of the digital source.Don't forget gold-plated connectors and...
View ArticleCamera board • Hardware H264 Encoding on RPi4 with GStreamer
If you google how to take video from a connected pi cam and encode it with the RPi4's hardware video encoder using gstreamer, you will find a phone book of conflicting advice.Can someone please...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.12
Running 6.12.10 on a Pi5 16GB RAM, active cooler and 512GB NVME Kit works like a charm.faster-whisper with model large-v3-turbo seems to run faster than on 6.6.x with virtual NUMA settings. CPU load...
View ArticleTroubleshooting • Re: Realvnc pulldown menu in wrong location
Well, I found a work-around for this issue.Log out and log back in while screen resolution is 1920x1080.Then the menus pop up in the right locations.Statistics: Posted by cpottle9 — Sun Jan 19, 2025...
View ArticleGeneral • Problen with interrupt in assembly riscv on pico2
I'm trying to program a usb connection in riscv assembler on the pico2 starting from the example dev_lowlevel.c and of course without using the SDK.In this example, we don't see where the interrupt...
View ArticleGraphics, sound and multimedia • The Camberwell Parrot - Pico-based Eurorack...
A few months back I decided it was about time I did something useful with the Raspberry Pi Pico microcontroller, so I set out to design a clockable audio delay in Eurorack format.Along the way I hit...
View ArticleBeginners • Re: pigpiod: System does not appear to be a raspberry pi
If it is remote GPIO you are looking for and not local, then https://abyz.me.uk/lg/py_rgpio.htmlIs the generic alternative (made by the same person/people) as pigpio.It would be nice if RPiOS looked...
View ArticleHATs and other add-ons • Re: Your experience of PCIe 2 or 3 on RPi 5?
It's a completely standard NVME drive. It will "just work".yes, it has been running perfectly on default official speed of gen 2. Following the installation guide and it works from the start.Can I ask...
View ArticleOfficial Display • Re: Stopping the console appearing on Touch Display 2
The mapping to /dev/input* devices is not static, and is likely to change based on probe order. You're better off matching against the input device name.Touch devices are generally consistent in the...
View ArticlePython • Re: KeyboardInterrupt in While True statement
I guess you're using os.system. Don't use it.Sample to demonstrate:Code: import osimport subprocessdef video1(): # blocking call # grabs stdin, stdout, stderr and KeyboardInterrupt # simply, never use...
View ArticleGeneral discussion • Unknown device with RM 1 detected by lsblk even there is...
I'm busy testing next raspiBackup release 0.7.0 and use RaspianOS lite for this. Some additional partitions are also created to test a new feature.Code: pi@raspberrypi-bookworm64-lite-beta:~ $...
View ArticleGeneral discussion • Re: Unknown device with RM 1 detected by lsblk even...
I missed to add details about my system:Code: pi@raspberrypi-bookworm64-lite-beta:~ $ uname -aLinux raspberrypi-bookworm64-lite-beta 6.6.51+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.51-1+rpt3...
View ArticleOff topic discussion • Re: Is Raspberry Pi More Reliable Than China Made...
Interesting dilemma for RPF/RPT, do they keep churning out ever more capable and expensive Pis and try to compete, or should they stick to cheaper devices for schools/hobbyists? It's the 90's all over...
View ArticleOther • Re: How to force console output res at 480x320 on RPI5
No way.. tried now and with these instructions I get a small "cutted window" (corresponding to 480x320) on a 1920x1080 output which makes text totally unreadable..I am curious to understand why it did...
View ArticleBeginners • Re: SSH doesn't work
Neither my RPI 4B nor my RPI5 work with ssh. I try connecting, the remotes (all running Ubuntu 24.04 LTS) say, "Connection refused."I have screen shots of the latest RPI Imager proving that I provided...
View ArticleGeneral discussion • Re: Pi 505?
It's not a low spec machineOK, not to slam the product, it's really nice, but it's lower spec than a lot of people need.The M.2 slot for instance would be important for physical security: A random...
View ArticleGeneral • Re: Pico Cannot Handle Multiple Servos ?
Finally, just one MG996R, it's a little monster:As others have said, the most likely cause of the problem is an unstable power supply. It's probably not a case of overloading - more likely the power...
View ArticleTroubleshooting • Re: ffmpeg connection refused issue
What if anything have you got "listening" for connections?Normally we have something listening at the address and port (8080) we send the stream to.e.g. for my nginx rtmp server (port 1935) I use -f...
View ArticleTroubleshooting • Raspberry Pi 5 4K doesn't work on specific TV
I was wondering if the community could assist me with troubleshooting my Pi 5 not playing nice with an Amazon Fire TV (TCL 55Q650F). The TV will only operate at 1080 with the Pi attached, but its...
View ArticleGaming • Re: Can I run Ubuntu 18 games on my Pi 4?
nogoogle when ubuntu started supporting rpi devicesStatistics: Posted by kerry_s — Mon Jan 20, 2025 10:03 pm
View Article