General 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 ArticleMicroPython • Re: Can't install Micropython on Thonny for Pico 2 - Noob here
MacOS: Thonny correctly finds the Pico without any need to mess around with serial ports and this has been so for a few years nowFor me, on an M2 Mac Mini running latest everything, the system can't...
View ArticleHATs and other add-ons • Re: SSD Not Appearing
Honestly speaking I've never heard of your NVMe brand in my part of the world ...Try adding below to cmdline.txt (add it to the beginning, it's a single line only!).Code:...
View ArticleAutomation, sensing and robotics • Re: Leviton D215S Control
Not exactly the solution you are looking for, but using MQTT enabled switches could be a solution.- Switch your load with a power plug https://www.shelly.com/de/products/shelly-plug-s-gen3 or...
View ArticleRaspberry Pi 400 and 500 • Re: Bluetooth Full Fidelity Playback BT issue
Try deleting the profile and re-adding it. That's what I had to do to get a BT speaker to work on my Pi 500.Statistics: Posted by Kooshoveride — Sun Jan 12, 2025 9:00 pm
View ArticleWanted • Re: Advice Needed: TP-Link USB WiFi Adapter for Raspberry Pi 4
I have a D-link DWA-181 (AC1300). With Pi 4 and latest Raspberry Pi OS (Bookworm), it is actually plug-and-play. I did turn off the on-board wifi (by putting 'blacklist brcmfmac' and 'blacklist...
View ArticleTroubleshooting • PI5 built in WiFi connection drops from 433mbps to 24mbps...
I just got a micro HDMI cable in the mail, I have been mostly using my pi5 via VNC. I was thinking about buying one of those small 8inch 4:3 screens for it, right now it is plugged in to a 4k TV. The...
View ArticleRaspberry Pi OS • Re: using Windows 10 Pro and Raspberry Pi Imager, when I...
For one thing (and this is actually relevant to this thread and to this OP), I think current RaspiOS releases go with "Wayland" for Pi4 or later, but just use normal X for earlier models.This was...
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.No. Probably not.I'm tired of getting hung...
View ArticleGeneral discussion • RPi Monitor audio volume, where can I adjust?
I just connected my new RPi Monitor with built-in speakers, and it works fine concerning the image.But the audio is very low volume!I have set all volume controls I can find to max and the sound is...
View ArticleBeginners • Re: Why is .config owned by root by default?
What does your service file look like?This was my service file on my steam deck system:Code: [Unit]Description=cloudflare-ddnsAfter=network.targetWants=network-online.target...
View ArticlePython • Re: RFID-RC522,with PI5
Hey, could you explain what your issue was and what the solution was? How did you get the RC522 to work on the Pi5 without the support of RPI.GPIO?Statistics: Posted by 00Lime — Mon Jan 13, 2025 9:28 pm
View ArticleTroubleshooting • Re: Pi5 HDMI port one seems to be switched off.
Thank you for the link. Well, my eeprom is now updated to the latest version, and reset to defaults, but my second screen, which is what ever is plugged into HDMI A 1 by whichever cable remains...
View ArticleAdvanced users • Re: No video output after POE+ssd HAT
Thank you for the help! I post only to update and close. I was able to pass the "fatal firmware error" with recovery firmware procedure.The led error code changed in 3|4 (RP1 not found), so after a...
View ArticleCamera board • Re: Capturing video at <15fps
my Picamera2 version is 3.16 currently, I will try updating.I attempted to run the code you shared and got the same result (segmentation fault).Statistics: Posted by andrewSeeweed — Mon Jan 13, 2025...
View Article