Troubleshooting • Re: RPI 5 Active cooler gets hot even when its off.
It Stays hot after hours and hours even whet i shutdown the rpi5.Oh no. If the Pi has been shutdown, where is the heat coming from? I wonder if the PMIC is giving off heat even when the Pi is off.That...
View ArticleGeneral • Re: Battery powered pico not working
I can run it using this https://voltaicsystems.com/Solar-System-Lithium-Ion-Capacitor.Could you please share which battery you used with that solar polar in that thread?I presume it's using the...
View ArticleTroubleshooting • Powerbutton on Pi5 not powering up
Hello, i wanted to install an external Powerbutton at my Raspberry PI 5, but it is not working properly. What i did:I connected a button between pin 5 and pin 6. Added following command to the...
View ArticleGeneral • Re: Solar power and battery for outdoor project
Sounds like a nice plan. I guess getting the info onto a smartphone would be easiest with Wifi/MQTT. An easy upgrade path too.Statistics: Posted by katak255 — Sun Jul 28, 2024 2:47 pm
View ArticleTroubleshooting • Re: Powerbutton on Pi5 not powering up
Pin 5 no longer powers up the Pi5...viewtopic.php?t=374034#p2238656Statistics: Posted by gordon77 — Sun Jul 28, 2024 3:07 pm
View ArticleAdvanced users • Re: RPI Secure boot not working as expected
After enabling UART in config.txt like below , please below logs.enable_uart=1eeprom_write_protect=1program_pubkey=1Logs :-[ 0.039244] Serial: AMBA PL011 UART driver[ 1.312360] Serial: 8250/16550...
View ArticleTroubleshooting • Re: USB boot requires a high current (5V 5A) power supply....
I moved property and I'm now getting the same issue again. I made sure not to plug it into any extensions... driving me a bit nuts. Perhaps time to buy another official power supply?I'm curious about...
View ArticleTroubleshooting • Re: No display on one of my monitors
Here's what I see when plug the Raspberry Pi without an SD card into the monitor that's not working. There's no "display" data. When I plug the Raspberry Pi without an SD card into the monitor that's...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: CM4, DSI data append one pixel every...
JDI LT070ME05000 probably wasn't the best example to copy as it has complications through the integrated backlight driver, controlled via DCS commands.Those initialisation commands look more like SPI...
View ArticleC/C++ • boost program options c++ question
Why is the any_string literal needed on the below code?Code: options_.add_options()("help,h", value<bool>(&help)->default_value(false)->implicit_value(true), "Print this help...
View ArticleCompute Module • Re: Flashing CM4 eMMC via I/O board slow. Advice?
Hi ,Regarding ethernet setup, yes that is all correct. And as I mentioned, using a stock image that is compressed from the RPi website works ok, so I think the setup is OK. FYI: I tried adding...
View ArticleAdvanced users • Re: Raspberry Pi 5 USB Gadget mode for MIDI
Ah, yes, you are correct!Then I don't know how to connect it without a USB-C split PD cable (which I don't have).My setup is: a Mac Mini (with USB-C and USB3/2 ports) that I need to use as a host, and...
View ArticleBeginners • Re: What's the best 1TB SSD in terms of Value to every dollar i...
It hardly matters. Anyway, is this a Raspberry Pi question?Statistics: Posted by jamesh — Mon Jul 29, 2024 3:10 pm
View ArticleGeneral discussion • Re: First quarterly report for Raspberry Pi Holdings PLC?
I don't believe UK PLC's are compelled to produce quarterly reports though some do.With Raspberry Pi seemingly signed up to the Secret Squirrel Club I expect we will see very little released as has...
View ArticleNetworking and servers • Re: My First Home Server
I would look to use Docker Compose files - these are often posted by the container creators and easier to step through and understand what is being set up. They are easier to use than the command line...
View ArticleAndroid • Re: Can I watch the Netflix contents installing Android on the...
Hello.I tried to write the imge "lineage-21.0-20240618-UNOFFICIAL-KonstaKANG-rpi4-atv-ota.zip" to the sd card using the raspberry pi imager,as suggested by the instructions,but it failed with the...
View ArticleBeginners • Re: Which one to download deb or rpm?
it's generally safer to go with the version that's in the repository.The newer one is in 'the' repo (Debian, which is the basis for PiOS 64)If the pi repo version would still be relevant for PiOS it...
View ArticleGraphics, sound and multimedia • Re: No interlaced HDMI output in Pi4 Bookworm
Hi,I am using a headless pi (no desktop, only CLI).If I try with 'modetest -s 32:1920x1080i-25', I get an interlaced output. However the framebuffer is still showing in...
View ArticleTroubleshooting • Re: Two RPi 5 dead
Ok, many comments here but so far I haven't got much further in my understanding of the problem.@Jamesh, thank you for your comment but if it is just the I2C communication with the PMIC that fails I...
View ArticleBeginners • Re: How to send two camera streams from RPi 5 over TCP connection...
There are many ways to go about this, so I'm slightly hesitant to make a suggestion. You could certainly put a "capture_array()" in a loop where you could (compress?) and send the frames. The outline...
View Article