Compute Module • Re: Camera unable to capture image on compute module 4 with...
I am using a Compute Module 4 with an external PCI connection. I have attached a USB camera to the PCI and am observing the issues mentioned above. I have also checked the kernel logs and other logs...
View ArticleTroubleshooting • Re: how to force rpi3 (Bookworm) to output 1080p?
Did you look in the mamual/documentation?https://www.raspberrypi.com/documentati ... d-rotationStatistics: Posted by bensimmo — Mon Oct 28, 2024 6:16 am
View ArticleMicroPython • Re: v1.24.0 released
Oh, the coprodis_command function (line 5656) looks utterly brutal. From:Code: https://github.com/raspberrypi/picotool/blob/master/main.cppThe regex while (true) loop has massive amounts of string...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: I2C1 stopped working, others act funny
Just a quick reflection on the schematic. Is it really 4.7 Ohms? Shouldn't it be like 4700 Ohms for the high level pullups? In other words, check the level converter, it might have fried if you really...
View ArticlePython • Re: Reading Photoresistor Values on LCD
Just look to your code how the temp and humidity sensor values are measured and placed on the LCD, and then do this similar with the photoresistor values.Or post your code here and perhaps someone...
View ArticleRaspberry Pi OS • Re: how to make apt (-install) work again for Stretch?
The chances of being compromised has to be a lot less then the millions of Android devices out there that have next to no support and an amazingly short update and security update cycle, are still...
View ArticleTroubleshooting • Opening GUI over SSH in Wayland/labwc
Hi all,I was doing some work with a Pi4B/Touchscreen with an older image, was able to use ```DISPLAY=:0``` before running a GUI script to have it displayed on the pi/touchscreen. I've updated the...
View ArticleGeneral discussion • Re: Pi 5 power issue on boot up
I seen online someone said that raspberry pi doesn't actually do the warranty. So how do I file it with micro center just call them and tell them the issue and go from there I guess?Statistics: Posted...
View ArticleGeneral discussion • Re: Raspberry Pi Zero 2 WH
It looks like the pre-soldered header version of the Raspberry Pi Zero 2 W has been quietly released. While I have always appreciated the flexibility of soldering just the GPIO buses I need for a...
View ArticleBeginners • RPi Paint App
Can anyone recommend a simple paint app for my Pi? Something along the line of MS-Paint, that can crop and annotate screenshots?I just spent a few hours trying to install Kolourpaint and got nothing...
View ArticleRaspberry Pi OS • Re: Pi5 NetworkManager
Similarly for me with a new installation of the October update - labwc doesn't offer Network Menu, but reverting to X11 does.....Edit - I used sudo raspi-config to change to X11. Then set up a...
View ArticleBeginners • Re: RPi Paint App
Code: sudo apt -y install drawingStatistics: Posted by kerry_s — Tue Oct 29, 2024 6:17 am
View ArticleAdvanced users • Re: NUMA Testing
Sure, here are comparison links:GB5: https://browser.geekbench.com/v5/cpu/co ... e=21923528GB6: https://browser.geekbench.com/v6/cpu/co ... ne=3448484Some hefty boosts there. Like:HTML5 Browser...
View ArticleRaspberry Pi OS • Re: LABWC and XWayland
For clarification. Everything worked on my Pi4 with Buster & Bullseye.But this involves a Pi5. Bookworm.I use Wayland as X11 caused problems with some other commercial software that I was using.I...
View ArticleMicroPython • Re: I want to use ky-013 for raspberry pie pico.
One last question. What is the temperature of the sensor when you are getting those readings (read: 48843 Temperature: 2.64975 °C)? Presumably it's ambient, so you are expecting to see about 20...
View ArticleDeutsch • Re: Pico W als VPN Lösung um mein Handy über das Hausnetz (Fritz)...
Du bist auf dem Holzweg Der Pico ist eim Microcontroller. Was du brauchst ist ein Raspberry Pi Zero 2 W.Statistics: Posted by smartifahrer — Tue Oct 29, 2024 7:00 am
View ArticleRaspberry Pi OS • Re: LABWC in latest update
How can I tell (preferably from command line) which Desktop is running?ps ax | grep labwc will show if labwc is runningps ax | grep wayfire will show if wayfire is runningIf neither of those is...
View ArticleCompute Module • Re: How I can use hdmei and composite video together
Multiple displays are fully integrated, including mixing HDMI, composite, DSI, and Display Parallel Interface (DPI), with up to six displays possible when using the Raspberry Pi 5, and three when...
View ArticleGeneral discussion • Re: Pi 4 USB 3 to a flat cable under the board
Google is yoir friend i.e https://www.amazon.de/NFHK-Stecker-Verl ... d_source=1Statistics: Posted by aBUGSworstnightmare — Wed Oct 30, 2024 5:53 am
View ArticleBeginners • Re: Safe Shutdown in power outage via UPS
The UPS you linked to does not have any kind of interface connection for any kind of monitoring (I just read the fine manual). Also, only the three sockets on one side are battery-backed. The other...
View Article