Troubleshooting • Re: Is OS Download site down?
worked for me tooStatistics: Posted by terribleted — Tue Dec 24, 2024 12:13 am
View ArticleTroubleshooting • Re: sometimes green LED blinks 8 times but no boot
are you overclocked?Statistics: Posted by terribleted — Tue Dec 24, 2024 12:15 am
View ArticleBeginners • Re: Bullseye vs Bookworm for Zero 2W?
The changes I was referring to are not Python related, but changes in Bullseye and Bookworm OSes.Some projects are simply doing their job controlling devices 24/7 and don't feel like messing with...
View ArticleBeginners • Re: Cannot find RPi in systemd but finds it in ssh
When you successfully run /home/randy/Documents/GitHub/smrtpype-sensor-sampler/sensor.py on a terminal/SSH session, are you doing so inside an ACTIVATED virtual environment? I ask because you are...
View ArticleCamera board • Re: OS12D40 Camera driver on RPI CM4
I'm not aware of anyone having used that sensor.My initial guess would be that it is configured for using 4 CSI2 data lanes, not the two that OV5647 is using. The driver even appears to be validating...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Highspeed SPI dual slave mode or PIO...
What data rate are you hoping to get? And are gaps allowed?Statistics: Posted by PhilE — Tue Dec 24, 2024 10:03 pm
View ArticleNetworking and servers • Re: WiFi region setting
If you're flashing the card in the pc, why not just set the wifi country in there too with the imager?I'd like to know where the imager saves the setting to - if things go wrong it is handy to know...
View ArticleBeginners • How would I go about creating the front end like this on a Pi5?
I was going to buy an Echo but the delivery time is March/April next year so I thought that DIY might work.I would like to use a touch screen for which there are lots of instructions but.. well there...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
We'll stop after we release a product and the launch post attracts zero whiny comments in a week.Statistics: Posted by jdb — Tue Dec 24, 2024 10:16 pm
View ArticleBeginners • Re: How would I go about creating the front end like this on a Pi5?
I would go with an HTML page with buttons and JavaScript.Or use python flask or pygame.Statistics: Posted by neilgl — Tue Dec 24, 2024 10:24 pm
View ArticleGeneral discussion • Re: Google will be after me...
What app are you using that you get logged out of?Statistics: Posted by bls — Tue Dec 24, 2024 10:30 pm
View ArticleRaspberry Pi Connect • Re: Screen Sharing high latency Raspberry 5 headless
I was having the same problem of "both your device and browser chose to use connect's relay".I have a local firewall configured on my RPI 4.The configuration was:Code: root@picompute:/home/picompute#...
View ArticleItaliano • Re: Audio e microfono non funzionano
Ciao Bobo, prima di tutto ti faccio gli auguri di buon Natale. Non ho idea di cosa sia MagicMirror, è un nome molto usato anche in ambito software; riscrivi l'immagine di avvio e riprova passo dopo...
View ArticleBeginners • Re: How should I study a Raspberry Pi before I write code for it?
Perhaps you need to discover the Linux functional equivalents that already exist in ARM versions that can be run on the Pi simply by installing them.So...the documentation you need to need to read is...
View ArticleGeneral discussion • Re: Power supply - alternative needed to plug type
In theory that should work but limited to 3A @ 5v, as long as it cannot maintain 5v @ 3A.I think you mean it will work as long as it can maintain 3A.Statistics: Posted by davidcoton — Tue Dec 24, 2024...
View ArticleAdvanced users • Re: Setting gpio pullup in kernel module that is using the...
That's one way to do it. But there's no "just" about it - it takes quite a bit of knowledge to get to that point.To be honest, I find it quite annoying that my posts are always taken so seriously by...
View ArticleBeginners • Re: Raspberry Pi 5 + PoE HAT?
This is most unfortunate. I really hope that whatever illness has delayed this is nothing serious and that the person recovers quickly.I also hope that the PoE hat will come early next year.Frankly,...
View ArticleTroubleshooting • Re: Raspberry Pi Imager v1.8.5 - Error writing file to disk
did you right click imager -> open as adminStatistics: Posted by kerry_s — Wed Dec 25, 2024 10:47 pm
View ArticleMicroPython • Re: Pico W Reliability
Also this is trying only once to connect, if AP is not available at that moment, it gets stuck in an endless loop without trying to connect again:Code: async def connect_to_wifi(): wlan =...
View ArticleRaspberry Pi OS • OS Crashing
My RasPiOS keeps crashing and the following keeps scrolling continuously. Can anyone help me please with what the problem is and how to resolve it?Code: [228581.100791]EXT4-fs error(device sdb2):...
View Article