General • Re: RP2350 QFN60 PCB Foorprint
Regarding the QFN 80, as I'm porting a board I made for the RP2040, the QFN60 was still pretty close to re-route. I have to limit myself sometimes or I'll get carried away tweaking stuff forever! (I'd...
View ArticleTroubleshooting • Re: Corrupted display on desktop
Did you make any changes to config.txt to configure your resolution?As said, cable is the issue quite frequent.I'm using 2560x1440 as well with no issues. Need to say that I'm using a DIY HDMI cable...
View ArticleGraphics, sound and multimedia • Re: Multivideo Playback in 1 screen/display
You can use SEOLMEDIA 'fullweb digital signage software'. it contains a slideshow mode which allows you to loop the contents of the videos in a directory or randomly.It can also control broadcasting...
View ArticleTroubleshooting • Re: Thermo camera as UVC Camera does not work PI4B 4gb
Nice detective work.A value of 2 would be UVC_QUIRK_PROBE_MINMAXYou can define that quirk permanently for the camera using an entry such as https://github.com/raspberrypi/linux/bl ... 2474-L2482, and...
View ArticleRaspberry Pi OS • Re: Netflix and youtube playback broken after chromium upgrade
Hi,turning off "Use graphics acceleration when available" enables video to to played. Why?Thanks for the help.GlennIt seemed to allow video playback for me when I tried but the issue seems to be...
View ArticleGeneral discussion • Re: Pleb GPIO
Apparently your searches overlooked the kernel itself.So leds-gpio couldn't provide the led handling you needed? After setting up the LEDS with device tree they can be driven using the LED sysfs...
View ArticleGraphics programming • Re: Freeze/memory corruption after 35-40 minutes of...
I didn't think we allowed USERPTR buffers as the hardware requires contiguous memory.I did find a glitch in the ISP driver the other day via https://github.com/raspberrypi/firmware/issues/1915. The...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
Not the “bumper” product announcement I was hoping for … anyway … source of reliable and fast enough SD cards is probably a good thing.https://www.raspberrypi.com/news/sd-cards-and-bumper/The bumper...
View ArticleTroubleshooting • Re: Pi5 Completely (permanent) locks up when CPU reaches 100%
This really does sound like a swapping problem.Statistics: Posted by jamesh — Mon Oct 07, 2024 8:12 am
View ArticleItaliano • Raspberry si spegne da solo e non riparte
Ciao a tutti,ho un Raspberry pi 5 con 8GB di Ram e Rapsberry OS 64bit installato e aggiornato.da poco più di una settimana ho notato che il raspberry si spegne da solo e se provo a riaccenderlo, il...
View ArticleCamera board • Re: rpicam-vid Encoding Halts After Several Hours Without...
Can I bump up this post and maybe get a comment from an engineer, please?This appears like a genuine issue.Thoughts?Statistics: Posted by jwainwright87 — Mon Oct 07, 2024 8:26 am
View ArticleSDK • Question about producer pool and consumer pool codes in USB sound card...
Hi,I am learning to understand the code inside pico-playground\apps\usb_sound_card.It has the struct variables producer pool and consumer pool, what is this distinction meaning?I have understanding...
View ArticleTroubleshooting • Re: Pi5 turns on then off
I bought a raspberry pi5 4gb, when I press the power on button, the top hat heatsink fan spins up, then green light comes on.Shortly after the light slowly flickers and dies and the system turns off....
View ArticleOther projects • Release 0.4.0 of "pigg" - The Raspberry Pi GPIO...
We have just published Release 0.4.0 (https://github.com/andrewdavidmackenzie ... /tag/0.4.0)of "pigg" (https://github.com/andrewdavidmackenzie/pigg), your "No-Code" way to control Raspberry Pi GPIO...
View ArticlePython • Re: Python Script keeps Exporting after Finally Statement
When I ran that, I got this:Code: File "main.py", line 11 print('you're very unlikely to ever see this') ^SyntaxError: invalid syntaxVery simple fixCode: print("you're very unlikely to ever see...
View ArticleTroubleshooting • Re: Negative output values for 3.3 v and 5 v sources on Rpi...
I think -3v3 on the 5v pin and -5v on the 3v3 pin is impossible if the board is still working. Can you provide a wiring diagram, and tell us on which pins you are measuring these voltages.Statistics:...
View ArticleCompute Module • Re: Secure Boot
The secure-boot provisioner uses OTP to store the device private key. It's fully open-source and under a permissive license if you want to inspect/modify it, raise issues or port it into other...
View ArticleTroubleshooting • Re: RPi 4 boatload missing?
What are you trying to achieve?That output show that you are already up to date.Statistics: Posted by kip_the_elder — Mon Oct 07, 2024 9:08 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: [Pi 4] Peripheral Extension Board
Many thanks all for the hints.The project is based on a flight controller (Ardupilot) and there are redundant sensors for safety reason that's why many interfaces are required.I was looking for...
View ArticleRaspberry Pi OS • terminal tool to grab specific wifi info.
On Raspbian bookworm, whats the terminal tool to grab network info like:* Wifi band used, 2.4 or 5GHz* Wifi channel used* Signal strenght* Static or DHCP* Ip addrsStatistics: Posted by DirectXNinja —...
View Article