AI Camera - IMX500 • Re: Raspberry Pi Zero 2 W + MediaPipe real-time...
I do not know much about MediaPipe, so will skirt around that!The IMX500 can run AI image inference on the sensor, which means all that work is offloaded from the Zero 2, leaving the CPU available for...
View ArticleBeginners • Re: Deciding between the Raspberry Pi 4 and the Raspberry Pi 5
RPI5 because a lot more CPU powerStatistics: Posted by dwam — Mon Dec 15, 2025 4:01 pm
View ArticleOther RP2040 boards • Re: Programming the PICO.
(This testing has made me realize that cp to the device takes only 2 seconds, and my fancy with-progress program takes 5 seconds. The progress report is not worth the three seconds every time I...
View ArticleBeginners • Re: WiFi not working on Zero2W?
Hmm, just used Imager 2.0.2 on Win 11 to write Trixie 32-bit LITE to a microSD card - setting wifi, hostname ssh etc. as usual.Booted a pi4 from it - WiFi OK. Booted a pizero2W from it - WiFi...
View ArticleCamera board • Re: GS camera wiring and documentation question.
Thanks for the clarifications.So the wiring goes likes this :Both XTR cables are soldered on the pads of each camera, and then soldered together, then plugged to the pulse source, in a T manner (xtr0...
View ArticleTroubleshooting • Re: Printer Setup for a Beginner
This is a slightly difficult one. It might work with the printer-driver-splix package (sudo apt install printer-driver-splix). There are some old instructions on this board (from 2015 or so) which...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: CM4 UARTs - simultaneous access not...
Write me a README entry for it and I'll do it.Thanks Phil How does the following look, similar to the Android documentation? The formatting here will likely not be correct unfortunately.Code:...
View ArticleTroubleshooting • Re: USB Ethernet Gadget mode !!! Can't load RNDIS driver
I'm pretty sure that using usbip (as mentioned by redvli) might do what I want, but that doesn't solve my problem, which is a much more friction-free, (nearly) geek-free method of accessing raw USB...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: console=serial0 alias changes on...
if no serial cable is detected on the dedicated UART header (J6).How does it detect a serial cable is connected ?Figuring out if something, anything, is connected to a UART port is usually difficult...
View ArticlePython • Re: Problem with print in a for loop.
It's personal preference.Though I believe the f-string method is now faster than the older .format methods.f-strings are a 1ns faster on my system:Code: [deadeye@nexus ~]$ ipythonPython 3.14.2 (main,...
View ArticleCompute Module • CM4 program_pubkey / revoke_devkey
HelloIs my assumption correct, that I can flash a signed eeprom to my CM4 (via recovery or flashrom) and then boot a system with program_pubkey and revoke_devkey set in the config.txt within the...
View ArticleCompute Module • Re: CM4 program_pubkey / revoke_devkey
those options go along with the eeprom blobStatistics: Posted by wcl55 — Tue Dec 16, 2025 3:50 pm
View ArticleCamera board • Getting rpiz2w working with motion
Hi all,I'm trying to setup RPI Zero 2 w to record video when it detects motion.I've installed motionI tested my camera with rpicam-still and it works fine.Code: rpicam-still[2:22:24.970591345] [2659]...
View ArticleRaspberry Pi Connect • Re: Copy from remote not working
as an aside the c&p problem is just screen sharing, remote shell it works fine.Statistics: Posted by ukscone — Tue Dec 16, 2025 4:15 pm
View ArticleCamera board • Re: Getting rpiz2w working with motion
Usually we use "libcamerify motion" to start it.And have a look at this post viewtopic.php?t=392876Statistics: Posted by neilgl — Tue Dec 16, 2025 4:29 pm
View ArticleBeginners • Re: WiFi not working on Zero2W?
Output ofCode: cat /etc/hostnameis? That's an old one... hohohoStatistics: Posted by pi-anazazi — Wed Dec 17, 2025 3:29 pm
View ArticleTroubleshooting • Re: problem with samba shared drives on raspberry pi 3
I do not think this has anything to do with Samba or the clients. It works to one share but not the other, so I would be looking at what is different between the two drives. Are they both using the...
View ArticleGeneral • Re: [SOLVED] Setup with TPL5110 timer module fails
Could it be the noise generated by Pico's SMPS on input?I tested a Pico 2W, and doesn't have so much inrush current but a lot of noise on VSYS (and most probably current spikes).Statistics: Posted by...
View ArticleGeneral discussion • Re: Built in method to wake PI from suspend/sleep?
With a proper RTC with battery backup (a very tiny component) you can have a Raspberry Pi wake from power off at a certain time. Not sure if the Raspberry Pi 5's RTC supports this.I think that ability...
View ArticleCamera board • Microscope
I want to build a Microscope that connects to a quality Rpi Camera for and Rpi 5 using the the buildin camera cable.Please recommend a quality camera with a mount for a lens.And please recommend a...
View Article