Troubleshooting • Re: US English
Which Pi is it and which operating system?Statistics: Posted by neilgl — Sat Jan 24, 2026 10:29 pm
View ArticleGeneral discussion • Re: RP 0 2 W won't boot
Which version of Raspberry Pi Imager did you use to flash the microSD card?Statistics: Posted by neilgl — Sat Jan 24, 2026 10:30 pm
View ArticleTroubleshooting • Re: RPi5 16G seemingly bricked
Where can one download the sig file?It is just the SHA256 hash of the pieeprom.bin file.Statistics: Posted by trejan — Sat Jan 24, 2026 10:35 pm
View ArticleRaspberry Pi OS • Re: Resurrection old thread - Adding to task bar, Trixie
Linux, and in this case, the desktop software, which is not actually part of Linux, do fall short in the documentation area. Thanks for reminding me that the desktop is not actually part of Linux....
View ArticleMicroPython • Re: Raspberry Pi Pico - Using ADC input as a digital input?
Right! I'm with you. The tutorial I was using in YouTube said to use the physical pin... hence my issue. ThanksStatistics: Posted by MikeyStroud — Sun Jan 25, 2026 8:48 pm
View ArticleOther projects • Re: PI ZERO 2W - Power Via 18650 Batteries
if you can measure voltage, then do it after the dc/dc component when pi is (re)booting and if still OK then directly on the pi gpio where gnd and 5v should be (google the pinout). One reason for...
View ArticleOther projects • DIY home security camera guide (Easy)
Hi Raspberry Pi community!I've developed an open-source software stack for building your own Raspberry Pi security camera. It has the following features:ML-powered person, pet, and car...
View ArticleBeginners • starter kit question
Hello,My family and i are looking to purchase a starter kit for our son. He's taking an "intro to coding" course in school and really enjoys tings so far. My question is which of the starter kits...
View ArticleGeneral • read flash to file via SWD
Dear reader,I'll have here two "Raspberry Pi Pico W", one defective (no USB, not even with BOOTSEL pressed when plugged in) and one fully functional, both running circuitpython with sht45 sensor (both...
View ArticleBeginners • Re: How to connect to PI 3B+ using just ethernet cable
You would need to edit interfaces in /etc/network/interfacesHere are some suggestions:Turn off wifi:Code: nmcli device disconnect wlan0nmcli connection modify wlan0 autoconnect noCode: apt install...
View ArticleAutomation, sensing and robotics • Re: Looking for a proximity sensor
Well anyway, I plan on removing that chip and just using the TCRT5000 sensors directly, since I can get a varying signal from them instead of just an on/off signal.Statistics: Posted by xtal256 — Sun...
View ArticleBeginners • Re: Custom Layout for Squeekboard
I'm glad you were able to take advantage of my suggestions. I spent a lot of time trying to figure out squeekboard.What I originally saw was an on-screen keyboard that blocked all windows around it,...
View ArticleTroubleshooting • Re: Raspberri Pi with Red Light
Hello,That same, with other/ original OS, happens the same.RegardsStatistics: Posted by jaxwins — Sun Jan 25, 2026 10:29 pm
View ArticleGraphics, sound and multimedia • Re: RP2350 Pure Digital HDMI Mod for Neo Geo...
That is cool. Output looks great.Statistics: Posted by trejan — Sun Jan 25, 2026 10:38 pm
View ArticleTroubleshooting • Re: Raspberry Pi 5 boot issues, is my board faulty?
The most basic test - do you see the diagnostic screen when powered with hdmi screen and no sd card?What does it say about hdmi and power? Post a photo.I haven’t seen the diagnostic screen, nothing is...
View ArticleOther RP2040 boards • Pico development board with debug probe inclusive
I am currently doing a project with the Raspberry Pi Pico that is very software heavy (I am essentially creating my own operating system).My current setup is two Raspberry Pi Pico chips on a...
View ArticleOther • 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 Article