Troubleshooting • Re: Pi 5 not booting as spec - method to get rid of power...
No detected 5v/5A supply means booting from USB will pause and require a user confirmation via the power button inorder to continue.but one critical thing, is that it will display a green led while...
View ArticleGeneral discussion • Re: BULLSEYE Document for ZERO 2 W
The Pi Zero 2W has 512MB of memory and the RPios default swap space allocation is 100MB. A gui desktop system will have swap space problems which can be solved by editing /etc/dphys-swapfile to...
View ArticleTroubleshooting • Re: RPi5, Ethernet Connection (Wired) and SSH Remote Log-In...
Sometimes in the router UI, you can see how many devices are connected to itit looks like DHCP is not enabled for the LAN network. Try to check this.Some routers allow you to make independent networks...
View ArticleAdvanced users • Re: Raspberry Pi 5 Overclock CPU/GPU Safety
Hi all,I overclocked my Raspberry Pi 5 (8GB) very slightly under what seemed to be its limit, and I was wondering whether it is safe or not, and if it will affect the lifespan and/or void the...
View ArticleTroubleshooting • Re: What did i do wrong?
i dont see any error, it looks like a normal shell after loginStatistics: Posted by cleverca22 — Wed Jan 03, 2024 12:36 am
View ArticleAdvanced users • Re: [SOLVED] What is the maximum amount of video memory on...
I guess I don't even use the 2d core then?the 2d core is required for any video outputs to functionwhen the 3d core is done rendering a scene, the 2d bitmap gets passed off to the 2d core, and the 2d...
View ArticleCamera board • Re: rpicam-apps/utils/timestamp.py "--plot" option
Just wanted to do a 400fps long time capture on Pi5, and captured with this command for 1 minute:Code: GScrop 688 136 400 60000The recorded video is of size less than 20MB:Code: pi@raspberrypi5:~ $ du...
View ArticleGeneral programming discussion • Adding To Program
Let's say Joe Smith joins my little band of misfits so he fills out my form. How can I get php to go into Mysqli and add his record to the table/database? Where can I find info on this, unless someone...
View ArticleAutomation, sensing and robotics • Re: Trigger reset on ATX motherboard
There's also my project that predates PiKVM and has been mostly ported to run on a picoW: https://github.com/thagrol/fakewake. The pico port currently can't ping the target PC so if you need the...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Can a USB C -> HDMI work the other...
there are 3 different things that are deceptively similarfirst, you can send raw hdmi over usb-c, so with just a few basic chips, you can convert between usb-c and hdmibut that only works if the...
View ArticleGeneral discussion • Re: Pi 5 Delivered Damaged
I think an anti-static bag would prevent the Pi from rattling about inside the box and reduce the chances of damage or a bent pin. Whether this is a common problem or not is unclear.Possibly it...
View ArticleGaming • Re: Woof - 64 Bit DOOM Engine Source Port Build Guide
how to increase resolution, default is 640x400 ?btw, build took 2min only Statistics: Posted by cjan — Wed Jan 03, 2024 1:29 am
View ArticleAdvanced users • Re: Is everyone happy with the quality of libgpiod?
but I was moaning about your complacency.Life's too short to take a stand against everything one may disagree with and one has to pick the stands one is prepared to take. I'm not going to apologise...
View ArticleDeutsch • Re: Absolute Beginner
Wie hast Du den Pi installiert ??Evtl. lief da ja schon was schief ....Ansonsten halt mal in die Anleitung schauen.https://www.raspberrypi.com/documentati ... arted.htmlStatistics: Posted by NetSecond...
View ArticleTroubleshooting • Re: Raspberry Pi 5, Pi Os installation fails on nvme SSD...
I am having the exact same issue. My original working setup was: Raspberry Pi 4 SSK USB3 enclosure (controller IC Chipset RTL9210B) Transcend 64G SATA SSDThe RPi4 setup worked like that with no issues...
View ArticleAdvanced users • Re: Image File Utilities
I created the backup fine on Pi5 with 64bit bookworm.But I tested the backup to a different SD card (balenaEtcher) . It doesnt boot. I get the error:"Unable to read FAT." I just confirmed that the...
View ArticleBeginners • Re: Cold temperature controlled experiment with peltier modules
I can just share my experience using Zero in cold environment. It is now -24 C at my balcony and it keeps running. It has been there for couple of years. It gets regularly -25 in winter and I don't...
View ArticleMicroPython • Re: Timer does not exist
In MicroPython for Pico only software timers can be used, so there shouldn't be any number passed when creating the timer (technically it's -1, but it's the default).Also, the timer doesn't have a...
View ArticleCompute Module • Re: USB Device mode not working with OTG_ID tied to ground
I've not done USB gadget stuff on the CM4 but have on other Pi models (including A+ and 3A+ which also have the ID pin pulled low).I don't think the problem is with the ID pin. I suspect it's a...
View ArticleWanted • Re: micro hdmi dummy
I'm running a Pi4 booting to the graphical desktop headless. The dummy fools the Pi into thinking there is a monitor. Using a micro to standard cable plus the dummy is a bit cluttered. I can use a...
View Article