Troubleshooting • Re: My pi 5 wont boot
I did use an alcohol wipe to clean off some left overs of a thermal pad. It was working fine before this.I suspect removal of the item previously attached by the thermal pad is causing the Pi failure...
View ArticleAdvanced users • Re: PI5 and easy AI/CV/LLM
Well, that is terrible!!!Indeed, I don't think you should worry about losing your job to a Pi running AI.Yet.Something big is happening.There is push towards AI server farms, lots of compute and huge...
View ArticleTroubleshooting • Camera not detected: Raspberry pi 5 and Camera module V3
Raspberry pi 5 and Camera module V3camera_auto_detect=1 has been setup in the config.txtHowever, the following command is showing the error with no camera detected message. $...
View ArticleTroubleshooting • Re: getting OSError: libbcm_host.so: cannot open shared...
Change the python code to use picamera2Documentation is here https://datasheets.raspberrypi.com/cam ... manual.pdfStatistics: Posted by neilgl — Thu Apr 04, 2024 10:45 pm
View ArticleTroubleshooting • Re: Time stuck
Solved. Probably clock plugin was updated at some point, because previously I had a format set as Code: %H:%m, %a, %b %d %Yand all worked like it shouldToday I noticed that it displays wrong time -...
View ArticleGaming • Re: Need some guidance on retropie on raspberrypi OS.
Yes, I've been waiting for those clever folk at Retropie to catch up with the increasing changes to the Pi's OS graphic changes.As I understanding the Pi clever people have made the Bookworm graphics...
View ArticleTroubleshooting • Re: P Zero2W Stopped Connecting To WIFI
Sorted this one out.I'm thinking the memory card corrupted during a power cycle (plugged it into a monitor wouldn't boot).Reinstalled OS good to go.Statistics: Posted by Pi78909 — Thu Apr 04, 2024...
View ArticleTroubleshooting • Running Python File At Startup - Lock Up Detect
I have a zero 2 w running my hot tub.During debug I leant that the IO seems to hold its last state if the processor hangs. I've since added watchdog to try to unlock the PI VIA reboot.Next steps1)...
View ArticleGeneral discussion • PIO wait interrupt synchronization
I have two pins that want to send data, and I want to synchronize these sends with a clock that pulses the cycle after I send each bit, and another pin that pulses once after the 8th bit is sent on...
View ArticleTroubleshooting • Re: Running Python File At Startup - Lock Up Detect
Start up is covered well in some of the PDFs at https://github.com/thagrol/GuidesAs for 'alternative options' I would seriously consider a microcontroller rather than a microprocessor and spend...
View ArticleTroubleshooting • Re: Pi 3B+ screen image too large to fit on TV screen
I don't know why I'm only now noticing the over_scan problem, I've been a Raspberry pi owner since 2012. I haven't used the models 1 and 2 for a long time and only use the 3B+ occasionally but I do...
View ArticleOther • Re: Raspberry Pi 5: brcmfmac: brcmf_set_channel: set chanspec fail,...
I'm running the newest raspbian os lite may 2024 on a rpi 4 and I'm getting this error.This device is connected to ethernet only.Statistics: Posted by solar3000 — Fri Apr 05, 2024 12:25 am
View ArticleCamera board • Re: Raspberry Pi High Quality Camera DNG Format and Raspberry...
A mod has probably deleted it...That is just unfortunate...Eh... AIUI you posted duplicate posts wuth your question and a mod deleted one of them.From the above it doesn't look like the topic that was...
View ArticleGeneral discussion • Re: Raspberry Pi 3A+ has silkscreen (c) date of 2022 ?
Mechanical (Form, Fit, Function) Changes• New DA9090 PMIC.• No other significant changesElectrical• New DA9090 PMICSoftware/Firmware Changes RequiredThis new product revision is supported in firmware...
View ArticleGeneral • Re: C program, flush input, scanf(), menus, etc.
This works on a PC, but maybe not on a PicoCode: #include <stdio.h>int main() { char i,a = 0; while (1){ printf("\nEnter 1-2: "); a = scanf("%c", &i); if (a == 1) { switch (i) { case '1':...
View ArticleTroubleshooting • Re: Raspberry Pi 4 Model B Stopped Working Please help
Please help I really want to get this thing working again.Start with The Boot Problems StickyStatistics: Posted by thagrol — Fri Apr 05, 2024 11:35 pm
View ArticleOther RP2040 boards • Re: Debug Probe an I2C sniffer / logger
I think I said it's a shame the Debug Probe doesn't breakout unused pins to allow it to be used as a maker platform for other things but I guess Raspberry Pi prefer product specific boards. There's a...
View ArticleBeginners • Raspberry Pi 5 Audio?
Hello there, I’ve had my raspberry pi 5 for around 2 months now, and I have this speaker that I got when taking apart old technology. It looks like a really small laptop speaker, and has a blue and...
View ArticleNetworking and servers • Re: Remote SSH Connection is Broken When Wireguard...
Can anyone assist me with this topic as well?If my Pi is connected as a client to a wireguard server, it prevents me from being able to access the Pi via SSH from an external IP.Setup: External IP...
View ArticleGeneral discussion • Re: Replace image from within
How do you want to supply the replacement or control the replacement? Are you accessing the machine via keyboard, network, VNC, SSH? Does the device have physical space for USB?I assume from the...
View Article