Advanced users • Re: Seeking clever ideas: applying git changes to a...
Given that the product announcement (or was it the beta announcement) involved server locations, and didn't say anything about manually configuring routers and dynamic DNS I image the remote Pi uses...
View ArticleAdvanced users • Re: unused files in /usr/lib/modules/
What happens when you run sudo apt autoremove?Statistics: Posted by DougieLawson — Sun Sep 08, 2024 8:35 pm
View ArticleBeginners • Re: I have 3 A charger block and 2.4 A cable. Can I use it to run...
While the detailed power figures for a Pi5 have not yet made it into the documentation, a Pi5 without peripherals is unlikely to exceed 2A. Your 2A4 cable might be marginal due to voltage drop, but a...
View ArticleMedia centres • Re: Kodi 21 (Omega) on RPiOS Bookworm
I have started to have skippy/choppy audio output after the latest update (pipewire output). Also, the videos do not play hw accelerated, but this is not really much of a problem as Pi is more than...
View ArticleC/C++ • Re: Someone from another forum is pulling my leg
It would be good to know what C++ program you are using, Sorry I did not make it clear. So it looks like, before you start a project that could unknowingly potentiality use a big number, to run the...
View ArticleRaspberry Pi OS • Re: Some issues with labwc.
2. They just don't enable them in their "Pi look and feel" default configurations. Every Pi I've had has had multiple virtual desktops / work spaces.PeterOStatistics: Posted by PeterO — Sun Sep 08,...
View ArticleGeneral • Re: RP2350 arm floating point support
As I understand it, it has 32 single precision floating point registers, on which single precision operations, including division and square root can be performed. Pairs of these registers may be...
View ArticleGraphics, sound and multimedia • Re: digital dash using raspberry pi 4
Could a small powerbank solve this issue? It offers a constant output voltage regardless of input voltageMost of them bring their own issue. Cannot be charged and give output...
View ArticleBeginners • looking for a program
In the old DOS days I had a program called PC-Tools, does a similar program exist for Raspberry OS? I have a problem with a memory stick/thumb.Statistics: Posted by Joop99 — Sun Sep 08, 2024 9:18 pm
View ArticleBeginners • Re: looking for a program
In the old DOS days I had a program called PC-Tools, does a similar program exist for Raspberry OS? I have a problem with a memory stick/thumb.It is difficult to imagine a DOS PC being able to do...
View ArticleRaspberry Pi OS • Re: Installing Raspbian on 10 Rpi-5
@murph9000 greatly appreciate it...Statistics: Posted by mojeeza — Mon Sep 09, 2024 8:45 pm
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
I think i could go ahead and say that while it is almost impossible to repair a Raspberry Pi, a no name Chinese mini PC would be relatively open to repair, as it will have a mother board and all the...
View ArticleTroubleshooting • Re: Raspberry Pi 5 Case Fan Issues
In its normal use case, the CPU quickly reaches temperatures well above 50°C, and into the mid 80s without the fan. Strangely enough, when I came back home this afternoon and booted the Pi up, the fan...
View ArticleGeneral discussion • Re: Traditional Rules-based AI vs present day development
Raspberry Pi content/relevance?to be run on RPi hardware that is 5Watts for 24 hours.Statistics: Posted by David16962 — Mon Sep 09, 2024 9:10 pm
View ArticleTroubleshooting • Re: Odd forum problem?
I don't read most of the posts but I occasionally respond to one. If I log in in the morning and there are 4 or 5 pages of posts and I respond to one on the first page, I've lost all the other 4...
View ArticleGeneral discussion • Jack Server not accessible as Service User
Hello,keeping it short. The Jack Server used for Audio Outputs cant be accesses as service aka root:https://discourse.nodered.org/t/can-not ... exec/90820This happen with bookworm from what i haven...
View ArticleAdvanced users • Re: Throttling mechanism on Pi OS question.
The thermal and under-voltage throttling is implemented in the firmware in the boards SPI flash. It's independent of the OS.Different operating systems may have different CPU performance governors...
View ArticleAI Accelerator • Re: Coral Accelerator
ModuleNotFoundError occurs when a library is missing. Please check if you have installed all the libraries (pycoral.adapters and other libraries that you are using) properly. Something is missing I am...
View ArticlePython • Re: Is Python on a Pi4 fast enough to generate a monochrome video...
VGA is colour though. Do you know if it can be configured to output any of the older monochrome signals? VGA is also analog, I need TTL (digital0.I'm sure it could be modified for older timing, being...
View ArticleGeneral • Re: ST7789 driver for micropython?
Waveshare themselves have a MicroPython example, linked from their wiki product page for this display. It's a whole uf2 image, which reflashes the Pico with some custom version that Waveshare...
View Article