Raspberry 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 ArticleBeginners • Re: [solved] You know the Pimoroni NVME Duo board is Gen 2.......
Hi,These nvme base hats look interesting but do not have access to them, perhaps someone here can answer a question I have. From what I have read a few people running nvme often at gen3 have seen...
View ArticleBeginners • Re: How to Install Blender 2.79b on Raspberry Pi 4? Issues with...
Is this the same question as in the last post of viewtopic.php?p=2251201#p2251201Statistics: Posted by neilgl — Tue Sep 10, 2024 9:04 pm
View ArticleNetworking and servers • Re: Remote Access To Branch Sites Behind Routers We...
Hi epoch1970,How many branches? This is a mess, with many branches it qualifies as an unmanageable mess.Currently fifteen.Use a VPN and separate the network from applications and users. OpenVPN with...
View ArticleMicroPython • Re: uPyMySQL and Pico - anyone got it running ?
Most likely directly copying onto your microcontroller will fail. Ah, that might account for my problems.along with the fact the library hasn't been touched in four yearsYes, I noticed it was getting...
View ArticleDeutsch • Re: Desktop wallpaper ändern via Kommandozeile
In der bash funktioniert beispielsweise sowas:Code: for f in /usr/share/rpd-wallpaper/*.jpg; do pcmanfm -w $f; sleep 1; doneIm Wayland hab ich das gerade laufen lassen. Ich meine mich zu erinnern,...
View ArticleGeneral • Re: ST7789 driver for micropython?
I am referring to the latter. It is a MicroPython example, not a 'driver.'Please find the MicroPython example code in the linked page, which was: Pico LCD 1.14 - Waveshare Wiki.I can wait ... ... what...
View ArticleTroubleshooting • Re: Pi 5 won't boot Pi 4 SD card (Bookworm)
Just a small update: I notice the pi4 already mounts to /boot/firmwareCode: $ mount | grep boot/dev/mmcblk0p1 on /boot/firmware type vfat...
View ArticleC/C++ • Re: Someone from another forum is pulling my leg
The book says 10 bytes the program below says 8 bytesThe book may be wrong, but the idea behind is likely correct:x86 CPUs used to off-load floating point operations to an x87 coprocessor. That...
View ArticleTroubleshooting • Re: Eth0 Shows Device Interrupt 106
Just never remember seeing it before and then after an update, it just showed up. 100% could just be super paranoid.Statistics: Posted by fastwrex — Tue Sep 10, 2024 9:46 pm
View ArticleBeginners • Re: Possible with a Pico? Act as a gate to another board.
Relays - could be too slow reacting, use transistors instead.I'd suggest SSRs (solid state relays); these have <1ms switching time, and provide electrical isolation. Drive them like an optocoupler....
View ArticleGeneral • Re: Uploading to Pico took out Bookworm desktop
I think that is the SD card on the Raspberry Pi SBC not the Pico, I think? I am not thinking the dmesg shows the Pico as a storage at this stage. Hippy will clarify.Statistics: Posted by breaker — Tue...
View Article