Off topic discussion • Re: What's with the CloudFlare nonsense?
It seems to help if you move the mouse a lot while it is "verifying". I think its logic is that robots don't move the mouse.Edit: Tricky - how you make your spam link in your post so tiny that people...
View ArticleBeginners • Re: raspberry pi zero 2 drops SSH and VNC session after a few...
Also be aware that VNC memory requirements are directly related to the graphics resolution you are attempting to use (e.g. W x H x ColorDepth). So if you are trying to run VNC at a resolution like...
View ArticleRaspberry Pi Connect • Re: Copy and paste instructions
Try ctrl-shift-v for the paste.Statistics: Posted by pidd — Wed May 29, 2024 11:19 pm
View ArticleOther projects • Powering pi5 with single cell vs multi-cell lipo
Hi, I am building and designing a power HAT for my Raspberry Pi 5, which will be installed inside a car. It will function as a satnav, ham radio programming computer, GPS tracker, and dashcam...
View ArticleBeginners • Re: RASPBERRY PI MODEL B ADD POWER SWITCH
While `sudo shutdown -h now` works (by virtue of support in systemd), the actual shutdown command is:Code: sudo systemctl poweroffTo reboot, just change poweroff to reboot. On Pi models that use...
View ArticleGeneral discussion • RTSP recording
I have several surveillance cameras that support RTSP (Real-Time Streaming Protocol).Is there any way to record to a hard drive attached to a Raspberry Pi?ThanksStatistics: Posted by ChibitulSmecher —...
View ArticleRaspberry Pi OS • Re: Upgrade your operating system to a new major version
3) Although it is theoretically possible to upgrade in place, it is dangerous and will likely end in pain if you don't know exactly what you are doing (and why). Advice-givers on the forum will always...
View ArticleOfficial Display • Re: Back protection cover?
You could cut a simple piece of plastic and mount it on four standoffs. You could also cut holes in it to allow access to the GPIO pins and DSI connector.Statistics: Posted by ame — Thu May 30, 2024...
View ArticleTroubleshooting • Re: [Semi-Repaired] 'sudo apt install git-all' trashed my...
Note that Windows used to have (may still have - I haven't checked in many a moon) the concept of protected files - files you can't delete because they are key to the OS and it just wouldn't ever make...
View ArticleGeneral discussion • Re: Lecroy HDO6104 oscilloscope with pyvisa
https://github.com/pyvisa/pyvisa-py/issuesStatistics: Posted by memjr — Fri May 31, 2024 12:32 am
View ArticleTroubleshooting • Re: bullseye nano not binding arrow
Thx for the suggestions so far. But keep in mind that the arrows work perfectly for all other Raspberry Pis BEFORE version 4. I can literally open 2 Putty sessions - one from the Raspberry Pi 4 and...
View ArticleTroubleshooting • Re: Pi 5 with latest Pi OS desktop. NVMe SSD in RTL9210 USB...
Some experiments with boot up. I was going to use the Pi to copy all the files from a full 2 TB SSD to an empty 4 TB magnetic disk. When both disks were in before switching on the Pi, the magnetic...
View ArticleTroubleshooting • Re: Raspberry pi 400 has dark screen after boot.
we tried to boot up without SD card, screen still doesn't show anything.Statistics: Posted by ciciewang — Fri May 31, 2024 1:08 am
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
I can't be the only person considering bricking this Pi 5 and ordering a 4?Why? plenty of use cases for Pi5, I use it as a Desktop PC, much better than the Pi4.$6 USB sound dongle worked out of...
View ArticleAdvanced users • Re: custom image for RaspberryPi 5
Nice to know Buildroot can build Pi5 images now.Statistics: Posted by Gavinmc42 — Fri May 31, 2024 1:28 am
View ArticleCamera board • Re: How do I control Pin 12 on the camera bus?
Which Pi are you using? As none of the camera modules since v1 have had an LED, the GPIO driving that line has been dropped from Pi4, Pi02W, and CM4IO.Due to this there is no configuration defined in...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Connecting single relay to trigger
http://www.hiletgo.com/ProductDetail/1958599.htmlThis is the product page from the manufacturer.I bought it on Amazon though. Just a basic Chinese 5V relay.Statistics: Posted by testing8 — Fri May 31,...
View ArticleCamera board • Re: Libcamera+rpicam install error: ERROR: rpicam-apps...
Hello,I'm in a similar situation where no other workarounds have worked for me. Could you let me know what commands you ran to restore dkms. I tried simply "apt-get install dkms" and it did not solve...
View ArticleAutomation, sensing and robotics • Reliable Tilt Switch
Hello,Working on a raspi project with a tilt switch.Need a simple on/off switch for when the project is tilted past about 45 degrees. (Only in one direction)Will power the NC or NO switch off of the...
View ArticleHATs and other add-ons • Re: Longer Flexcables for the M.2 HAT+
i got the x1001 and grabbed a set of extra from amazonhttps://www.amazon.com/gp/product/B0CXC ... UTF8&psc=1Those aren't suitable for OP. The Raspberry Pi M.2 HAT needs an opposite-side contacts...
View Article