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 ArticleTroubleshooting • Re: bullseye nano not binding arrow
also check sudo raspi-config -> localization optionsBecause the arrows work opposite in the southern hemisphere?Statistics: Posted by jojopi — Thu May 30, 2024 10:00 pm
View ArticleBeginners • Re: Home control questions
Install structured wiring in the house, with several drops of Cat6 or whatever cable running back to the comms cupboard. Don't forget to run cables under the eaves for cameras and other outdoor...
View ArticleOther projects • Re: Custom Key pad
so after some testing, retesting, re checking and trying to get the pin.pull_up to work I have still been getting 0's across all the d's until I jiggled the board on the bread board, where I saw 1's...
View ArticleAutomation, sensing and robotics • Re: Utilizing GPIO with VLC Media player
A simple example with no error checking that runs OK on my Pi4 running Bookworm 64-bit Code: from gpiozero import Buttonfrom signal import pauseimport subprocessdef playvid():...
View ArticleTroubleshooting • Re: Pi will not connect to Internet through Wifi or Ethernet
...I have done a lot of fresh installs of the os. I used the imagery installer and configured it so that I can ssh into it and allow it to connect via wifi. I also have a adapter to allow Ethernet...
View ArticlePython • Re: Motor Control RASP 3B
Again, what sort of motor is it? (servo, stepper, DC, other)Have you looked at motor control in gpiozero https://gpiozero.readthedocs.io/en/stab ... tml#motorsStatistics: Posted by neilgl — Thu May...
View ArticleAdvanced users • Re: custom image for RaspberryPi 5
Thanks. Putting in config.txtCode: kernel=Imagesolved the problem.Statistics: Posted by raspi_ytl — Thu May 30, 2024 10:59 pm
View ArticleTroubleshooting • Re: CANNOT SSH INTO PI 3
Which OS and ssh client are you using?By IP address or hostname?Are you 101% certain you're connecting to the correct device?Statistics: Posted by thagrol — Thu May 30, 2024 11:14 pm
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 ArticleRaspberry Pi OS • Re: No stable kernel release - how to fix this?
OK this sounds advanced. Which version. And would it only work once? I want to get the latest package manager provided updates automatically…Statistics: Posted by e-raser — Fri May 31, 2024 10:55 pm
View ArticleHATs and other add-ons • Re: Longer Flexcables for the M.2 HAT+
Thanks for the great input, folks!I figured since it was FFC roputing NVME distance might be limited.Statistics: Posted by thismarty — Fri May 31, 2024 11:07 pm
View ArticleHATs and other add-ons • GPIO Extender for RPi5
Hi, All.I have a GPIO HAT that I would like to sit *next to* it's RPi5 - rather than mount atop it as per usual - due to space restrictions.Is the solution to simply connect the HAT to the RPi5 using...
View Article