General discussion • Re: What product would you like to see?
And despite that, you can get larger units. I have a 30Ah (~117Wh) one sitting on my desk, charging, at the moment.Yes but it (hopefully!) got to you via a ship, not air-freight.So far as I recall...
View ArticleKeyboard computers (400, 500, 500+) • keyboard & led not responding
Earlier I was using my RPI 500+ like normal, bought it just a few weeks ago, and while I was coding and working on my website the keys stopped responding. Thought it was Chromium not responding at...
View ArticleGeneral • RP2350 BootROM USB
I’ve got a custom board with the RP2350 (rev A2) that will not enter the USB bootloader when pressing bootsel.The board works when I program it with a debugger, including enabling USB for virtual...
View ArticleAI Camera - IMX500 • Re: AI Camera + Zero 2 W + picamera2 + mediapipe not...
mediapipe will work with any USB webcam... the AI camera won't get any advantageThe mediapipe pip package depends on numpy 1.46, but the latest opencv wants numpy 2.xThe solution for this is:* create...
View ArticleAdvanced users • Re: Image File Utilities : device-chroot
Hi RonI think this is a really dumb question .. but your device-chroot script seems the perfect solution to my needs and I can't make it work I need to image a 32GB USB device onto a nominally 64Gb...
View ArticleBeginners • Re: Advice on Hardware
While I suspect this might be "for profit" motivated I will offer some advice.I respect that you have stayed true to your values and only reiterated what has already been said.Not everything was...
View ArticleGeneral • Re: RP2350B - IRQ latency
Also take in account that accessing system counters takes a few more cycles for each access because they are located on APB bus.The APB bridge provides an interface between the high-speed main AHB5...
View ArticleGeneral • Re: Pico W issue: serial port not detected
After I set it up to automatically run my program using main.py and boot.py, Thonny stops recognizing the board whenever I disconnect and reconnect the usb cable.I've had this problem, especially with...
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
Raspberry Pi 5 has landed (or will land in October ) links: https://www.raspberrypi.com/news/introd ......
View ArticleOther projects • Magic Mirror for docker on RPI
I'm looking for a current docker image of Magic Mirror for the RPI. I've looked on the docker hub and they are all way out of date by years. Is there one on github for the arm processor. I tried two...
View ArticleAdvanced users • Re: Image File Utilities
Code: root@indigo:/# sudo umount /host-root-fssudo: unable to resolve host indigo: Name or service not knownumount: /host-root-fs: not mounted.root@indigo:/# sudo image-backupsudo: unable to resolve...
View ArticleTroubleshooting • Raspberry Pi 5 Stuck in Safe Mode
I have a raspberry pi 16gb that I have been doing some benchmarking on. I was overclocking to guage cooling performance, and I had pcie speeds set to gen 3. At one point I overclocked it to where it...
View ArticleGaming • Re: Mobile Retrogaming Project Power Problem
If the screen is USB powered, you should be able to power the Raspberry Pi Zero 2, and the screen separately.The Raspberry Pi Zero 2 with USB peripherals should run with a 5V3A power supply without...
View ArticleOther RP2040 boards • Re: RP2350 BootROM USB
I've got the schematics, thanks.Make sure that QSPI SD1 is not pulled-up by FPGA at least for 10ms after Reset, otherwise it will enter in UART bootloader mode instead of USB.RP2350's pulls are very...
View ArticleMicroPython • Re: Pi pico PIO register access
Sounds about right (PC isn't incremented if R == 0, and otherwise jumps to itself). But what if the currently executing program has R inverted just at right that time? Maybe unlikely but could corrupt...
View ArticleGraphics, sound and multimedia • Re: Pi 400/5 stutter when playing videos...
“I can provide them if need be“ ok let us have links.Here it is:https://mega.nz/folder/zZsRECAZ#F84yB7ojWgePVuQ0WWbGQwEDIT: Noticed my my hevc encodings are actually 8bit not 10bit, so I was wrong...
View ArticleGeneral discussion • Re: Raspberry Pi 2 Model B v1.3
The bcm2836 is going eol so in future only the bcm2837 based Pi2 will be available.Statistics: Posted by jamesh — Tue Nov 04, 2025 6:20 am
View ArticleNetworking and servers • Re: Current options for sharing Pi OS screen to...
You can still run Xorg and familiar programs on new Pi OSBut for how long? I want to build for the future. Plus there are other Linux distributions with only Wayland.Wayland is the future. We do not...
View ArticleOther programming languages • Re: Two RTSP Web Cams - One bash script or two?
HiAs of the script to grab the images every 2 minutes, I really think you have the choice. I would go for a single script written with process functions (one for each cam) and using sleep, maybe...
View ArticleBeginners • Re: resources for learning networking
In networking "bridge" has a specific meaning: A network bridge is a computer networking device that creates a single, aggregate network from multiple communication networks or network...
View Article