Other RP2040 boards • Re: Some questions about dual RP2354B MCUs on custom PCB
1) You probably want to include Schottky Diodes and best to prototype to see what does and doesn't work. If diodes don't work a tranistor or MOSFET circuit should -Code: -------------. .----------....
View ArticleTeaching and learning resources • Re: Advent of Code 2025
Edit: The "proper" solution for Day 10 part 2 is described here and here. It is fiendishly clever, obvious in hindsight, and I would never have thought of it.I have avoided looking at solutions to the...
View ArticleTroubleshooting • Re: Connect Raspberry Pi zero w to PC Using ONLY a USB Cable
Yes, I am using WIN11 Statistics: Posted by georgegeorge964 — Thu Dec 25, 2025 5:49 pm
View ArticleOther • Re: Linux File Systems for Windows by Paragon Software does not work...
Problem with Paragon - I have paid once (life time) .... Upgrade is not available, I have to pay again! "I have paid" ?I thought it was a start-up company. Maybe sue Paragon. Also sue MS for not...
View ArticleBeginners • Get updates for Firefox
My Firefox version is at 142.0.1 from August 27, 2025. Chromium that I don't use updates automatically. How do I set Firefox to update when the system checks for updates?Statistics: Posted by wnderer...
View ArticleGeneral • Re: RP2350 PIO DMA performance question 2 for fast IO response
Thanks, maybe better the threads are separate.RP2350A: With the following code (default compiler settings; SDK 2.2.0) the time from active /SRD signal to data out (DBG_OUT_SIG) is 21-22cycles, which...
View ArticleTroubleshooting • Re: Pi Zero W rebooting itself
The SBC formerly known as pi0w7, which had been in the troublesome tree setup, and which has been driving the other tree for more than 48 hours, hasn't rebooted once. The SBC formerly known as pi0w4,...
View ArticleBeginners • Re: Get updates for Firefox
I don't see Firefox on this list.wanderer@raspberrypi:~ $ apt list --upgradableListing... Donechromium-browser-l10n/oldstable,oldstable 1:143.0.7499.109-1~deb12u1+rpt1 all [upgradable from:...
View ArticleOther • Re: Any recommendations for a free and simple 'VPN' thing ?
Use Tor browser. That bypasses most geolocks.https://www.torproject.org/download/I run that on my Win11 system.Statistics: Posted by DougieLawson — Fri Dec 26, 2025 5:17 pm
View ArticleGeneral discussion • Re: Powering Raspberry Pi 5 from a 12 V Battery Using...
The converter board also supports direct current (DC) inputs ranging from 6V to 20V. This broad range allows for compatibility with various power supplies, including those used in automotive and...
View ArticleOther projects • Re: Setup fast boot to display RTSP stream from network camera
I would do it incrementally. First the Pi with ethernet to prove it's working and can be seen over the network. Get keyboard and SSH working. Then add the camera, check that works. Add the video...
View ArticleRaspberry Pi OS • Re: Imager Customization
DirkS EditionWindows 11 Pro Version25H2 OS build26200.7462Statistics: Posted by robjak — Sat Dec 27, 2025 4:34 pm
View ArticleNetworking and servers • Re: using pi 4 as a nas whith 4 bay Icy Box, new
Thanks for the answer and link. What I have read other equipment with the same chipset have been successful with RPI4 as the link cormnfirms as well, but would be interesting to see if anyone else...
View ArticlePython • a browser-based flowchart-to-Python tool
I’ve built a browser-based flowchart-to-Python tool designed for teaching programming concepts visually. Students can create, run, and export code directly from their flowcharts, with support for...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Flat cable capacitance and metal cases
Those flat cables for PCIe and cameras must require a certain protection from other wires and metal cases to avoid capacitance issues. Are there any requirements published?I guess the PCIe cable is...
View ArticleTroubleshooting • Re: Disabling SPI on GPIO 9-10 for simple input usage - CM4
Show your config.txt.SHow the output of pinctrl.Statistics: Posted by fchk — Sat Dec 27, 2025 5:42 pm
View ArticlePython • Re: a browser-based flowchart-to-Python tool
'fraid it's not generating a loop when it should be.I was expecting an infinite loop around the last two boxes.Editied to remove unnecessary details from image.Statistics: Posted by thagrol — Sat Dec...
View ArticleTroubleshooting • Re: Pi not booting
I'm am using a 40w USB c charging brick. With a wired mouse and keyboard.The problem is once I have a any of installed on the sdcard the pi has no video output but when I take the SD card out it...
View ArticleTroubleshooting • Re: RPI-imager doesn't save username and password
Well I have now had success but using Balena Etcher and then doing some editing.I downloaded the xz file relating to 64bit recommended version and ran unxz to decompress it.Then I used etcher to write...
View ArticlePython • Re: Python / Flask server not displaying embedded text data on...
I'm kinda confused with this execution and embedding of python. You're in python? Why don't you create a route for the pin.py (and it doesn't even have to exist) and embed your code in the route?Code:...
View Article