Graphics, sound and multimedia • Re: Cannot connect Raspberry Pi 5 HDMI to...
Okay, now I'm using the software to get a stream of video from the gimbal, but I have a huge lag in the frame, I need to get it within 100-200 milliseconds.Statistics: Posted by nh001 — Wed Jul 02,...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi as PCIe expansion card
I was asking about other PCIe projects mostly to see if there was a HAT available which has the PCIe edge connector. If anybody has worked out the rest of the plumbing that would be neat too.Lots of...
View ArticlePython • error: externally-managed-environment
HiI am working on a project, where when I try to install the following:Code: pip install azure-iot-deviceI get the error shown below, can someone help me solve this issue?Code: error:...
View ArticleGeneral discussion • Re: Any plans for official Raspberry Pi HAT with...
10baseT1S and 10baseT1L are both very niche technologies, so it's the sort of thing that is left to third parties.There are existing evaluation boards for both.Microchip EVB-LAN8670-USB evaluation...
View ArticleFor sale • Re: Giving up on NAS
The M.2 HAT for Pi 5 is about $15. Or £50ish for a 512GB SSD as well. https://shop.pimoroni.com/products/rasp ... 0768616827Not really bank breaking stuff, and works out of the box.It is all about...
View ArticleHATs and other add-ons • GPIO IR emitter is not sending IR signal
Hello,I am trying to use my Pi 3A+ running Bookworm to send IR signals using a GPIO IR blaster (this one, specifically: https://www.aliexpress.com/item/1005007467513536.html). I also have the receiver...
View ArticleCamera board • Re: RPi5 with Legacy RPiCamera and OpenCV
Using start_x=1 on Pi4 enabled the deprecated legacy camera stack.That simply does not exist on Pi5, and is why it was deprecated in 2021 which was 2 years before the Pi5 was...
View ArticlePython • Re: error: externally-managed-environment
https://www.raspberrypi.com/documentati ... spberry-piStatistics: Posted by craigevil — Wed Jul 02, 2025 12:21 pm
View ArticleOfficial Display • Re: Can I brute force the Touch Display 2 to work with the...
So I didn't read the fine print before buying the Touch Display 2. I bought a zero 2W board to use as a writerdeck, thought the screen would work fine(it's raspberry brand, it should work) and i find...
View ArticleGraphics, sound and multimedia • Re: Midi, I2C, Pi 5 RP1 chip, which gpio lib???
According to this discussion, MIDI via a UART on a Pi 5 has been solved:https://discourse.zynthian.org/t/din-mi ... d/11602/27Maybe, if you are fully invested into the Zynthian V5.1 Ecosystem...It has...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: [RPI5] Can MIPI CSI2 receiver support...
V4L2 in mainline is still gaining full support for what they refer to as multiplexed streams, eg CSI2 with multiple data types per virtual channel, and/or multiple virtual channels.The downstream...
View ArticleCompute Module • Re: Implement hardware version specific operations in...
If you have spare accessible GPIOs you could use pull resistors/links and "[gpio<n>=<v>]" directives.I thought about that approach, and while it is great that EEPROM/Bootloader provides...
View Article