Compute Module • RPI-CM5 GPIO's
Hi I am working on RPI-CM5 to customize the CM5IO board.I have few queries1.as per documentations RPI-CM5 module has GPIO0-GPIO27 GPIO's with alternative function selection possibility2.do we have any...
View ArticleHailo • Re: Does the Hailo-8 AI Hat Kit Use Up All the GPIOs?
Try this...https://thepihut.com/products/poe-hat-p ... header-kitThis will allow the pins to protrude through the hailo hat.Statistics: Posted by gordon77 — Sat Jul 12, 2025 7:46 am
View ArticleTroubleshooting • Re: Can't configure NUT to shutdown after a set time on...
Let's see what information your UPS does provide.Replace w.x.y.z in the bash script below with the LAN IP address of your Raspberry Pi where NUT server is installed.Then run the script and report back...
View ArticleCompute Module • Kingston 1TB SSD NOT working on soft reboot with CM4 soft...
Dear Raspbery PI Team,I am using 1B SSD with CM4 letest bookworm OS.On power reboot SSD is detecting and working perfectly but of software reboot I am not getting SSD detection an lspci output is...
View ArticlePython • Re: print .. end="" not working
Are you perhaps thinking of 'f' strings? :Code: from datetime import datetimeimport timewhile True: print(f'now: {datetime.now()}', end='\r') time.sleep(1.0)Python 3.10Statistics: Posted by dBerriff —...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: TTL-USB Converter for GPS on RPI 4
sudo killall gpsd (Or stop the service properly )Then usecat /dev/theportnamePersonally I prefer gpsmon over cgps as it can use gpsd, the port or it's own driver.Any links to the product you...
View ArticleGeneral discussion • Android Auto and ODB2
Before I go reinventing the wheel, I thought I'd ask here if somebody has done what I've described below. I've searched around and found some stuff, but nothing exactly as I'm after.What I want to do...
View ArticleBeginners • Re: Pi + 3 displays
It very much depends on what knowledge the OP has and whether there is a possibly tight deadline for the project.A simple, quick setup would be three Pi4, each equipped with a HDMI monitor. I assume...
View ArticleTroubleshooting • Re: Fan not working
Hello,I have a fan for the Raspberry Pi 5, but it has four wires that connect to the FAN port. How do I turn on the fan?I've tried adding this to the...
View ArticleBeginners • Re: Cannot connect to WiFi with Raspberry Pi 4 Model B
Thanks to everyone for the responses! I didn't have the time to deal with them until now, so here are my responses:Have you installed the latest Bookworm 64-bit version of Raspberry Pi OS on that Pi4...
View ArticleBeginners • Re: Overview of organisations, developers and security of RPI...
This is the beginner forum and this topic is about getting an overview. I think Raspberry Pi is obfuscated and makes getting an overview challenging. Even something so basic such as an explanation on...
View ArticleMicroPython • Using threads kills wifi
Ive been playing around with _thread in a picow I have a function which sets up wifi and then gets some information from another pi using the wifi connection.If I run this normally , that is not using...
View ArticleTroubleshooting • Re: Phew, what a scorcher
If its idle much of the time, could you reduce the idle clock speeds on the Pi4?The Pi5 defaults to 1500MHz and I run mine at 500MHz with no ill effects - the Pi4 might go lower. It idles around 10C...
View ArticleTroubleshooting • Re: internet problem using motioneyeos software
MotioneyeOS was fine with the Zero and camera, it was back before we had much more RAM. You basically clocked fast stream and it uses hardware and worked ok.All I am thinking is MotioneyeOS stopped...
View ArticleGeneral discussion • Re: replace the USB 3 port
I have to say first that the hardware of the Pi 5 really disappoints me. The two locks that secure the display’s flat cable and the blue USB 3.0 port connectors have broken in less than a year, and...
View ArticleTroubleshooting • Pi Model B correct way to first time boot after Imager?...
I saw an old thread posted by oldman2 last year.In it he indicated he finally got an old version OS from 2020 installed with a graphical desktop.So, is there something I need to do to get that (or...
View ArticleGeneral discussion • Re: Pi Uptime - 10 years continuous
10 years continuous is quite impressive and a testament to the design and quality of the product.Statistics: Posted by kip_the_elder — Sun Jul 13, 2025 10:11 am
View ArticleMicroPython • Re: Using threads kills wifi Solved
Many thanks for all your replies, and especially trejan who solved the problem for me .. see https://github.com/micropython/micropython/issues/16779This contains downloadable uf2 files for the picow...
View ArticleHATs and other add-ons • Re: Can I connect multiple PCIe hats to an RPi5?
Hello I had one of these boards for awhile.My intention when i got around to it was to put 6 drives to make a small NAS. 5 Drives in a Redxa Penta HAT and one nvme in a Pineberry NVME hat. And connect...
View ArticleTroubleshooting • Re: Pi Model B correct way to first time boot after Imager?...
Bookworm supports all Pi models. Pi0, Pi1 and early Pi2 need to use the 32-bit version.In general the desktop image isn't recommended for models with less than 1GB of RAM.It will boot on a 512M...
View Article