General • Re: [overclocking] RP2350 at 600 MHz, with Flash, PSRAM, ARM,...
@gmx Hi,I have problems to get the PSRAM working totally stable at 280MHzI use the Pico2 to emulate Memory on old PC, and the Memory test software (Checkit) fail (Really few errors)I use the Arduino...
View ArticleCamera board • Re: Generating rpicam-hello images with remote RPi cameras via...
Can you post the output of Code: rpicam-hello --version please?Please see the following screenshotBefore your response I had decided to make sure that I had a good clean image of ROiOS for the Zero,...
View ArticleTroubleshooting • CM5 Dev Kit - NVMe not detected at all
Hi there,The dev board is running generally without any issue.Fresh full 64bit OS installed on eMMC and booting without any issues.Idea is to have the eMMC install with the std OS and playing around...
View ArticleRaspberry Pi Desktop for PC and Mac • Re: Pc desktop Onboard wifi not showing...
Where is the Raspberry Pi in that arrangement?Statistics: Posted by neilgl — Sun Dec 22, 2024 10:49 am
View ArticleBeginners • Re: How do I install raspberry pi os onto SD card using my phone
It doesn't connect via vnc, what would the pi's name be for the fing app, I'm guessing it is 'generic'No, it should be 'recovery'.How are you connecting your raspberry pi to your phone over the...
View ArticleAutomation, sensing and robotics • Re: Script lines to run only between...
this should work between 8am and 8pm (20:00), adjust as required... ( obviously your pi clock needs to be correct!)Code: from gpiozero import Buttonimport requestsfrom signal import pausefrom time...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Replacing an OS image with PINN does not alter the partition sizes.Probably your existing boot partition is too small for your new OS.You would have to alter the partition sizes manually to the...
View ArticleTroubleshooting • Re: raspberry pi 5 wont receive internet connection
What Dougie said and re “ the raspberry pi turns on” - have you got a monitor and keyboard/mouse connected to it?If so, start a Terminal and enter this command: Code: ip aStatistics: Posted by neilgl...
View ArticlePython • Re: except KeyboardInterrupt error
Thanks, I'll look at the indent level and check and come back.Statistics: Posted by MartinJames — Sun Dec 22, 2024 11:07 am
View ArticleAdvanced users • Re: sd-card cross-encryption
Thank you jojopi !Yes I've noticed too /proc/crypto doesn't give all the ~incantation type :/So, I've used --cipher xchacha20,aes-adiantum-plain64 and it worked. ( I'm also running kernel 6.1.119 with...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Real-Time-Clock 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 ArticleCompute Module • Re: Compute Module 5 Fan goes to 100% on shutdown
Firmware has little part to play when the power is off...Really? Surely, if a slight amount of additional hardware (think 1x transistor or Mosfet) was added to invert the drive signal to the fan and...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Real-Time-Clock PCF8523 issues
On the non-working system, what does "dmesg -l err,warn" show?And "sudo vclog -m"?Statistics: Posted by PhilE — Sun Dec 22, 2024 11:38 am
View ArticleBeginners • Re: Looping video playlist with button interrupt
this is not perfectly seamless but plays videos in your / Videos folder...sudo apt install mplayersudo apt install python3-opencvCode: #!/usr/bin/env python3import subprocessimport osimport...
View ArticleRaspberry Pi OS • Re: HOW-TO: Bookworm On-screen Keyboard
So when I tried the 'sbout' command I got this error:Code: /usr/bin/sbout: 2: .: cannot open /usr/share/squeekboard/output: No such fileWhich doesn't turn up any searches so I'm wondering if you can...
View ArticleGeneral discussion • Re: Firefox-ESR in Bullseye (Debian 11) - March 2025...
Haha, no I can't. As mentioned already.I currently can't upgrade or even reinstall the OS (11/Bullseye --> 12/Buster)If you cannot maintain or upgrade your own devices using open source software,...
View ArticleRaspberry Pi OS • Re: Pi5 with one partition exFat
The first partition on (any) disk needs to be a 'fat' partition for the hardware to find necessary drivers, then it switches to a Linux ext4 partition to run the system.Statistics: Posted by KeithMck...
View ArticleTroubleshooting • Re: (Raspberry Pi) Running ws2812 REG LED shows an error:...
Is it a Pi4 running Bookworm 64-bit or something else?Are you using circuitpython or something else?Did you create the venv with system packages?and how did you install neopixel (pip install neopixel...
View ArticleGeneral • Re: PIO write and read the same pin, two different SMs?
AFAIK there are no single-cycle "setup and hold" timing constraints on this kind of path, so for reliable operation it's probably best to leave the synchronizers turned on! The delay could also depend...
View ArticleBeginners • Re: Compatability of multiple devices and a single pi 5
Not sure as I don't have one but although the AI hat+ has a connector that plusg onto all 40 pins on the GPIO header, it "passes through" the GPIO so you can connect other things on top.Some one with...
View Article