Python • Re: How to get Python to use a custom library path
You completely miss the point of what Python venvs are for.[. . . .] This has now gone WAY off topic. But hopefully it sheds some light on why some things are the way they are even if it's initially...
View ArticleAdvanced users • Re: Reading the RTC
You do realise that the RTC (or in fact most timers of this nature) counts in units of seconds, right? It's accurate but not precise.That statement is ABSOLUTELY FALSE !Even the old VAX@1/780 RTC...
View ArticleGeneral discussion • Re: Powering multiple RPi with 300W PSU
As for the enclosure, could I get away with fixing the PSU in a plastic electric junction box and have holes in it for vents?I think someone might have said:This type of supply MUST be enclosed, in a...
View ArticleTroubleshooting • Default login rejected when connecting via serial port
I'm trying to log on to the terminal in the RaspberryPi via USB-to-serial, but the Pi rejects the login credentials.There is some information here on how to do...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: SN65DSI84 based solution non-working...
That modified timing is working on CM4 as well - max dot clock of the panel is 84MHz, so no issues.Code: panel-timing {clock-frequency = <72310000>;hactive = <800>;vactive =...
View ArticleNetworking and servers • ECC for SSL Certificates
First, sorry, I am completely new to Raspberry Pi. So if what I ask doesn't make sense it's just because I'm in Raspberry Pi Kindergarten.I am using different hardware with WiFi capability as a client...
View ArticleTroubleshooting • Re: Raspberry Pi parts
My apologies. I appear to have gotten my parts of the camera mixed up. It’s NOT the CS Adapter ring. I have checked this ring again today and it’s not actually cracked. It did look cracked the first...
View ArticleTroubleshooting • Re: Has anyone really solved the old wifi dropping problem?
I have an official pi power supply. I will check that router setting you mentioned.I just ran a network analyzer on the pi and this is what it is showing...Statistics: Posted by HeneryH — Sat Jul 06,...
View ArticlePython • Re: Wait for app to open with Python
Hi, I have a python script that I'm trying to have wait until Audacity is open. But I've had no such luck with finding something that works. Does anyone know how to make my script wait until Audacity...
View ArticleBeginners • raspberry pi 4 larger case
hi chapsi have a raspberry pi 4 model b and i've just installed a pisugar to it but now it won't fit in the standard case, can anyone tell me if there is a larger case available that will accommodate...
View ArticleAutomation, sensing and robotics • Re: RPi 3 as burglar alarm control panel
Silver,Apologises for the pause in service, was off in Paris for the week...Burglar alarm systems normally work using a one or more simple serial wire circuits that operate in a daisy-chain though...
View ArticleDevice Tree • Re: How to select a device tree on the basis of GPIOs?
Coming back to this thread after doing some basic testing.Test environment:4BBookworm liteCiseco PiLITEr (small board with 8 LEds)Stock confing.tx with the following added at the end:Code: [all]# GPIO...
View ArticleGeneral discussion • Re: Need Better WiFi
sometimes it helps, sometimes not.not supported by my service provider, so disabled on the home network.Statistics: Posted by kerry_s — Sat Jul 06, 2024 2:57 pm
View ArticleHATs and other add-ons • Re: New Official AI Kit available now at $70
If we waited for everything that everyone wants we would never release anything.Has anyone ever suggested Raspberry Pi should do that ?I don't believe they have and it's not unreasonable to suggest a...
View ArticleGeneral • Re: Getting Started with Raspberry Pi Pico W
But don't you think that the sensor module that comes along with the Sensor takes care of it ?It seems it does. Unfortunately I, and it seems others, thought you were trying to interface the sensor...
View ArticleGeneral • Re: Web IDE for Pico! (C/C++ SDK)
You can also use this to develop on your own machine, if you have VS Code and Docker installed (Windows/Mac/Linux.) I can see why an on-line web-based IDE could be useful but I don't understand why...
View ArticleBeginners • Re: raspberry pi 4 larger case
Some larger cases here:https://thepihut.com/collections/raspberry-pi-4-casesStatistics: Posted by rpiMike — Sat Jul 06, 2024 3:49 pm
View ArticleGeneral • Re: DMA pacing timers clock source
One option is to use a DREQ from another peripheral such as PWM to pace the transfers, but it would be better not to require an external resource.Statistics: Posted by timchinowsky — Sat Jul 06, 2024...
View ArticleBeginners • Re: How to deactivate the red LED when Raspberry Pi 5 is shut down?
It has always seemed odd to me that the power supply light on the PI remains on when the unit is powered down.its harder to tell whats going on when its blinking between red and orange (red+green)Why...
View ArticleOff topic discussion • Re: RPi and Homesmart items disappeared after ISP change
Not really a Pi problem TBH.I would start with https://www.virginmedia.com/help and https://community.virginmedia.com/Gut feel - your router has client isolation turned on for the Wi-Fi stopping you...
View Article