General discussion • Re: Portable Power Supply For Rpi?
Power tool battery + buck converter. Like this: viewtopic.php?t=336626#p2014820How you package it all up together is up to you, so it does not have to look exactly like the one in those pics.The...
View ArticleBeginners • Need Help: Car kit - autonomous driving
Hi,During retraining to become an IT specialist, a project is carried out in a class. It's about a kit for a car that is supposed to drive independently with set routes. More specifically, it's about...
View ArticleTroubleshooting • Re: Help my pi zero 2 w is stuck in my RPi case for zero
I had the same problem with the Zero 2. It was an extremely tight fit in the official case, and none of the mini-HDMI adapters I own would fit deep enough for a good connection (the case doesn't have...
View ArticleGeneral • Re: A bad soldering or too much heat?
Dear @gota, yeah I tried with and without breadboard, same issue Yep, worth checking although probability was close to zero.Statistics: Posted by gotaf80307 — Tue Apr 02, 2024 8:00 pm
View ArticleOfficial Display • Re: Original 7" + Pi3 Mod. B
I have only done what's in this tips and it has always been working fine but..not with Bookwormhttps://support.thepihut.com/hc/en-us/a ... pside-downI will check all the other when I have the other in...
View ArticleGeneral discussion • Any experience with duty cycle in an industrial...
I know official warranty is 12 months but what can I realistically expect from an always on system with passive cooling under moderate load? What about active cooling? Thanks so much JoeStatistics:...
View ArticleTroubleshooting • Re: PI 4B Not booting
ive tried all that and still nothing ive checked the voltage on 3v and its fine producing 3.3 i think it wasStatistics: Posted by wiradjuri — Tue Apr 02, 2024 8:16 pm
View ArticleGeneral discussion • Re: Any experience with duty cycle in an industrial...
There are Pis out there that have been running for years on end, perhaps with a reboot here or there due to a power failure or even just an updated requiring a reboot (not a common thing in...
View ArticleTroubleshooting • How do I call a function if there is an error?
I have this big chunk of code which I tested a lot (about 20 times) when I turn on my pi the script runs. But there was this time where there was an error so I checked the log that catches errors and...
View ArticleBeginners • Re: Need Help: Car kit - autonomous driving
search for raspberry pi projects with each of those pieces and you'll come up with plenty examples on how to use them with the pi. Once you've been able to make each part work with the Pi, you can put...
View ArticleTroubleshooting • Re: Making a solar powered PI
Thank you for the solar panel explanation .To go back to the original issue , I have measured with a multimeter the power that comes out of the TP4056 and from the DC/DC converter whilst plugged in on...
View ArticleBeginners • Re: Problems installing raspian
Which image did you choose to install on your RPI 3?Debian Bookworm in 32 and 64 How did you determine it was not working? Did you check your router before and after to see if a new IP addressed got...
View ArticleGraphics, sound and multimedia • Re: Live Video Feed on Headless Raspberry Pi 5
Later test using ffplay on a pi4 when streamin from the Pi5 Lite Code: ffplay tcp://192.168.1.151:8554 -vf "setpts=N/30" -fflags nobuffer -flags low_delay -framedropAlso fails - no video is shown on...
View ArticleBeginners • Re: Raspberry Pi 5 can't boot up with AA batteries
From memory (by do check) AA Alkaline can do 2A load maybe moreThat's not what I understood from random info found on the web, googled again and found Energizer AA...
View ArticleBare metal, Assembly language • Re: Is this blinker code supposed to run any...
That good you now appear to have the cache and branch predictor running.If you wanted some smaller code see below :Code: // R3 toggle register// r4 led pin bit ldr loop:ldr r2, =0x3FFFFFFFdelay: subs...
View ArticleC/C++ • Re: What are the Linux interrupt numbers for peripherals?
Thanks, it looks like PWM is in the device tree already, would I need to change anything?depends on if the existing driver does what you want or notOk thanks, finally do you know if the PWM module can...
View ArticleTroubleshooting • Re: Raspberrypi 5 freeze randomly and verry often
i have found that most causes arestorage media - this is the most wide array of possibility, there are to many choicespower supply - this is a toss up, i seen power supply's that should work but don't...
View ArticleDeutsch • Re: RPI 4b 1GB Ram nicht mehr erreichbar
Du machst Dir das Leben leichter wenn Du einen Monitor anschliessen kannst. Und dann hift auch oft eine Tastatur.Du kannst auch das systemd journal persistent machen und an einem anderem Linux System...
View ArticleHATs and other add-ons • Help: Official Pi 5 case Stacking Standoffs?
I'm trying to figure out which standoffs to use when stacking the Pi using the official case. I bought a stack of 30mm with 6mm threads, but the threads just barely don't reach enough to actually...
View ArticleGaming • Re: Minecraft Server hosted on Raspberry Pi 4-B 8G RAM lagging don't...
Found It thanks! My sd passed the diagnostics. I still have no clue what It could be. Maybe the upload/download speed of my wifi was incorrect?? I used the speedtest by ookla, It should be fine...
View Article