Compute Module • Re: CM5 Unexpected Shut Down
CM5 that came with the Dev. Kit (CM5104032) is still running fine after 5 hours (edit: overnight, 15 hours), my CM5 Lite w/o WiFi wouldn't ever run more than 2 hours before shutting down.I connected...
View ArticleOfficial Display • Re: Is there an official case for Raspberry Pi Touch...
This thread is already rather old, it's now January 2025 and I still could not really find a case for the Display2:-( So, I took the SmartiPi ideas and created a version for the Display2 Maybe it's...
View ArticleBeginners • Re: Streaming camera app remotley
Yes I am sure it works. Here is rpi-connect showing the desktop of a headless Pi5, using Firefox browser on Windows 11 PC.Statistics: Posted by neilgl — Tue Jan 07, 2025 10:54 pm
View ArticleTroubleshooting • Pi4B Upgraded to Bullseye, should I go further?
I was able to (after a "lot" of headaches), get from Buster to Bullseye.Though I just got rid of connman today (the services are still in the /etc/systemd/system, but they're dead). In case anyone did...
View ArticleMicroPython • Re: How do you get a Pico W to sleep?
gmx here are some measurements running micropython 1.23.0 on a PICO W.Code: Initial startup 19.47 milliampsturn LED on 33.32 milliampsturn LED off 31.52 milliampsde-assert GPIO23 19.72 milliampsThanks...
View ArticleGeneral discussion • Re: change crontab editor
I set the default editor on all my Pis by editing /etc/profile. At the end, add:Code: export EDITOR=/bin/viStatistics: Posted by W. H. Heydt — Wed Jan 08, 2025 9:16 pm
View ArticleGeneral discussion • Re: The best SD Card for Raspberry Pi 5?
frankly, I would buy an SSD or NVME drive to use with a Pi 5.I have a Pi 5 booting via USB from an SSD, I am constantly surprised how fast it boots and runs.Yes, agreed!But, I think the NVMe Gen 3...
View ArticleGeneral discussion • SSD on NVME base no more recognized after update
Hello,I am using a RPi5 + Pimoroni NVME base + SSD that have been running fine since a couple of hours ago.There was an update then, that I did. It was gstreamer*, initramfs* and pyton*...
View ArticleTroubleshooting • Raspberry Pi 5 Screen Blanking
Hi,I have a problem where my HDMI display doesn't turn stay turned off when the idle timeout is reached. It gets as far as the screen saying "no input connected" then it turns right back on before the...
View ArticleGeneral discussion • Re: Pi5 16GB ?
That more to do with sucking up to the Orange one than anything else.Orange Pi? We don't discuss that here.I think James was referring to the next Orange American President.Oh. Silly me.Statistics:...
View ArticleBeginners • Re: shared drive
Thanks for all the comments, think i need to read them more thoroughly and try some more troubleshooting before i seek more advice.Statistics: Posted by deepblue12 — Wed Jan 08, 2025 10:11 pm
View ArticleTroubleshooting • Re: Raspberry Pi 5 Screen Blanking
Could it be that your monitor toggles hotplug as suggested here:viewtopic.php?p=2146832&hilit=waggle+hotplug#p2146832I would have thought if it was a labwc issue then you would have found many...
View ArticleCompute Module • Re: Delaying CM4 boot with GLOBAL_EN until +5V is stable
You can use GLOBAL_EN to delay boot until the +5v is stable. Looking at the scope traces I would also suggest some more capacitance on the +5v rail.Are you using an external SDCARD to boot from ? does...
View ArticleAdvanced users • Re: How to (need advise) increase the size of the boot...
A small update on progress:I have recreated an SD card like yours.NOOBS was replaced with PINN.P7 and its filesystem were shrunk.However, I need to update the tools included with PINN as they...
View ArticleBeginners • Re: Viable portable power supply for RPI 5?
As its mentioned in multiple posts I thought suggesting a search might be easier for the op, but here is a link for one source of supply:https://thepihut.com/products/pd-power- ......
View ArticleAdvanced users • Re: PI 4 ATSC stream debugging with FFMPEG and azap
Did some more digging and found azap doe nothing more than tuner the tuner. trying to pipe the tuner output with/bin/cat /dev/dvb/adapter0/dvr0 | ffmpeg -loglevel debug -i pipe:0 -f null -Still no...
View ArticleGeneral discussion • Re: Raspberry Pi 2 new installation, no icons
I downloaded RP and installed on a new SD card. It loaded but the only thing visible on screen is this Japanese ficherman and the waste basket. What do I do to get the menu up on screen?Did you use...
View ArticleBeginners • Re: How do I get around Debian not recognising architecture types?
You CAN NOT get X86_64 assembler to run on any ARM processor, they are different device types. It will never work, you are wasting your time. Write your code in C/C++ and COMPILE it on ARM. Forget...
View ArticleTroubleshooting • Re: I break my active cooler spacer
for example when i stress test my board for 5 or 10 min i feedback for temp around 67CEasily within tolerance levels (80 Degrees + before your pi even thinks about throttling), I wouldn't call 67c...
View ArticleBeginners • Re: Transitioning from USB Drive to HDD for OS
I agree with Thagrol.I always keep the OS and data on different devices if at all possible. It makes recovery much easier.Could you point me to a tutorial or suggestion showing how to achieve this...
View Article