Beginners • Re: Raspberry Pi Lite installed via installer doesn't connect...
Thanks. Once I used latest installer it started working.Statistics: Posted by sudhirkhanger — Sun Feb 15, 2026 12:51 am
View ArticleBeginners • Re: Yet another small desktop with VNC thread
Ok, I just tried adding to the cmdline.txt file. HDMI-A-1:1920x1080@60D console=tty1......... No joy.I have tried the vnc resolution in raspi-config as well.Statistics: Posted by Brodan — Sun Feb 15,...
View ArticleGeneral • DMA interrupt has stopped working.
Hi all,I have a project which is interfacing an 8 bit micro (6809E) to a pico using PIO state machines and DMA. That bit works, which I know because I'm running code out of the DMA->PIO served...
View ArticleTroubleshooting • Raspberry Pi 3 B+
I just bought this model to use for Pi-Hole: https://www.amazon.com/dp/B07BC7BMHY?re ... asin_titleLove the machine, and I may buy the kit for the latest Pi 5 at some point. But I have a problem that...
View ArticleOther • Re: Ideas and discussion of capable browsers for low memory pi
I had hoped that basilisk might be a good browser for pi's with less memory. It's developers seem to have the right attitude about long term support and not changing for change's sake. See their home...
View ArticleTroubleshooting • Pi zero cluster error
I have a pi zero cluster that works just fine, however it recently started displaying this error:Failed to load HAT overlaydterror not a valid FDT - error 9I have installed all updates. Does anyone...
View ArticleAutomation, sensing and robotics • Re: Project to connect 30 + sensors on a...
"A bit" is a bit of an understatement I can think of a few more:What's the environment?Is there power at the remote end?Is there network at the remote end?One remote location or several?What sample...
View ArticleMedia centres • Project: Flick gesture board control of Kodi
Eating chicken wings and you need to forward the video but you don't want to impart the chicken flavor to your remote? Exactly my motivation for this project. I think it's done except maybe for any...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: 3rd Party DSI screen bringup......
RP1 Supports polarity swapping viewtopic.php?p=2339260&hilit=polarity+ ... i#p2339288*tip of hobby knife screeches to a halt 2mm above solder mask*HOT DOG THAT'S AMAZING!! Thank you for letting me...
View ArticleOther projects • Re: Outputting PADD on Pi screen
Sorry, I just added the photo and the links to the post. I've tried the screen setting you refer to and the do not work for this RPi screen.Statistics: Posted by Jbburf — Mon Feb 16, 2026 9:08 pm
View ArticleSDK • Re: How can I compile TinyUSB in my project?
I think you'd better do a search for:"usb hid keyboard events""usb hid mouse events"and read about that. The USB devices are responsible for sending certain formatted USB data packets / reports, PC...
View ArticleCamera board • Re: Capturing single frames from C++ app: internal pipeline of...
Hi there again,OK, I've tested the idea of swallowing the startup frames. Unfortunately, for each frame consumed this way, a new one is apparently put into the queue, so when I finally get the correct...
View ArticleRaspberry Pi OS • Re: Installing gcc 15.x
Sorry for the confusion; I meant to write "what build options do you use for a Pi 4 running in 64-bit mode?" I think the Pi 4 is based on a Cortex-A72 that didn't have built-in crypto.That's a very...
View ArticleBeginners • Re: Recommended 2TB NVMe SSD for Raspberry Pi 5
An advert for the Mcuzone MPS2280 adaptor board shows a Samsung 970 Evo. Some brands of adaptor board have lists of the SSDs that cause problems for the board. I have only had problems with an older...
View ArticleRaspberry Pi OS • Re: Mouse wheel "lag" in Chromium
Also, compare scrolling Chromium with the arrow keys, page up/down, and by dragging the scroll bar.PerfectStatistics: Posted by theoldwizard1 — Mon Feb 16, 2026 11:58 pm
View ArticleRaspberry Pi OS • Re: Headless Trixie with static IP set before first boot -...
'"You should not use static IP." (Then why does this option even exist?)': because there are cases where you need to e.g. for your gateway and DNS servers. And for historic reasons.""Use DHCP." (I...
View ArticleTroubleshooting • Re: Raspberry Pi 3 B+ 1080p first time, goes to 1024x768...
I was going to delete the post, but I figured someone else might be having this problem. Unfortunately I don't have an answer, but today I got a faster card, so I went through the process again, and...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Glad you got it working.I realised it will only boot the OS that is at the top.That's not true. The ordering is just for aesthetics (a user request).Any OS can be booted from any position in the boot...
View ArticleSDK • Re: How to deal with 2 source files in one project?
In my case, the declaration and the call/use are in the same C file (‘core1.c’).Yes, function declaration of inlines that are used in the same file do not involve the linker at all. Try a "make clean"...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Raspberry Pi 5 support for MIPI CSI-2...
Hello community,Does the Raspberry Pi 5 check anything related to the payload from CSI-2 frame start/end or line start/end packets? Does it capture any diagnostics related to incorrect reception of...
View Article