HATs and other add-ons • Re: Hardware Help
several discussions on the forum on that topic i.e. viewtopic.php?p=2262052&hilit=GPIO+AI#p2228989Statistics: Posted by aBUGSworstnightmare — Tue Nov 26, 2024 12:42 pm
View ArticleOfficial Display • Re: Display 2 + Raspberry Pi 5 strange behaviour
That's not one I've seen.Does the band move as you change your highlighted area?I was thinking that could be a power issue causing bleed along a line, however that is down the screen as it is natively...
View ArticleNetworking and servers • Re: RPi5 as WiFi Hotspot Max. Speed
I'm confused. Having a R Pi 5 with Bookworm I get:Code: rpi@rpi5:~ $ iwlist wlan0 bitratewlan0 unknown bit-rate information.Strangely mine says that but also gives an answer!!!!Code: $ iwlist wlan0...
View ArticleBeginners • Re: Raspberry Pi USB 3 Hub - some questions
1. Can't remember what was said, sorry, I would assume not as that's not particularly a good thing for normal setups.i want to use pi 02w with single connection i will connect hub to raspberry pi and...
View ArticleBeginners • Re: Power Supply advice for Pi5
I believe HDMI 2 spec allows for 300ma power on the 5V, but not intended to power downstream devices. I think the main use for it is to power active cables with extenders to drive a signal over longer...
View ArticleBeginners • Re: Help with Using Multi Digital Microphones with Raspberry Pi 5
You can't wire digital microphones in parallel like that into PCM_IN. You need a multiplexing device, or better still a device with lots of separate I2S inputs.Statistics: Posted by MikeDB — Tue Nov...
View ArticleRaspberry Pi OS • Re: Best way to disable WiFi Power Save?
One way is to create a file (using sudo) in /etc/NetworkManager/conf.d with the file type ".conf" e.g., powersave.conf, with the contentsCode: wifi.powersave=offMake the file protection 600 and...
View ArticleTroubleshooting • Re: Raspberry Pi 5 Temperature Troubleshooting
Wireless or ethernet?If wireless USB3 can interfere with it, I use ferrite clamps on USB3 leads which near enough stops the problem.Always run on Ethernet, would never run anything like that on...
View ArticleGeneral discussion • Raspberry Pi 5 Crashes When Running FFmpeg for Jellyfin...
Hello Raspberry Pi Community,I'm encountering a persistent issue with my Raspberry Pi 5 running Debian Bookworm. I’ve installed FFmpeg and set up the Jellyfin server to stream movies. However,...
View ArticleCompute Module • Re: CAM1 not working on a custom board with a CM4
i2c-10 would normally be on GPIOs 44&45.Prove your wiring by attaching an oscilloscope to those 2 GPIOs, and using "pinctrl set 44,45 op dh", and "pinctrl set 44,45 op dl" to set it high and low...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.12
After the reboot, the XRDP browser rendering errors are still thereLikely because this issue is in user code rather than kernel code.Statistics: Posted by dom — Wed Nov 27, 2024 12:41 pm
View ArticleRaspberry Pi OS • Re: Where to make requests for Raspberry PI OS?
RemovedStatistics: Posted by gordon77 — Wed Nov 27, 2024 12:41 pm
View ArticleCompute Module • Re: CM5 in CM4 boards - USB 3.0 from CAM0/DISP0?
The CM5 IO board design files are available so I would check those out.Statistics: Posted by jamesh — Wed Nov 27, 2024 12:45 pm
View ArticleTroubleshooting • Re: 512 GB card is too small for 477 GB image
Congratulations. You've just found that not all SD cards of the same size have the same capacity. Not even ones of the same brand/model. (Note the small print on the listed capacity!).It's pot luck if...
View ArticleBeginners • Re: Connectors for power through GPIO
You should use both connectors for 5V as a typ 2.54mm pinheader is rated for 3A.--> 2 leads for Ground as well!You will most likely not be able to crimp an AWG16 to a DupontWell, no matter how many...
View ArticleAdvanced users • Re: Qbittorrent V4.5.2
From the linked article: https://www.sharpsec.run/rce-vulnerabil ... ittorrent/If you are running Windows ...The behaviour does not appear to be replicated for other OS variants ...AFAICT, the bug...
View ArticleNetworking and servers • Re: Definitive Guide for Rpi 5 AP-STA mode?
The recipe I'm currently using for AP+STA in MoodleBox appliance is documented here: https://github.com/moodlebox/moodlebox- ... dlebox.pdf (see section 3).It works on RPi models 3B, 3B+, 4,...
View ArticleGraphics programming • 7" Display 2 and rotating content using DRM
Hey.I've ported my software to use DRM to draw content on the 7" display. Right now I'm getting its 'preferred mode' property (It's a portrait 720x1280 mode), apply that transposed to the main VC4 DRM...
View ArticleTroubleshooting • Kiosk mode - continue to site warning
I've set up my Raspberry PI in Kiosk mode ..... but on boot up it now starts with a "continue to site" warning for Chrome. Is there any way to bypass this? ThanksStatistics: Posted by guynok — Thu Nov...
View ArticleTroubleshooting • Re: Fried Pi?
1) It is almost certainly the case that the Pi itself is fine. But the software (OS) on the SD card may have gotten corrupted. Best advice is to get a different SD card, install a new system. Boot the...
View Article