General discussion • Re: What's with the M.2/NVMe obsession?
..Another thing with SDCard. You can use other cool linux os, wothout the troble you get wit a SSD. If you use an SSD, You maybe stuck to the same os, like I was with Windows! Now, I feel free with...
View ArticleUbuntu • Re: RPi400/Ubuntu 24.10 - Claws Mail Disables Keyboard?
It's a test release. There's going to be bugs. Either wait for a fix or install an older stable release.Thanks. It was described as “stable” in the apps manager. I’ll look into the previous...
View ArticleGeneral programming discussion • Re: 24 Minute Sun Simulation
So I managed to get a 8 Leds to light up and I could change the color of each one.I tried to expand on this and now nothing works. Even this SUPER simple code:from machine import Pinled = Pin(25,...
View ArticleSDK • Re: Trouble printing time_us_64() [SOLVED]
Adding '-Werror' and/or '-Wall' - I have no recollection of which works, GCC will usually warn when the incorrect format for the variable is given and, best of all, tells you what it should be -Code:...
View ArticleTroubleshooting • Re: Raspberry pi 5 power delivery
FWIW, the long term solution, at least as I see it, would be for RPL to support all of the standard PD voltages instead of just 5v on the next generation. But that likely adds cost, complexity, and...
View ArticlePidora / Fedora • Re: Headless (mostly) Fedora CoreOS on RPi4 - A Brief...
sites that helped me:Headless (mostly) Fedora CoreOS on RPi4 - A Brief How To (updated 9 Oct) - Raspberry Pi ForumsBasic Ingition Congfig & FileA simple CoreOS config for beginners with password...
View ArticleTroubleshooting • Re: Worst experience of my life: Constantly freezing for no...
I'd return the Pi if I were you and buy a "better" board from a competitor.Or deal with the simple case of PEBCAK this really is because virtually all of the other power issues of this type in these...
View ArticleGeneral discussion • Re: how much would it have cost per pi500 to fit the M.2...
Now, if you're OK with a drive and cable sticking out of the back of the Pi, all of this does not matter. I dislike all the spaghetti that goes along with it and the extra $2 + vat to avoid it is more...
View ArticleAdvanced users • disable/enable popup system
Hello,I have raspbian bookworm with my raspberry pi 5 x64, i execute command with my bash scripts, i want when i pair my bluetooth speaker:Is it possible to enable/disable popup by command?If not how...
View ArticleAdvanced users • Re: disable/enable popup system
right click panel -> notificationsStatistics: Posted by kerry_s — Thu Jan 02, 2025 7:46 pm
View ArticleBeginners • Re: Where can I find books on optimising ARM assembly code by hand?
I watch a lecture series on YouTube about writing compilers, and the instructor pointed out that compilers can't optimise at the assembly code level because... reasons.I am not convinced that's at all...
View ArticleAutomation, sensing and robotics • Re: How is your xperience on Mosquitto and...
Many thanks. Very nice small piece of code to get started with essential asyncio and mqtt syntax for learnersStatistics: Posted by David16962 — Thu Jan 02, 2025 7:46 pm
View ArticleGeneral • Re: Problem with IRLZ44n mosfet in a circuit
You seem to be describing this backwards - If the FET is off then you expect to see 9V (ie. the full supply voltage) between drain and source; if the FET is on you hope for that voltage to reduce...
View ArticleCamera board • Re: Issue of OV5647 camera in opencv
I tried to run this camera stucks when it is to pass frame for processing in virtual environment. If i execute same program outside Venv then it runs properly. Even i tried reinstalling again still...
View ArticleNederlands • Re: Raspberry Tuoch Displa2
Je bent het vertrouwen in de RPI kwijt omdat de software van derden niet werkt Statistics: Posted by zonstraal — Fri Jan 03, 2025 7:23 pm
View ArticleCompute Module • CM5 Unexpected Shut Down
I am running a CM5 (Lite with 4G RAM, no wireless) with the Dev Kit (CM5 I/O + passive heatsink + fan resting on top with chassis lid removed). I'm using a Sandisk uSD card and have an HDMI monitor...
View ArticleOfficial Display • compatibility 7" touch display 2 / HiFiBerry DIGI2...
Is the 7" touch display 2 compatible with a HiFiBerry DIGI2 Pro on a RPI5?Or are they using some same connectors?Statistics: Posted by pipau — Fri Jan 03, 2025 7:39 pm
View ArticleCamera board • Re: how the SingleExposure HDR mode works for HQ
It accumulates (meaning adding together and denoising) multiple short exposure images thereby developing more than 12 bits of precision.....I guess it's just a question of terminology. "Single...
View ArticleBeginners • Re: Is this even possible with my old Lulu Mirror?
According to.... https://www.reddit.com/r/hardwarehackin ... ?rdt=39048"Thanks to the images shared by TheMiggymigs, I can see what looks like a mini HDMI connection between the display and the video...
View ArticleTroubleshooting • Re: How to restore Serial pins in Python
Can you not use different GPIOs for your different task?In bookworm, run the utility pinctrl after boot, and notice the states of GPIO14/15. After you have finished with Python, you should be able to...
View Article