General discussion • Re: Move Synology NAS Drives to Pi 5
For a Pi 5 with two magnetic disks, I would fit a small NVMe system disk then attach the two spinning rust devices as separate USB 3 disks so they can use the full speed of both USB 3 paths. An...
View ArticleBeginners • Re: A replacement for MotionEyeOS?
Later on a Pi3 test system running Buster 32-bit with a v2 camera module and motion 4.7.0 and motionEye 0.43.1b2, we capture a video on motion detection and copy it to a PC.That 640x480 mp4 video uses...
View ArticleNetworking and servers • Re: Rpi4b as a hostspot
You could try setting AP to 5GHz and check if it improves Code: sudo nmcli c modify "your hotspot name" 802-11-wireless.band aIn the meantime there is no option to set bandwith...
View ArticleGeneral discussion • Re: Browser oftren Hangs.
Use 64bitStatistics: Posted by rpiMike — Sun Dec 08, 2024 2:19 pm
View ArticlePython • Re: PulseAudio and Root User Headaches
.sh script itself:ps -e | grep pulsepidof pulseaudiocd /cd home/cam/shared/ST2/python3 st_ws.pycd /There is nothing in that script to start pulse audio or to delay starting your script until PA is...
View ArticleTroubleshooting • Pi3B won't boot on Bookworm (rainbow screen) but will boot...
Any idea why a Raspberry Pi 3B wouldn't boot Bookworm (rainbow screen & 7 LED flashes - kernel.img not found) but if I flash an old Stretch image to the same SD card it will boot just fine?This...
View ArticleRaspberry Pi OS • Re: Raspberryi card shows message
Where did you buy the RaspberryPi card with the OS pre-installed?Statistics: Posted by neilgl — Sun Dec 08, 2024 2:27 pm
View ArticleTroubleshooting • Re: Removing power supply unit: password is no longer accepted
Possibly the microSD card has gone into read-only mode to preserve its contents.Statistics: Posted by drgeoff — Sun Dec 08, 2024 2:28 pm
View ArticleTroubleshooting • Re: pyhthon script not booting up on raspberry pi 5 start up
The guide to all things startup (thanks thagrol) is here: viewtopic.php?t=314455What is your python script doing?Statistics: Posted by neilgl — Sun Dec 08, 2024 2:31 pm
View ArticleTroubleshooting • Re: Pi3B won't boot on Bookworm (rainbow screen) but will...
Are you using the 32-bit Bookworm ?Statistics: Posted by neilgl — Sun Dec 08, 2024 2:32 pm
View ArticleTroubleshooting • Re: Raspberry Pi 5 not displaying after bootloader.
The latest "bullseye" and "Bookworm" releases use the KMS video driver. The KMS driver seems less forgiving when the EDID data from the monitor is bad, nonexistant, or malformed.If you get no...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Capacitor encoder track??
Nice project links here:https://hackaday.com/2024/11/08/diy-dig ... easures-upStatistics: Posted by ame — Mon Dec 09, 2024 2:10 pm
View ArticleAutomation, sensing and robotics • Re: Solid Relay Open but connected LED...
I have the following 2 channel solid state relay.Solid State 2 Channel Relay Board.pngIs that an AC or DC relay?What's the voltage to trigger it?Where's the wiring diagram?Without that nobody can...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: [I2C][UART] interface with 5v modules
This is my I2C module which contains compass Another piece of undocumented stuff .. well, from what I read there it should use http://wiki.sunfounder.cc/images/7/72/Q ... et-1.0.pdf as the...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
There's no point including the ($5) CM5 Passive Cooler in that bundle, as it's incompatible with the CM5 IO Case; the lid literally won't close unless you remove either the Passive Cooler or the fan...
View ArticleNetworking and servers • Re: How to create signed SSL certificate with DS...
My RPi does have access to the internet.Then your only choice is a self-signed certificate that's local to your LAN only.https://en.wikipedia.org/wiki/Self-signed_certificateCode: # interactiveopenssl...
View ArticleOfficial Display • Re: labwc - VNC Resolution of 800 x 400
Yes screen blanking is disabled.UPDATE: After running it a bit more than 2 hours I didn't see that problem, screen scale kept its value as is described in Code: ~/.config/labwc/autostartMaybe an...
View ArticleGeneral discussion • Re: RPi5 Rev 1.0 SD-card doesn't work on Rev 1.1 board.
Make sure it's up to date by running (on older Pi5)Code: sudo apt update && sudo apt full-upgradebefore moving sdcard to new Pi5.Statistics: Posted by dom — Mon Dec 09, 2024 2:26 pm
View ArticleTroubleshooting • xdotool not working Pi5 Debian 12
I want to position specific programs on dual monitors using autostart on m y pi 5. I have installed xdotool but it doesn't seem to be getting any data (it doesn't output any errors at all)?for...
View ArticleOff topic discussion • Re: Falling for AI: My Experience with Twins AI and...
Spam.Statistics: Posted by jdb — Mon Dec 09, 2024 2:27 pm
View Article