Raspberry Pi Connect • Re: Raspberry Pi Connect with machines on same LAN
You get a Web page with a list of all your devices you have setup RPi Connect with. You just click on connect and off you go with a new desktop window opening up. You can name them what you like...
View ArticleHATs and other add-ons • Re: Raspberry Pi w/ 24 switches & hat
It is a very basic art installation in which there are 24 switch based sensors (detecting doors opened or closed states)Just read thqt only first 8 gpio on raspi got internal pull resistors.So the...
View ArticleRaspberry Pi Connect • Sign in with your Raspberry Pi ID
I have always signed into the forums with my usernameI have an e-mail address listed in my profile If I try to sign in to both the forums and the new pi-connect with my e-mail address, it is not...
View ArticleGeneral discussion • Re: A3144 hall sensor vs reed switch
Why do you want to replace the reed switches? Do they not work?You could consider these, A1454 hall effect sensor:https://www.allegromicro.com/-/media/fi ... asheet.pdfYou could set them up with 64...
View ArticleGeneral • Raspberry Pi 5 setup for PICO/C development with VScode
Hi,I am struggeling to get to a working setup on a PI5.I am following the instructions from the https://datasheets.raspberrypi.com/pico ... 4wLjAuMA.. document. However it seems that two things are...
View ArticleGraphics, sound and multimedia • Re: Analog video was improved for RPi5 !!!!...
Quick question, what's the equivalent settings of 720x480 fake 240p, but for PAL?"kmsprint -m" will show all the standard modes (in not quite the same format as "cmode" but close). Assuming you want...
View ArticleGeneral • Re: outdoor delivery bin for parcels
Have you considered lobbying your politicians to take more tax from rich people and use it to fund social welfare schemes for the less well-off, thus removing some of the necessity for people to...
View ArticleGeneral discussion • Re: Power PI5 from USB charger
I am using a 5V DC-DC converter in a boat (converted from +/- 12-14V and I get low voltage all the time. My converter is capable of delivering 10A on 5V.But what about the wires between the converter...
View ArticleRaspberry Pi OS • Re: Bookworm 64bit - Disable all effects.
It might be worthwhile instead trying labwc which is currently in beta (and we're intending on moving to it in the next couple of months). You can do this by:Code: sudo apt updatesudo apt upgradesudo...
View ArticleRaspberry Pi OS • Re: Change XRDP resolution?
rpi connect has worked much appreciated. the error happened in vlc also so didnt try the browser option but thanks again anyway:)Statistics: Posted by sozo777 — Fri May 10, 2024 9:16 am
View ArticleRaspberry Pi Connect • Re: Other VNC no longer functioning
Could you also provide some details on your 'other VNC system'?My understanding is that RealVNC do not offer Wayland support on arm64 at this time, so if you were using that you might expect to find...
View ArticleGeneral discussion • Opal ax wifi repeater setting for connecting to pi5
In my basement my pi5 is not able to connect to my AP from main floor.I used GL.iNet GL-SFT1200 (Opal) as wifi repeater. But my pi sees and show repeater signal as strong but refused to connect to it....
View ArticleRaspberry Pi Connect • Re: Failiong to connect
Your problem is that you don't have the zwp_virtual_pointer_v1 Wayland extension.In your dump, it appears you've decided to use KDE in place of the Raspberry Pi Desktop, but you were perhaps not aware...
View ArticleGeneral discussion • Re: Current measurement of pi5 using multimeter
Do you need just the Pi 5 power usage or the real power usage?For measuring the real power usage, you need an AC meter to see the difference in the power going into the power supply when the DC usage...
View ArticleBeginners • Picamera / warm up time
Hi all, my PiCam class looks like this Code: class PiCam: def __init__(self): try: self.camera = picamera2.Picamera2() self.image = BytesIO() except Exception as error: raise Exception('Expected...
View ArticleRaspberry Pi Connect • Re: used raspi-config to switch to labwc but echo...
labwc is still in beta testing though it seems to have moved to a more open beta.You will need to install it first.So update the apt repositories.Thensudo apt install labwcStatistics: Posted by...
View ArticleMicroPython • Re: Trouble with lightsleep() and deepsleep() in MicroPython
For MicroPython on an RP2040 'deepsleep' is currently just a synonym for 'lightsleep'; behaviour will be the same and there is no additional current saving gained.It doesn't work for me with this...
View ArticleCamera board • Re: Switching HDR and non-HDR for Camera Module 3 in kernel...
Although I set the analog gain to 16.0, the footage seems dimmer using mode_hdr_regs with HDR disabled via register, compared to using mode_2x2binned_regs. Any reasons behind this? Thanks.Ah yes. We...
View ArticleBeginners • RPI for ATX PSU power status sense wiring question
Hello, I am looking to use a Pi Zero W as a sense device to see if my computer is on.I found a couple of mentions and projects but I wanted to clarify something about the wiring.Based off on...
View ArticleGeneral discussion • Re: pi camera with pi flash with ubuntu
hi i try to connect camera (5MP OV5647 WEBCAM 75 175 IR-CUT) with pi 4B that flsh with ubuntu 22.04i didnt understand why i cant get any data from the camera.i see that have some device at /dev/video0...
View Article