Networking and servers • Re: Current options for sharing Pi OS screen to...
Thank you for the reply hortimech. I will offer a read only share to photographs and music for the Win machine. Update access will be only Linux machines through NFS.The screen sharing bit is the...
View ArticleBeginners • Re: On/Off Switch for Raspberry Pi 4
I would prefer a full shutdown but open to options. Its mainly for safety and not wasting power when I'm away from the desk.Statistics: Posted by russ8585 — Sun Nov 02, 2025 12:19 am
View ArticleOther RP2040 boards • Re: Enumerate 10 CDC Serial over Raspberry Pi Pico 2
@akash614, I'm curious, why does the use case need 10 CDC serial? Like arg001, I would want to stick to one comms pipe through USB if one program was communicating with the Pico, then format whatever...
View ArticleGeneral • Re: SIM Modules
Yes - lots of Pico functions working before that. I have some lights, some current monitors, actively using the wifi, I've been testing voltage on pins with multi-meter. Can't say I've tested...
View ArticleSDK • Re: simplest way to shut down RP2040.
Thanks , I was looking at pico-extras, which seems to be largely the same code in terms of this issue. So I copied the repo and included it as suggested into my project file:Code:...
View ArticleCompute Module • Re: CM5 HDMI pinouts
Hello,The CM5/CM5IO board is compliant with the HDMI specification. Labeling the CEC pin as 5v tolerant is a little confusing at there is no requirements for it to be so. No level shifting required...
View ArticleTroubleshooting • pps-gpio not loading on trixie on Rpi 5 (PTP issue)
Im trying to get the PPS-GPIO loaded on trixie on a rpi 5./etc/modules does have pps-gpioconfig.txt has dtoverlay=pps-gpio,gpiopin=18if I run ppstest /dev/pps0, it does find the PPS signals from the...
View ArticleGaming • QUAKE III MODS WITH THE IOQUAKE3 SOURCE PORT
Quake III with the ioquake3 source portWhile there are a number of games which utilize the ioquake3 source port, games such as Open Arena, Q3Rally, Return to Castle Wolfenstein, Tremulous, World of...
View ArticleCompute Module • Re: What's a CM0?
The side of the box says: "Made in PRC"Thanks for that info.Statistics: Posted by hippy — Sun Nov 02, 2025 3:27 am
View ArticleBeginners • Finding true current draw
I've been building and tweaking a raspberry pi based timelapse camera and have things pretty optimized at this point. I'm looking for some advice on how I might get some real numbers on how much power...
View ArticleNetworking and servers • Re: Updated to Trixie and network access is read-only
The distribution I use does not use sudo so the command is run as root.Which distribution is that then? And are you required to do everything as root or do you su first?On to your log.To me,...
View ArticleSDK • Re: simplest way to shut down RP2040. [SOLVED]
but the board I test has 16MB Flash, and some neopixel, could be leaking more,Is that a chinese pseudo clone with a regular linear regulator instead of the LDO?Statistics: Posted by pie_face — Mon Nov...
View ArticleGeneral 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 Article