Beginners • 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.Did you put the "video=" in front as...
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 • Re: Ideas and discussion of capable browsers for low memory pi
Sounds like pywebview may do what you require. Not tried it myself.https://pywebview.flowrl.comI’m not likely to do such a major rewrite anytime soon, but I’m making a note about this one just in...
View ArticleAutomation, sensing and robotics • Re: RFID Reader Question
Thanks ghp,It is now working, I didn't realise that the reader was out putting 12v. I created a new voltage divider and now data is getting sent to the pi.ThanksStatistics: Posted by Mark_M — Mon Feb...
View ArticleTroubleshooting • Re: 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 ArticlePython • Python v3 Errors
Hi everyone,I have a script that was working in python 2. I updated my pi and now using python3, I'm getting errors when I try my code. Code: #!/usr/bin/env python#green/data0 is pin 8#white/data1 is...
View ArticleSDK • Re: How can I compile TinyUSB in my project?
Maybe TinyUSB is the wrong approach and a pure Pico-PIO-USB implementation would be better ?TinyUSB runs on top of Pico-PIO-USB.I wouldn't say "on top of". That to me suggests TinyUSB depends upon...
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 ArticleFor sale • Re: Celestial pointer kickstarter
As with all things lasers there's definitely a need to supervise and make sure it's used appropriately. There's a master rocker switch on the front so it can be turned off at a moments notice if used...
View ArticleTroubleshooting • Re: How to update micro SD
Consider flashing a new operating system image on a new SD card, and usually the manufacturer will be able to supply the OS image.If the OS image from the manufacturer website is very outdated, you...
View ArticleTroubleshooting • Re: Do I need to reload bootloader for sd cards flashed...
Recently on one of these images i did a sudo apt update + upgrade which i think updated it to the newest version (Trixie, right?).Wrong, apt update + upgrade will not update to a new distro, something...
View ArticleGeneral discussion • PARTUUID on new device (SD Card)
I inserted a brand new SD Card into my Rpi 5 running Trixie and then booted. It show up, as expected, as /dev/mmcblk0p1 . Code: ~:$ sudo mke2fs -t ext4 /dev/mmcblk0p1~:$ sudo blkid -o export | tail -n...
View ArticleSDK • Re: How to deal with 2 source files in one project?
For projects of manageable size (say < 10,000 lines), I follow something like what ghp says. Rationale being, most PCs have plenty of memory so I compile my program as one big file and let gcc...
View ArticleTroubleshooting • I have a Raspberry pi 5 16gb ollama and ran ollama models...
I have a Raspberry pi 5 16gb ollama and ran ollama models they run in the ollama terminal but not in vscode or opencode and ollama launch options..I tried goose cliInstalled transformers It's like the...
View Article