C/C++ • Re: What is the equivalent of BCM2835 library on Pi4 Pi5 and Pi Zero W 2
But I know that with the 4,5 and 02W the design has switched to using new Raspberry Pi designed silicon rather than Broadcom based chips.This doesn't answer your library question but...Your knowledge...
View ArticleTroubleshooting • SSH Permission Denied, Can't Figure it Out
Hey guys, trying to get raspberry pi is going on a raspberry 5 by SSH but having a lot of trouble. I followed various tutorials that all seem to be exactly what I do but when I try to input the...
View ArticleBeginners • Re: Static IP won't remain Static
Device set static IP seems not to be the fashion round here.A friend of mine had 30-40 devices all configured with static IPs and had to re-IP his network. Not fun.Static IPs can be assigned via the...
View ArticleEspañol • Re: Problema con la configuración del display 3.5
El problema es que son instrucciones muy antiguas, para Debian Buster.Ahora estamos con Trixie y ya no usamos X11. Mira exactamente el controlador de LCD que tienes, envia una foto, y encontremos el...
View ArticleTroubleshooting • Re: SSH Permission Denied, Can't Figure it Out
Can you log in locally with a monitor and keyboard?Statistics: Posted by ame — Sat Nov 01, 2025 3:51 am
View ArticleCompute Module • How to control LED status with WL_nDisable pin
I am designing a hardware for my product using Pi CM4.In the datasheet, the information about WL_nDisable is:"This pin serves a number of functions;1. It can be used to monitor the enable/disable...
View ArticleOther projects • Enumerate 10 CDC Serial over Raspberry Pi Pico 2
HiI have created a Raspberry Pi Pico 2 based device which can enumerate a 6 CDC Ports of Serial but i want to add 4 more CDC ports.i have done the first 6 using this Github Repo...
View ArticleRaspberry Pi OS • Re: Native ZFS encryption on a PI 5
After a few hours investigation I have noticed if I switch the encryption algorithm from the default aes-256-gcm to aes-256-ccm then I can get the full 1Gbps read and write speeds with less than 50%...
View ArticleNetworking 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 Article