Raspberry Pi Connect • Re: Raspberry Pi 4 4GB RPI Connect not working
I also didn’t know there was a sub forum. Did I miss the announcement?Apparently, Yes, you did.Ref: Raspberry Pi Connect - https://www.raspberrypi.com/news/raspberry-pi-connect/You can let us know...
View ArticleSDK • Re: RP235X Address Translation query
Ok I think I missed the point about making an unpartitoned UF2 run partitioned… can you explain what you mean a bit moreIf u just mean you have a binary which reads directly from the end of flash via...
View ArticleTroubleshooting • Re: VNC access no longer working
Most people (in this situation) just want it to work (again - i.e., like it used to).They don't care about all this newfangled stuff.I do get it - you guys do. They don't.Statistics: Posted by...
View ArticleTroubleshooting • Pi Zero 2w frozen due to browser
Hi all.I'm setting up IIAB on a pi zero 2w. I was configuring and have it connected to monitor as well as wireless keyboard and mouse while doing so. I stepped away for a moment and my husband tried...
View ArticleRaspberry Pi OS • Re: RPi-4 Bookworm X11 headles
Does it have in the menu under Preferences, “Screen Configuration” ?Statistics: Posted by neilgl — Sat May 03, 2025 8:09 pm
View ArticleBeginners • Re: how to switch from wayfire to labwc
The recommend update process isCode: sudo apt updatesudo apt full-upgradeThere is no need for the list step as the upgrade step shows what is going to happen before asking for the y/nTo change to...
View ArticleGraphics, sound and multimedia • Re: How can I play HLS/DASH (.m3u8 / .mpd)...
I would install Raspberry Pi OS with desktop on that Pi4, then use a browser to look at the HLS/DASH streams, e.g. using the video element in an html page with the JavaScript video player hls.js from...
View ArticleGeneral • Re: RP2350-E16: Can debug key installation compensate for...
OK, so you'd like (in the bootrom)1) a way to mark a page of OTP for "device secret" (such that it can be locked down) - possibly allowing for >1 even with FIB readout mitigation2) This page would...
View ArticleMicroPython • Re: no ARP reply from Pico W
I did some further tests with a Pi 4 and Pi Zero 2 W that I documented under the micropython issue: https://github.com/micropython/micropyt ... 2848788010While Pico W does not ping reliably under Pi 4...
View ArticleTroubleshooting • Re: Root Somehow Locked
What are you setting in the setup wizard? I don't think I've ever used it, I set all the necessary settings in the imager then use raspi-config after booting.Statistics: Posted by pidd — Sat May 03,...
View ArticleNetworking and servers • Re: ssh issues with Raspberry Pi Model 4 B
Yes, it is a wireless network.My project originally targeted a RaspberryPi Zero 2 W but swapped it out for more speed and memory of aModel 4 B. I was using 2 different monitors, a target monitor which...
View ArticleGeneral discussion • Object Detection vs. Object Classification For Real Time...
Hello,I’m working on a project to detect roadside trash and potholes while driving, using a Raspberry Pi 5 with a Sony IMX500 AI Camera.What is the best and most efficient model to train it on? (YOLO,...
View ArticleGeneral discussion • Whoops.. I forgot about the trusty old pi-0-w..
My Pi-zero-W has been working away flawlessly hosting a mqtt broker and a few simple node red flows and i have forgotten to apply any maintenance/updates to the system in years.. - No Release File...
View ArticleBeginners • Re: Raspberry Pi 5 NAS with 10x 3,5" HDD
It should not be a problem to power from 1 source, as PC ATX PSU can deliver hundreds ow Watts. Also a 12V (car)battery of lets say 100Ah can easily get it all started.But a Pi based solution is...
View ArticleGeneral • Re: Pico 2 - Multicore code, possible conflict SPI/DMA
Because my display and SD card reader are on the same board, they use the same MISO and MOSI pins, so if I send the whole buffer through SPI, I block those pins.This is not ideal, cannot separate...
View ArticleGeneral discussion • CM4 PCM1865 TDM 4CH ASOC
Subject: RPi CM4 (BCM2711) TDM Master Mode Clock Issue with PCM1865 Slave (4ch Capture)Hi all,Goal:Capture: 4 simultaneous channels from the PCM1865 ADC (slave).Playback: 2 simultaneous channels to...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Small TFT based on ILI9341 ST7789 -...
Increased SPI frequency to 64MHz - ran camera preview in GUI -> no tearing at all, but see some lag in the preview. My V2 camera gives me 30frames when running 'libcamera-hello -t 0'. Used an ACC...
View ArticleBeginners • Re: Copper heatsinks and official fan compatibility
Hello Raspberry Pi community! First time ever getting into the world of the Pi's.Before buying a Raspberry Pi 5 4GB, I wanted to know something...There is a 5-Pack of copper heatsinks around the...
View ArticleGeneral • Re: Pico cannot register scroll wheel movement
Thank you so much for this reply!Let me point out some follow up subjects that came up.1. I tried this code snippet inside the receiveAndProcessMouseHIDReport() function, in order to log every mouse...
View ArticleDebian • Re: xscreensaver VS 'xset dpms'
Ok, typical user error:I didn't noticed the advanced tab on xscreensaver settings .... I set there the time to switch off the display and it worked. So simple .....Statistics: Posted by korakios — Sun...
View Article