HATs and other add-ons • Re: NVMe overheating issues with GeekWorm dual NVMe hat
I haven't measured the total power drained by pi. Just checked in some forums - some guys measured pi power consumption on max load. Nothing is connected to pi, except the hat + 2 ssds.I have an...
View ArticleEspañol • Re: RP2040 NO RECONOCE EL PUERTO USB EN WINDOWS
¿Has probado con otro cable y otro puerto?Statistics: Posted by raspdroid — Sat Nov 02, 2024 7:40 am
View ArticleAdvanced users • Re: Pi-Hole No Router Access
Some ISP supplied routers do not facilitate setting a custom DNS server but do permit the DHCP server to be turned off. If so you can enable DHCP server on pi-hole and set custom DNS there. Either...
View ArticleTroubleshooting • Can't Claim Server
Hi,I can't claim my server. I am running Plex on a Raspberry Pi 4b (installed via Repo). I can log into Plex fine and when I go to claim the server, it tells me there was a problem logging onto Plex,...
View ArticleTroubleshooting • Re: Request for help: RPi4B (2gb ram) not booting to SD card
If you are asking what the input is to the monitor, it's HDMI. When the pi is booted without the SD card it just gets stuck on the initial screen (detecting for SD card or "USB-MSD")Statistics: Posted...
View ArticleTroubleshooting • Re: crazy issues with NFS and 2 pi's
If it happens again I'd try rebooting the Pi 4 first to see if that fixes it.It does, if I remember correctly that's how it went down last time. I had rebooted the pi5 several times (but without...
View ArticleCamera board • Re: Camera Module 3 Not Detected On Raspberry Pi 4
I have been trying to fix this for a while and even tried a new camera module, but whenever I run libcamera-hello --list-cameras, I get "No cameras detected". I do not know what to do. I have flashed...
View ArticleBeginners • Re: PI OS Upgrade: Buster to Bookworm
If I were to boot those remote machines from SSDs, what would you suggest?They don’t need much storage, just reliability.This is starting to sound fun again.I exclusively use startech USB3S2SAT3CB...
View ArticleOff topic discussion • Re: What batteries are safe?
I looked at LiFePO4 for the fire resistance. They are supposed to be the best for side of house batteries. I have not found a small LiFePO4 from a reputable company with matching charge/discharge...
View ArticleC/C++ • Cross compile using cmake
Hi Folks,Long preamble before the question. Necessary I'm afraid.I really shouldn't have gone down this rabbit hole considering how much I loathe xgcc environments. That said, I needed to in order to...
View ArticleBeginners • Rasp Pi Imager can't download image
I'm trying to install a new Pi image on my SD card. I set up the Pi Imager with the options I wanted, clicked OK then nothing. I thought Maybe it's just slow so I left it and went and did other...
View ArticleAI Camera - IMX500 • Re: run yolo on raspberry pi ai camera
Thank you - this is very helpful. As I mentioned in my prior response, I want to use a probe type device and use yolov8 to detect objects and beep if found. Will start with std model but in parallel...
View ArticleBeginners • Re: iptables vs nftables related confusion wrt my home Raspberry...
As standard It is really running nftables but has the iptables-compatibility layer built in, I've always carried on using it as though it is iptables even though it is not.Thanks a ton @pidd for your...
View ArticleGeneral discussion • Re: PIR false positive when sending mail
The code where you read the PIR and make the decision to send the email is not there. Sending emails take a fairly long time. Check if you have a flag (variable) with the state of the PIR that stays...
View ArticleNetworking and servers • Re: Is WayVNC fixed?
I am having more success now (possibly after some recent RPiOS updates) with WayVNC in use with TigerVNC Viewer. I have set up two RPi5s interconnected only with an Ethernet cable. The cable is...
View ArticleTroubleshooting • Re: RPi5 boot issue - 'Fatal firmware error'
Hi nadirpi23, Unfortunately I do not have a solution but I too, am facing with a RPi5 Fatal firmware error. From my end, this occurred since I've change the bootloader directly from the imager.Below...
View ArticleGeneral discussion • Re: I want to build a ultra low latency live streaming...
Reduce the resolution. Use a Pi 5. Use a Tier 1 fibre network. You do not mention the resolution of the output or the hardware or the network connection. Someone out there might have experience with...
View ArticleRaspberry Pi OS • Re: labwc Multiple desktops
Another thank you for this thread to @redlegjed, and also to @Annie UK as your extensive example is as good as any manual or documentation for me.Statistics: Posted by andrew_pi — Sun Nov 03, 2024...
View ArticleGeneral discussion • Re: Increase physical memory
How do you solder the contacts under the chip?In our area, selling the Pi 5 4GB and buying a Pi 5 8GB would be the cheapest solution. Cheaper than buying a memory chip and a wave soldering machine....
View ArticleGeneral • Re: N phase shifted pwm signals
Just do this on the CPU using DMA and PIO.Talking through the look up table (lut). You have 4 pins, each pin has its own bit sequence table within a 8-bit parallel write. There are 20 steps per...
View Article