Troubleshooting • Re: USB gadget on a Zero W, what I'm missing
Well,actually the thagrol's guide works less than the little guides I found on the net, probably because of the release date ; there should be some modifications since on OS.Applying it, I don't see...
View ArticlePicademy • Re: Raspberry emulator
Is that docker image just using QEMU ?Statistics: Posted by neilgl — Sat Dec 14, 2024 12:19 pm
View ArticleTroubleshooting • Re: gpio-shutdown is successfully halting Pi, but not...
As rpdom says, the Pi5 has its own power button.The hardware design has also changed and wake on GPIO3 no longer works.Statistics: Posted by thagrol — Sat Dec 14, 2024 12:20 pm
View ArticleTroubleshooting • Re: Failed to connect to a screen
The idea of using a spare microSD card is to start from a known baseline configuration - we can do the same.Statistics: Posted by neilgl — Sat Dec 14, 2024 12:20 pm
View ArticleGeneral discussion • Re: Raspberry pi 5 8gig nas
Hi i am new to this but have done many pc builds.What do i need to build a pi nas as easy as possible and is it achievable from a beginner.A Pi, something to boot it from, some HDDs/SSDs, some way to...
View ArticleGeneral discussion • Re: Sensors setup for home Still
did not know..thanks.GStatistics: Posted by georgelza — Sat Dec 14, 2024 12:33 pm
View ArticleGeneral • Re: Raspberry Pi Pico 2 H exists? (with headers)
I cannot find it.It hasn't released yet. The original Pico H wasn't available at launch so Pico 2 H is likely the same. The official H versions have a different PCB so there will be competition for...
View ArticleCompute Module • RTC PCF8523 issues
Hello everyone,I'm asking for your help because a friend of mine is having issues with his PCF8523 :We did everything I did for it to run well, but at one point, he got errors. We first checked if it...
View ArticleBeginners • Re: Best NAS Software
Hi,Thanks for your help; it appears to be working fine. I'd like to spread the idea... I've documented the process from a Windows POV and I'd like to post it on my computing website. I would, of...
View ArticleRaspberry Pi 400 and 500 • Re: Pi 500; questions and setup
Thanks. Hmm, seems clunky if you include list vs list=. I can't copy/paste from a word document either. Guess I just won't be using lists.Any thoughts on my other questions? Is there a good place for...
View ArticleGeneral discussion • Re: Is Raspberry Pi More Reliable Than China Made Intel...
Some offer cheaper alternatives to N100, Celeron and Pentium. Still 6 watts. Similar peak speeds. I like the router variations with a heap of Ethernet ports and massive heatsink cases. By the time you...
View ArticleBeginners • Re: Unable to delete row in phpmyadmin
I tried to send you a screenshot but can't find how to do it. Dohh!!Post your screenshot on https://imgur.com get the image URL and post that on here (between [img][/img] tags).Statistics: Posted by...
View ArticleRaspberry Pi OS • How to make sure power down never results in corruption?
Hi,I want to use a Raspberry Pi CM5 in a consumer product. But I have one big concern. My concern is that the device gets corrupted when the system was not shut down correctly (e.g. a sudden power...
View ArticleCamera board • Re: Making vflip and hflip perminent setting
But how do you manually load an overlay, please? I can't seem to find the overlay you referred to.Edit* the file /boot/firmware/config.txt given by 6x9.Change the line "camera_auto_detect=1" to...
View ArticleTroubleshooting • Re: CM5 trouble with 7inch display on DSI
Ok, it seems I solved it following the suggestion in another topic. Had to comment a line and add another in the /boot/firmware/config.txt, as it followsCode: #dtoverlay=vc4-kms-v3d...
View ArticleRaspberry Pi 400 and 500 • Re: Overclock on the 500?
For high overclocking you have to be winner in chip lottery.I am with my Pi5 that luckily runs at 3GHz with force turbo for weeks, but your chips decide what you can get.Statistics: Posted by...
View ArticleRaspberry Pi OS • Re: How to make sure power down never results in corruption?
Can we create a system that will never fail because of a wrong power down?You can't.What you can do is mitigate against such a disaster.1. Backup the system, frequently2. Test the backups3. Know...
View ArticleTroubleshooting • Re: Wi-Fi no longer connecting
Is it some sort of mesh system?Statistics: Posted by neilgl — Sun Dec 15, 2024 12:59 pm
View ArticleNetworking and servers • Re: ssh connection via CRON
OK, well, good then. Sounds like problem solved.Just out of curiosity, how are you launching "autossh" ?BTW, I think running a cronjob every 5 minutes is just wrong. That's not the sort of thing cron...
View ArticleGeneral • Re: SH1107 OLED 128x128 with C
I wanted to make sure I'm going after the problem in right direction so I loaded Pico with ssd1306 example and connected smaller display:Same code on larger display behaves more-less the same as code...
View Article