Advanced users • Re: Moving Linux Kernel to 6.12
Anyone else noticed with 6.12.6 that when running a chrome based browser (like Brave...) every 2 minutes or so it crashes with an error code 5. This error code is for running out of memory.I compiled...
View ArticleGeneral discussion • Re: What's with the M.2/NVMe obsession?
Ok thanks Nonsense. You learn new things everyday.Statistics: Posted by bobsweden64 — Wed Jan 01, 2025 7:32 pm
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 ArticleAdvanced users • Re: Image File Utilities
This issue - image-backup OR ANYTHING run under sudo not being able to access a file offered over nfs - turns out to be a settings issue with nfs. If anyone else wants to learn of an effective though...
View ArticleRaspberry Pi OS • Re: Can't get a script to run on shutdown (Systemd) pi5...
OpenCPN.Up until now I have shutdown the Pi using a python script which issues a pkill to OpenCPN, which allows it to close gracefully. I am adding a GPIO controlled PSU to the Pi and I rather liked...
View ArticleGeneral discussion • Re: Raspberry pi 500 rechargeable battery?
1. Compliance - storage, shipping, import all become significantly more complex if the product contains dangerous goods (lithium batteries are most certainly dangerous goods).i couldnt even order the...
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 ArticleBeginners • Re: Raspberry Pi 5 came with no SD card
You need a microSD card.Statistics: Posted by neilgl — Wed Jan 01, 2025 8:03 pm
View ArticleBeginners • Re: Three week course
Where did you buy it?Statistics: Posted by neilgl — Wed Jan 01, 2025 8:05 pm
View ArticleTroubleshooting • Re: Hard resetting my raspberry pi 5
Maybe use Raspberry Pi Imager (on a PC/laptop) to write Recalbox to a spare microSD card?Statistics: Posted by neilgl — Wed Jan 01, 2025 8:16 pm
View ArticleOther projects • Re: Security camera with Raspberry Pi?
I think you might be on the wrong forum.Oh no he isn’t!Statistics: Posted by neilgl — Wed Jan 01, 2025 8:21 pm
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 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 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 Article