General discussion • Re: Simple VPN needed
oes this meet your needs?https://www.raspberrypi.com/software/connect/Statistics: Posted by davidcoton — Sat Jun 29, 2024 2:24 pm
View ArticleHATs and other add-ons • Re: Is using a DC 12v 1.05A pc fan safe for my...
So would I have to cut the blue wire?Statistics: Posted by OmegaStar — Sat Jun 29, 2024 2:24 pm
View ArticleAutomation, sensing and robotics • Re: Robot kit for RPi 5 with AI module?
I had seen that post but it's rather generic and I would hate to be caught by a board using both PCI and GPIO TBH...It would be good if the manufacturers clearly stated what (if anything) they used...
View ArticleNetworking and servers • Re: Simple VPN needed
There is no Wayland issue. Just switch to X11. And the Pi3 doesn't do Wayland anyway.Thought you could manually switch over?But at some point it should become the standard (other Pi staff posts have...
View ArticleBeginners • Re: Change from headless RPi to a display?
There are a few posts on Windows having ssh issues with the same I/o error number.Would be interested to see if PuTTY https://putty.org/ works for you?First place on the Pi I would look is the...
View ArticleNetworking and servers • Re: Acess Rapsberry Pi with App without internet
Most modern smart phones can act as a WiFi hotspot including internet access.Many can provide internet over their USB port too.All Pi can act as a WiFi hotspot though some will need to have a USB WiFi...
View ArticlePython • Re: How to get Python to use a custom library path
If you talk about mutex, then I guess you want to modify the robot program to have the display code included. Perhaps you want to display some robot status on the display. Mutex are used to...
View ArticleTroubleshooting • Re: Web browser windows display only garbage on Bookworm...
Hi I solved the problem with option 2 =>https://forums.raspberrypi.com/viewtopi ... 6#p2151746/MatsStatistics: Posted by Mats_A — Sun Jun 30, 2024 1:58 pm
View ArticleTroubleshooting • Re: Using Pi as internet router
You should consider if you need a bridge or routing in this situation. Bridging is more error prone.If you want to bridge, both connections should be working separately. You will have then to deal...
View ArticleGeneral • Re: [CLOSED]How to measure the RPI 0w's temperature using the PI...
I see the thread is closed by the OP - not sure we actually helped with an answer did we?They are misled into thinking all they need is a computer, only need ask how to do it, that others will know...
View ArticleTroubleshooting • Re: Raspberry pi 5 voltage issues
Thank you all for your responses.First of all, I've measured the "out" of the voltage regulator and it's giving 5.1 V.I tried again to power my Pi with the battery fully charged and it booted. I also...
View ArticleGeneral discussion • Re: Cloudflare checks if I am a human - forever - on...
So I am accessing the forum from PC, that works. I cannot do this now using my RPi5. "Confirm that you are a human" - after checking the check square it waits several seconds displaying an animated...
View ArticleBeginners • Re: Raspberry Pi 4 Model B Boot/display Issue
There are some display troubleshooting tips herehttps://pip.raspberrypi.com/categories/ ... output.pdfStatistics: Posted by jamesh — Mon Jul 01, 2024 2:13 pm
View ArticleAdvanced users • Re: fanless temperature control
Older Pi running low cpu usage tasks will not need any sort of thermal control stuff. They won’t get hot.My Pi 3B is over 45C when idling and my Pi 4B 1GB is about the same.That may not be "hot" by...
View ArticleBeginners • Re: Extracting files from a tar.gz archive
KMahjongg seems to work fine on a pi 5 with wayland. That is what I am using.I used add/remove software to install it.Statistics: Posted by Craig1234 — Mon Jul 01, 2024 2:14 pm
View ArticleGeneral • Re: Looking for brave volunteers to test Pico development in a...
Hey everyone! I want to provide an update on couple of issues that came up while building pico-examples with the ETOOL Devcontainer1 - "ERROR: ELF contains memory contents for uninitialized memory at...
View ArticleGraphics, sound and multimedia • QT4.8 & KMS - no framebuffer without...
I am slowly switching PINN over from the firmware graphics driver to KMS to cater for the Pi5. So far it works when a monitor is attached to HDMI0.PINN uses Qt4.8 which relies on an environment...
View ArticleCamera board • HQ camera giving different crop dependent on framerate
if I use the following commandCode: rpicam-vid -t 5000 --width 1332 --height 990 --framerate 25 and change the framerate to 41 I get a different crop, any ideas why ?gt64bw@raspberrypi:~ $ rpicam-vid...
View ArticleRaspberry Pi OS • Re: Disabling pop-ups and notifications
You could perhaps consider using a Python program which uses PyGame to open the display in full-screen mode, use that to put whatever is to be displayed on the screen rather than 'feh'. There may be...
View ArticleAdvanced users • Industrial machine on rpi5
1: I have to make simple datalog which will have 4 columns, such as sr.no, date timestamp, results (ok/nok), remark. user will login on webpage, he will select "From" and "To" date & he will click...
View Article