Troubleshooting • Re: Raspberry Pi 5 Screen Blanking
Turning off hotplug fixed it - I didn't think to try that as it worked fine under X.Thanks for the pointers!Statistics: Posted by intrinseca — Sun Jan 12, 2025 8:06 pm
View ArticleOfficial Display • Mistakes and Fun with Touch Displays
Display IssuesOverviewThe following is MY debugging journey connecting the Raspberry Pi official touchscreen to various Pi modules. I don't claim to be correct, nor have read the a vast number of...
View ArticleGeneral discussion • Re: Can the 27W power supply from a Rpi5 be used with a...
The Pi5 PSU does not work with the early revision 1.1 Pi4. It should work with revision 1.2 onwards though, the revision that has the USB-C PD fix. I believe the original Pi4 8GB was revision 1.4 so...
View ArticleNetworking and servers • Re: RPi3 Bullseye - how to configure subversion?
Background...So I can run the svn calls on the RPi3B and get the response I need if done on the command line.But in that process it displays a login dialogue where it asks for the user's...
View ArticleSDK • Re: [resolved] Run fails in Pico Extension on Windows, picotool driver...
The Getting Started with Pico said Windows should have no dependencies. But do I need a Zadig driver anyway?It does say that but I believe you do need the Zadiq driver or some other way to ensure...
View ArticleGeneral • Re: Some queestions about raspberry pi pico
Don't really understand since you didn't say what programming lanquage you are using.Are you using steps such as those detailed here for Python https://projects.raspberrypi.org/en/pro ... h-the-pico...
View ArticleSDK • Re: Raw SDK performance is worse than arduino-pico
Thanks all for your experiments, and I can also confirm that with copy_to_ram I am getting better performance from the SDK. I was not aware of it.P.S. Is that function AI generated ? It contains...
View ArticleGeneral discussion • ST7588 driver for python script raspberry pi
Hello all,Does anyone know a driver for ST7588 LCD displays compatible with python scripts for Raspberry pi?I know the u8g2 lib of driver works nice but for Arduino.ThksStatistics: Posted by bbd666 —...
View ArticleGeneral • Re: Solar tracker with pi pico
Hello,I want to create a single axis (east to west) solar tracker. But I'm not finding alot on the internet about it. I want to use two photo senors, motor and pi pico. Is that possible? And if so...
View ArticlePython • Re: Rpi5, pi3d, x11, uggg lol
Thank you for your response buddy. Unfortunately if you don't have the experience with PI 3D then I don't think you're going to be able to help me with this. At this point I'd be more than happy to...
View ArticleCamera board • Re: Capturing video at <15fps
Your code seems to work Ok here at both the 15 and 12fps FrameRates. (Admittedly with an RPi IMX219!) Is your picamera2 installation fully up to date?You could also try embedding the Framerate control...
View ArticleBeginners • Re: Is there any remote connection like RDP ?
It's a replacement for X11vnc which doesn't work on systems configured with the Wayland/labwc display manager. Yeah, OK. But, luckily, it's pretty easy to turn that Wayland stuff off,...
View ArticleTroubleshooting • Re: Raspberry Pi keeps rebooting
For one that reboots itself - what is it running?Statistics: Posted by neilgl — Mon Jan 13, 2025 8:36 pm
View ArticleTroubleshooting • Re: Raspberry Pi OS(64-bit) on RPi 5 libc-bin errors?
Working OK on Raspberry Pi OS 64-bit Bookworm - created using Imager on Win10 PCCode: pi@pi5-8GB:~ $ ldconfig --versionldconfig (Debian GLIBC 2.36-9+rpt2+deb12u9) 2.36Copyright (C) 2022 Free Software...
View ArticleAdvanced users • Re: GPIO headers on bottom, again
Slice the 40 pin header into pieces then remove each pin one-by-one, tidying up the holes afterwards is easy with a solder sucker.Try not to let the soldering iron tip touch any of the board's solder...
View ArticleTroubleshooting • Re: Wire ethernet not working on new PI 5 Bookworm installs
Has your router got a list of allowed MAC addresses, to which the Pi has not been NOT added?Statistics: Posted by neilgl — Mon Jan 13, 2025 8:48 pm
View ArticleJava • Re: Pi4J does not work correctly with PI5 in a Java project
Yes we get a lot of posts about those 5V relay modules...Statistics: Posted by neilgl — Mon Jan 13, 2025 8:50 pm
View ArticleBeginners • Re: Can I connect to my laptop screen to see the Pi's console...
Do they work with RaspiOS? Are they supported? No, I didn't think so.Presumably, the idea is to run the USB capture device on the Windows PC, and run the HDMI output of the Pi into the HDMI input of...
View ArticleGeneral discussion • Re: The best SD Card for Raspberry Pi 5?
There are no Samsung cards that implement A2 properly. The quirk for 2023 dated cards is obsolete as there's now (in rpi-update, and soon apt) a global filter on everything but known-good cards,...
View ArticleGeneral discussion • Re: pi5 NVME takes 90 seconds to boot
I recommend that you don't use a WD NVMe drive. Multiple versions have had issues reported.Statistics: Posted by jdb — Tue Jan 14, 2025 8:04 pm
View Article