Raspberry Pi OS • Re: Why SSH disabled by default in OS without desktop?
It's not nonsense, it's basic security measure, and required by the forthcoming EU Cyber Resiliency Act (CRA).I'm intrigued by this.I know that CRA requires systems to be secure by default (unless...
View ArticleGeneral • Re: Pico2 RP2350: can't use GPIO26/27 as uart
Neither of those projects use the new "UART_FUNCSEL_NUM(uart, gpio)" macro (https://github.com/raspberrypi/pico-sdk ... #L177-L183), so will only use the function 2 UARTs - the fix would be to replace...
View ArticleAutomation, sensing and robotics • Re: What is the recommended Message broker...
Thanks so much , this was most helpful ! I'm going to try it out !Statistics: Posted by Radhika_Deeto — Tue Apr 15, 2025 5:08 pm
View ArticleNetworking and servers • Re: How do I access OMV from a Raspberry Pi?
Probably the same way you'd access any other SMB share on a pi:On the desktop: open file manager then smb://server/shareFrom the command line: sudo mount -t cifs //server/share /mntTo automatically...
View ArticleMicroPython • MicroPython 1.25 released
https://github.com/micropython/micropython/releases/tag/v1.25.0Full list of added features and changes at that link but the highlights with respect to RP2 seem to me to be -fix USB sleep on RP2350...
View ArticlePython • Re: Arduino-Pi Weather Station issue
Bring up Copilot (or other AI things)Copy the code in, then say you got this error (copy error in) see what it says.Add () after keysso data.keys()Statistics: Posted by bensimmo — Tue Apr 15, 2025...
View ArticleGeneral discussion • Meteorological/ time lapse camera station
Hi all!I am a newbie to the RPI world and have decided to build a complicated meteorological station which also controls a dslr camera for time lapse photography. Apologies for what turned out to be a...
View ArticleAndroid • LineageOS Android 9 issue On Raspberry pi 3B+
Hi, i downloaded KonstaKANG's LineageOS 16.0 (Android 9) for the raspberry pi 3b+ and writed the image to my micro-SD but when I turn the raspberry pi 3b+ on nothing happens... No screen, just only a...
View ArticleTroubleshooting • Touchscreens inexplicably go black...
I have a deployment of a couple hundred raspberry pi devices that drive one of two different sizes of touchscreens connected to its HDMI port. Consider the deployment as a kind of kiosk setup, but...
View ArticleCompute Module • Re: RPI CM4 not booting on power up
I am very sorry if I sound rude, but is this an attempt to make CM4 IO board "the undocumented way"? Why not following the documentation - at least what comes to mandatory connections (or using a...
View ArticleAdvanced users • Asking for guidance on repairing a damaged RPi4
Hi there,when trying to attach a cable to the HDMI port on my RPi4 two to three small components were damaged on the unit. The device was turned off and since then I have not turned on the device. I...
View ArticlePython • Re: attempt to start Python in a virtual environment automatically...
Hello,I realize there may be a better way to do this, and if so, I want to learn it[shameless self promotion]Autostart with labwcRunning A Program At Start UP A Beginner's Guide[/shameless self...
View Article