Troubleshooting • Re: Running Bullseye, did a update and now VLC has problems.
I have a Pi400. There must be a plenty of people still using Bullseye. The HEVC/H265 is now breaking up as the screen cannot keep up. It is worse when switching on bluetooth and connecting a speaker....
View ArticleCompute Module • Re: Audio corruption on CM4 (over usb-xhci)
Further investigations lead me to notice that, when the noise happens there is a change in stream frequency.Watching Code: /proc/asound/card0/stream0, I found that normally the Momentary freq is a bit...
View ArticleCompute Module • eMMC boot
Is it possible to deny SD card and M.2 and boot only from eMMC?Statistics: Posted by i486 — Thu Aug 22, 2024 9:11 pm
View ArticleGeneral • Re: DMA ADC vs Bluetooth/Wi-Fi on Pico W?
Unfortunately, I did not.Statistics: Posted by kevinjwalters — Thu Aug 22, 2024 9:24 pm
View ArticleGeneral • Re: Pico 2 SWD
Thanks.I'm actually just after getting it working. 2 pico2's.I got the blink program to upload and stepped through it using GDB. I had to build pidoprobe (debugprobe) targeting the pico2.Next step is...
View ArticleTroubleshooting • Re: How to Install a x86_64 .deb Package on Raspberry Pi...
It would help if you told us what "this x86_64 .deb package" is and why you believe you need it.It is a driver for a graphic tablet "HuionTablet_LinuxDriver_v15.0.0.162.x86_64" I can use the tablet...
View ArticleNetworking and servers • Re: Network Manager fallback to zeroconf
Upstream there is some work in progress, see https://gitlab.freedesktop.org/NetworkM ... ssues/1555and https://gitlab.freedesktop.org/NetworkM ... uests/1980For my use case (P2P Ethernet connection...
View ArticleBeginners • Raspberry PI 5 doesn't boot
Hi all,I am a beginner, I bought the raspberry Pi 5-the starter kit. And I was waiting for 5 days to have it!finally, got it today!! but now I need some advice!!I unbox it, and put the heater sink,...
View ArticleBeginners • Re: Raspberry Pi 4 to 5 GPIO issue?
Code: import RPi.GPIO as GPIOimport time #GPIO Mode (BOARD / BCM)GPIO.setmode(GPIO.BCM) #set GPIO PinsGPIO_TRIGGER = 18GPIO_ECHO = 24#Steve added next for warning/error...
View ArticleTroubleshooting • Re: pi5 stopped seeing nvme
Thanks for the ideas, but Yes i have checked the cable. Have tried all possible ways to connect it. I have power but that's it. Waveshare support is pointless. They keep asking me to send them video...
View ArticleBeginners • Re: Can Port Forwarding 1 Port allow access to others?
You're right that I'm not too familiar with Docker containers lol. I know the basics of how they work but in terms of how it communicates with anything network related, I'm not that experienced with....
View ArticlePython • Re: Getting more out of the CPU when running python project
Maybe test the mjpeg_server_2.py that therealdavidp suggested and see what fps you get?Or move to using rpicam-vid....Statistics: Posted by neilgl — Fri Aug 23, 2024 9:13 pm
View ArticleCamera board • Re: Libcamera Stereoscopic 3D Support
Since Pi5 has 2 camera interfaces and the HQ & GS cameras support hardware sync I don't see any reason as per why this is not prioritized. It will be a game changer for comuter vision...
View ArticleAutomation, sensing and robotics • Re: Would SQLite works well with Grafana
Should be fine but I would go with PostgreSQL.Is it the Pi5 or Pi zero from this previous post? viewtopic.php?p=2245471#p2245471Yes, many thanks for advises from you and many forum posters. we got Pi...
View ArticleTroubleshooting • Re: Pi 4B can't read USB partition as FAT (unable to boot)
I've managed to boot from it. What I did was format the ESP to FAT32 and then restore the contents of it. Apparently the Pi does not actually support FAT16.Statistics: Posted by strangejune — Fri Aug...
View ArticleAdvanced users • Powering a Pi 5
I have built a Raspberry Pi 5 which consists of all "official" Pi hardware but it is getting throttled and since my setup seems like it would be well withing the realm of Pi 5 setup's I wanted to...
View ArticleGeneral programming discussion • Re: 24 Minute Sun Simulation
Sweet! I’ve got half a plan now.Will the pico send signals to both strips of lights or do I need two picks?Also, the button to “run program,” is it just a simple button to program or am I going to...
View ArticleGeneral • Any news on distributors getting the RP2354 ?
I know this is probably going to be "wait, we'll tell you when it happens" but thought I'd ask if there were any more details over and above "around the end of the year"...Statistics: Posted by...
View ArticleGeneral • Re: Any news on distributors getting the RP2354 ?
I know this is probably going to be "wait, we'll tell you when it happens" but thought I'd ask if there were any more details over and above "around the end of the year"...I think that if you do what...
View ArticleBeginners • Re: Digital Art and Pi Zero 2w
Check with the vendor if the linux version of Paintstorm studio will run on a Raspberry Pi (ARM architecture).The usual issue is that by "linux" they mean x86 linux - the linux version that runs on...
View Article