HATs and other add-ons • Re: Futureproof NVMe boot?
Fair point re: performance @thagrol. But It would be a neater* (and pricier) solution than my current Pi v3 + USB SSD.Looks like the bottleneck in my current solution is USB2 rather than the (wired...
View ArticlePython • Re: How to get Python to use a custom library path
Modify PYTHONPATH at whatever level you need, user profile or system.Same thing as modifying your user's PATH or at the system level.Statistics: Posted by memjr — Sun Jun 30, 2024 12:52 pm
View ArticleSDK • Re: Determine CPU core
That doesn't however resolve the issue of knowing when documentation has been updated or what has been changed.... your only option is to download the pdf every day and compare it by handYou can...
View ArticleRaspberry Pi Desktop for PC and Mac • Re: Error when updating
Does your PC or Mac have a fully-working, unfiltered, Internet Connection?I have seen similar errors when connecting via proxy servers or firewalls that block 'unusual' file types such as...
View ArticleTroubleshooting • Re: Very slow and Browser issues
The Pi 1B+ is around 12 years old. It has a single 32-bit ARM CPU running at 700MHz and 512MB of memory. Compare that to the Pi 5 with four 64-bit ARM CPUs running at up to 3000MHz and 4096MB or...
View ArticleTroubleshooting • Re: Headless Raspberry Pi 4B WAN change
Hello Team,I'm not able to make my Raspberry Pi 4B connect to new WiFi network. It is always using the first WiFi details entered during OS install.I tried changing the details of...
View ArticleTroubleshooting • Re: BU-353N5, gpsmon cannot get location (lat+lon), cgps...
what does 'lsusb' show?Cold fix of a GPS module usually takes several minutes (warm fix several seconds).you seem to be able to communicate with the module. As you don't get a fix place the receiver...
View ArticleOther projects • Re: Precision timing using custom oscilator on RB Pi 5
The solution in the video can hold an accurate enough time signal even if no GPS is available, and catches up as soon as GPS becomes available again.That is what should happen anyway. When your NTP...
View ArticleCamera board • Re: grabbing warning given by the picamera2() commands
Hi, I wonder if this kind of idiom might help. Instead of "array = picam2.capture_array()" (which might wait forever) you could try:Code: job = picam2.capture_array(wait=False)# Either now, or at any...
View ArticleTroubleshooting • Re: Low voltage warning Please check your power supply
What are you booting from and what else is connected (when you have disconnected the HATS).when the HATs are not connected I have a keyboard, mouse, and monitor (and a WLAN cable). I'm booting from a...
View ArticleTroubleshooting • Re: White Display
Product support has been useless.Keep sending me round in circles.How do I return it?Statistics: Posted by barry169 — Mon Jul 01, 2024 12:38 pm
View ArticlePython • Re: Python and FTP not working
My worked example was run on an RPi[5]-4G board under the control of 64-bit RaspiOS Bookworm, which uses Python 3.11 as its default Python interpreter.I dived right in having no experience of...
View ArticleRaspberry Pi Connect • Re: Operation without internet?
This isn't something we support today - but as is pointed out above, if you're on the same network that does not have internet connectivity, you can use pre-Connect solutions like VNC.I was under the...
View ArticleTroubleshooting • Re: Raspberry Pi 5 not connecting to my 4k Monitor? First...
e.g: video=HDMI-A-1:3840x2160M@60D instead?Statistics: Posted by BurntRibena — Tue Jul 02, 2024 12:48 pm
View ArticleOther projects • Re: What GPS tracker?
I guess you won't be wanting anything based on a Pi, or Pi Pico, so why ask here?Well, I receive and process the GPS-data on a raspberry pi... And, most GPS trackers I have found works by sending a...
View ArticleTroubleshooting • Re: KMS driver shifting 3 pixels to the right on DSI displays
Just to confirm:On my RPi 4B, running 6.6.31 (I did install the available update), on my Official 7 Inch displayThis test looks perfect:Code: kmstest -c 2 -r 27777000,800/58/2/45/-,480/6/2/22/-Thanks...
View ArticleAdvanced users • Re: raspi-config camera missing
What were you expecting?Statistics: Posted by PhilE — Tue Jul 02, 2024 12:54 pm
View ArticleBeginners • Re: TV LCD NO CONNECTION
When i start now appears the emulation station, everything works fine. In emulation station you can pick arcade, mega drive, gameboy and pick a game. And i have "PORTS" its like what i mentioned...
View ArticleBeginners • Re: fswebcam install failure
Many thanks DirkS!Since the boot image was written back in 2019 and you suggest support has been deprecated that could well explain the issue. The RPi3 has been boxed up since then and I truly didn't...
View ArticleBeginners • FTP on Pi
I'm trying to get FTP working on my Raspberry Pi 5 with latest OS (fresh install). After starting with the basics of basics I discovered an issue.When I type ftp.nluug.nl in Chromium I immediately get...
View Article