SDK • DVI example with HSTX
Any chance we could get that example pushed to a public branch ? It's "only" 3:2:2, but I'd like to see if I can get it to a full 24-bit 320x200 display using 256 colours at once from a lookup table....
View ArticleGeneral discussion • Virtual machine on pi
Evening,What would people recommend for running g a virtual machine on rpi os?The intention is to have the pi boot to pi os, and run RISC OS in a VM from within pi os.Ideally, I would like to be able...
View ArticleRaspberry Pi Connect • Re: Raspberry Pi connect with tailscale not streaming...
YES that did the trick! Is there any way you could add a mechanism to automation use mdns when it detects tailscale? Also I noticed that the issue didn't happen before because I was on my home network...
View ArticleJava • Re: Java font problem/question
Looks like the anti-aliasing is not working on the first try. Are you constructing all of your GUI components on the Event Dispatch Thread? Can you make a simple example (an SSCCE) we can...
View ArticleTroubleshooting • Re: NetworkManager - How to set default profile?
Via the connection.autoconnect and connection.autoconnect-priority settings.Code: # disable autoconnect on a connection sudo nmcli c modify <conn-name> connection.autoconnect no # change the...
View ArticleOther programming languages • Re: Printing and Powershell
Where did you get the arm version of powershell?Statistics: Posted by pidd — Fri Aug 09, 2024 8:14 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: DSI bug on Pi 5
Is there any interest in a PR for adding this display to the upstream panel-sitronix-st7701.c driver or should we just maintain a patch for our use?Any support for new panel variants should really be...
View ArticleTroubleshooting • Re: Flood of DNS queries from my pi5
So what's running on the Pi5? Post the output fromCode: ps aux | grep -v "\\["Here you go:Code: USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMANDroot 1 0.0 0.1 168856 11432 ? Ss 12:19 0:00...
View ArticleCamera board • Re: HQ camera at 1080p 60fps possible?
Which version of Pi?Pi0-4 are limited to 1Gbit/s per CSI-2 data lane, of which there are 2 exposed on the Pi HQ camera module. That limits the maximum pixel rate.Pi5 supports officially up to...
View ArticleSDK • Re: SDK2.0.0 - all web include links failing
I don't think nmake works for the SDK anyway, you probably need to set CMAKE_GENERATOR=Ninja in the environment before invoking the build, assuming you have Ninja installed, as you don't seem to be...
View ArticleCamera board • Re: imx577 camera width CM4
Hi Folks!I am trying to get an imx577 camera working on a custom board using a CM4According to this thread:https://patchwork.kernel.org/project/li ... inaro.org/The imx577 and imx477 are code...
View ArticleHATs and other add-ons • Re: Could PyBricks be up and running on BuildHAT..
Phew..So, with the costs of several cups of coffee i managed to trace, locate and "analyze" the port_initdriver() function (it appears in the debugging messages, and is therefore a noticeable target),...
View ArticleSDK • Re: RP2040 inter thread synchronisation
The only thing I can see wrong is your interrupt acknowledgement logic - you don't need to call multicore_fifo_clear_irq() if there's data in the FIFO, reading the word out of it implicitly clears the...
View ArticleAdvanced users • Is my Raspberry Pi 4 Dead?
Hello everyone,I'm trying to boot my Raspberry Pi 4 but it does not work.The ACT LED does not blink. I read online and it was said that the if it's not blinking it's not booting up. It may be due to...
View ArticleTroubleshooting • Re: RPi 5 mounting error of portable SSD: Filesystem type...
Hi Thagrol,No, all are standard RPi OS kernels, with correct checksum after the download.After doing a cross-check, by - putting the SD-card with the 6.6.42-v8-16k+ image from the faulty RPi 5 into...
View ArticleBeginners • Re: How can I drive a vibrating motor by GPIO?
Try three connections:pi 3V3 to controller board Vccpi GND to controller board GNDpi GPIO18 to controller board EN (enable)Then without writng any .NET code or python code, start a Terminal on the pi...
View ArticleOther projects • Re: A Birthday Present for Fido
As soon as shifting houses is out of panic mode, my plan is to surprise the dog developer with a Pi 5 NAS enclosed in ceramic tile.viewtopic.php?p=2237589#p2237589see...
View ArticleBeginners • Re: Online Editor
FYI Pico runs off firmware and not an OS like the other RPIs. Thonny supports uPython but you can’t use a debugger.Statistics: Posted by DS256 — Sat Aug 10, 2024 8:28 pm
View ArticleCamera board • Getting started with RTSP Stream on bookworm
I have an RPi Zero 2 W with Raspberry Pi OS Lite (Bookworm) installed and an RPi Camera v2.1 connected. I'm simply trying to get it configured to stream RTSP.I tried the instructions offered here:...
View ArticleRaspberry Pi OS • Re: VNC on Raspberry Pi 5
Just curious.. I'm able to load VNC Server on RPI 5, but it won't start under Wayland. Did you get yours to somehow start the Server function under Wayland? I switched to X11 and it came right up....
View Article