Troubleshooting • Re: Starting Freerdp via .Desktop File and LXDE behaves...
Could you provide me with some information or help on that problem?Could you provide us with some more information about your system. As it is it's unlikely we'll be able to help and anyone who claims...
View ArticleTroubleshooting • Re: Pi 5 NVMe Boot Issue
Eventually, I could fix the problem. I did the following steps:1- flash a sd card with the RPi os.2- boot the RPi 5 with the sd card a couple of times until it settles all the configuration. set...
View ArticleOther RP2040 boards • Re: A new commercial/hobbyist PICO and NANO suggestion.
However "1GHz cores" might be on the cards with whatever RP235X proves to be. The current RP2040 can be over-clocked to 400MHz and beyond, which is almost halfway there.Not likely on 40nm...
View ArticleTroubleshooting • Re: AltGr (Screen Grab) not working in Rasperry Pi 4
on raspberry they use the super/win key + left mouse buttonStatistics: Posted by kerry_s — Wed May 29, 2024 9:39 pm
View ArticleGeneral discussion • Re: Send IR Command LIRC
I tried to frame with the camera but I don't see anything, but if I connect an oscilloscope I can see the train of pulses it generates when I send the command. I did another test by connecting a...
View ArticleMedia centres • PiZero2W, Buster Lite
Looking for some help. I have a very good installation of myMPD using the above with an I2C audio hat. I am looking to repeat the operation using the headless PiZero2W and only an inexpensive...
View ArticleRaspberry Pi Connect • Copy and paste instructions
Sorry if this sound really dumb and newbieish but how does copy and paste work? I would like to copy a command from my windows machine to a terminal on my pi but I can't figure out how copy and paste...
View ArticleTroubleshooting • Help with image not showing image pi3b+
Hi,I have an arcade image that i have been using on rasp pi 3 model b+. Ive done a few and each time thr image loads and works with no issue.Lately i bought a pi from a different souce..it was the...
View ArticleOff 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 • Lecroy HDO6104 oscilloscope with pyvisa
Hi I am trying to connect Lecroy HDO6104 oscilloscope with pyvisa in Raspberry pi 4B. When I do the query the output shows the resource name properly. I have connected the oscilloscope over usb.But...
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 Article