Troubleshooting • Re: Disable low voltage popup in Raspbian (Pi 5)
I recall the low-voltage warning is set at about 4.6V for the 5V rail, though the exact point varies by product and revision and of course the manufacturing tolerances of the monitoring chip.The SoC,...
View ArticleTroubleshooting • Re: Raspi5 fails to pip-install PyQt5 in a Python-Venv
I install a venv with system packages like this:Code: mkdir my_projectcd my_projectpython -m venv --system-site-packages envsource env/bin/activateStatistics: Posted by neilgl — Sat Aug 10, 2024 7:25 pm
View ArticlePython • Re: How much can I ask a Raspberry pi4b to do?
Can you post a picture of the pi with the devices attached so we can see if there is a wiring issue?(use Attachments to Add file)Statistics: Posted by neilgl — Sat Aug 10, 2024 7:28 pm
View ArticleTroubleshooting • Re: Wifi not working in headless installation (Pi 0W)
OK, when using Imager, did you set the "OS Customisation" settings to use yor WiFi details?Statistics: Posted by neilgl — Sat Aug 10, 2024 7:36 pm
View ArticleBeginners • Re: How can I drive a vibrating motor by GPIO?
Try three connections:pi 3V3 to controller board Vccpi GND to controller board GNDpi GPIO18 to controller board EN (enable)Then without writng any .NET code or python code, start a Terminal on the pi...
View ArticleTroubleshooting • Re: RPi 5 mounting error of portable SSD: Filesystem type...
Hi Thagrol,No, all are standard RPi OS kernels, with correct checksum after the download.After doing a cross-check, by - putting the SD-card with the 6.6.42-v8-16k+ image from the faulty RPi 5 into...
View ArticleOther projects • Re: A Birthday Present for Fido
As soon as shifting houses is out of panic mode, my plan is to surprise the dog developer with a Pi 5 NAS enclosed in ceramic tile.viewtopic.php?p=2237589#p2237589see...
View ArticleBeginners • Re: Online Editor
FYI Pico runs off firmware and not an OS like the other RPIs. Thonny supports uPython but you can’t use a debugger.Statistics: Posted by DS256 — Sat Aug 10, 2024 8:28 pm
View ArticleCamera board • Getting started with RTSP Stream on bookworm
I have an RPi Zero 2 W with Raspberry Pi OS Lite (Bookworm) installed and an RPi Camera v2.1 connected. I'm simply trying to get it configured to stream RTSP.I tried the instructions offered here:...
View ArticleRaspberry Pi OS • Re: VNC on Raspberry Pi 5
Just curious.. I'm able to load VNC Server on RPI 5, but it won't start under Wayland. Did you get yours to somehow start the Server function under Wayland? I switched to X11 and it came right up....
View ArticleGeneral • Re: Hazard3
I see Hazard3 supports some single instruction atomic read-modify-write operations, such as AMOSWAP.W and AMOADD.W. I think Cortex-M33 lacks the corresponding ARM instructions (which were added in ARM...
View ArticleTroubleshooting • Re: Raspberry Pi 5 and USB Camera
Is it slow because there is a lot of CV2 processing in each frame?Statistics: Posted by neilgl — Sat Aug 10, 2024 8:56 pm
View ArticleGeneral discussion • Re: RP2350 and Pico 2 released!
I’m pretty sure quite a few people who frequent this forum are old enough to remember running C/Pascal/FORTRAN/etc compilers on much smaller, slower, machines than a pico 2. Good grief, Atari STs,...
View ArticleGraphics, sound and multimedia • Re: Adding a SCART/RGB input to RPi5
Thank you all so much for the help.I very much doubt a simple ADC will be enough. At least one of those video signals will have line and frame sync signals that will need to be extracted and...
View ArticleOff topic discussion • Re: Is it possible to use two of the four charge cells?
Yes, you can use two of the four charge cells if the rules or the specific game setup allow for it. Typically, you need to check the game's guidelines to see if using multiple charge cells at once is...
View ArticleBeginners • Re: Upgrading Pi 4 B to Pi 5
Bookworm is in beta so maybe bullseye would work.Bookworm is the current recommended and supported release of RasPiOS. An RPi[5] board requires RasPiOS Bookworm. It will not boot from RasPiOS...
View ArticleHATs and other add-ons • Re: Does Pi 5 Official Active Cooler affect the WiFi?
I haven't noticed any issues. The antenna is clear.Statistics: Posted by rabialbe — Sun Aug 11, 2024 8:22 pm
View ArticleCompute Module • LAN7500 force gigabit connection
After long break I continuing this topic: viewtopic.php?p=2181765&hilit=LAN7500#p2181765I have a LAN7500 evaluation board connected to a Raspberry Pi 4 Compute Module (official IO board). To check...
View ArticleUser groups and events • Re: Bootcamp Humanoid Robot
Absolutely, you’ve summarized it perfectly! Using two of the four charge cells is indeed possible if the game rules or specific setup allow it. It’s always a good idea to consult the game’s official...
View ArticleBeginners • PI OS imaging
I imaged the PI OS 64-bit onto a flash drive, not directly onto the micro SD card. After reading some resources and watching videos, apparently the OS is supposed to boot right away? Because it...
View Article