Other • Re: Installing SCRCPY on pi 5
Thanks for all of that info. I am going to go back to streaming the video using scrcpy at a later date. However, at the moment I am time poor and so have had to use a less neat and compact solution. I...
View ArticleSDK • Re: Pico PIO IN read timing
Is the 'in' data clocked at the start of the instruction cycle or the end?Data is sampled on the rising edge of clk_sys.An instruction starts executing on the rising edge of clk_sys.So to literally...
View ArticleOther programming languages • Re: Trying script to get motionEye alerts on...
Where does '/' come into this ?That is called a forwardslash on Linux, while the '\' is called a backslash.If you write a bash script, you can declare and set a variable with something like:Code:...
View ArticleOther projects • Re: DIY home security camera guide (Easy)
I don't understand your criticism. The complete code, that includes the relay server, is open-source. See: https://rootprivacy.com/source-codeOf course, if you want to use my software, that involves...
View ArticleOther RP2040 boards • Re: Pico development board with debug probe inclusive
https://github.com/NevynUK/PicoDebuggerI would probably stack the boards on top of one another using a few 0.1" header pins, debugger below, with flying wires for the SWD pins, all bolted into any...
View ArticleOther • Re: trying installing windows 11 on my rpi5
but I saw someone doing this in a video and it worked flawlessly.Videos can be faked though I'm not saying it was. There can often be more to it than is shown in the video too.As I said above, the...
View ArticleCompute Module • Re: Webserver on RPi 4 in local network
Does your office not have a systems administrator? This is basic networking and configuration.Statistics: Posted by jdb — Tue Jan 27, 2026 8:19 pm
View ArticleOther • Re: New Pi Imager 2.0.6 released
Added the GiHub fix (one line) to a local copy of the script. It now runs OK thanks. https://github.com/raspberrypi/rpi-imager/issues/1479However, with Imager 2.0.6 on Windows 10 after a successful...
View ArticleCompute Module • Re: Raspberry Pi CM5 - help identify component size and value
I don't have a CM5, so can't even attempt to measure it.At a guess, it's a 100nF capacitor used for decoupling. If so, the Pi will run without it but may suffer some instability in certain use...
View ArticleTroubleshooting • Re: Raspberri Pi with Red Light
Again, install one of the official RPI OS's and report back on that.You'll get far better responses regarding diagnosis etc if you're using an officially supported OS.Statistics: Posted by wildfire —...
View ArticleBeginners • Re: NVMe SSD adapter (Geekworm X1003) / HAT/HAT+ compatible?
I use a pimoroni NVME base. works great no heat or cooling problems at all. They have list of drives that work well with them.Statistics: Posted by Craig1234 — Tue Jan 27, 2026 9:48 pm
View ArticleNetworking and servers • Re: [SOLVED] SSH "Connection refused"...
the latsest reply here is not very helpfull to say the least. Your customers can benifit form a warning on your website. Please support the linux community by thinking broader than your own...
View ArticleTroubleshooting • Re: RPi4B Not Recognizing Monitor Resolution
It sounds like you have a dodgy cable or adapter which isn't allowing the Pi to read the EDID from the display.[...]There's the error of the checksum being 0x79 when it should be 0x8b.I've done that...
View ArticleGeneral • Re: Reducing power consumption on Raspberry Pi Pico 2 W (BLE only,...
Hello everyone,I’m working on a project based on a Raspberry Pi Pico 2 W, programmed in C/C++ using the Pico SDK and Visual Studio Code.At the moment, the power consumption is around 100 mA, which...
View ArticleBeginners • Re: Can i connect an old asus laptop screen into my rpi5
For pure display purposes, it is probably easier to buy an old TV or computer monitor with an HDMI connection than to develop a very specialized solution.if the laptop still shows signs of life, then...
View ArticleRaspberry Pi OS • Re: Icons & symbols missing in GUI applications
I installed it on my Trixie Wayfire build, which also has Gnome installed, and it works fine, so the missing Gnome icon theme dependency would seem to be the problem.PeterOStatistics: Posted by PeterO...
View ArticleBeginners • Re: MCP4725 DAC noise
I have a small update on this. I ended up using my laptop for the first test, not a Raspi. I got an MCP4725 eval board from Microchip and a Bus Pirate for I2Cing with it via USB and a terminal...
View ArticleTroubleshooting • Re: Corrupted files while initializing PiOS Lite Trixie
The fschk is always ok, and I also test selective files for their content and they are okext4 does not checksum user data, so fsck will only notice a problem if corruption happens to land in the ~1.6%...
View ArticleBeginners • Classic Car Pi help
Hello, I have a 1968 Ford F-250 and I’m looking for a clean, modern way to monitor engine data without adding traditional analog gauges to the dash.Specifically, I’m interested in a Bluetooth-based...
View ArticleGeneral discussion • Re: A new product for the Digital Signage crowd. Coming...
Hmmm... Now if a version of the RPT 15.6" portable monitor were to come out with the SDM interface....Statistics: Posted by W. H. Heydt — Wed Jan 28, 2026 10:08 pm
View Article