Camera board • Re: HQ camera as webcam, but not full resolution
No one ?Statistics: Posted by Oceanique — Wed Feb 28, 2024 10:13 am
View ArticleBeginners • Re: ip link settings on boot?
I have a Raspberry Pi 0 W. I have some settings which I apply to a USB Can module:sudo ip link set dev can0 type can bitrate 500000sudo ip link set dev can0 upThis results in the changing the status...
View ArticleOther projects • Re: Looking for 8x8 RGB LED matrix.
I don't know about the driver you mention, or current support, but there is the sense hathttps://thepihut.com/products/raspberry ... t-astro-piStatistics: Posted by PiGraham — Wed Feb 28, 2024 10:37 am
View ArticleAdvanced users • Re: RPi 5 serial port, does it detect a connection?
I've just tried this, being back in the office, and booting without the UART cable attached and subsequently plugging it does get me a login prompt.One thing I have noticed is that there is no pull up...
View ArticleTroubleshooting • libcec-utils Switch HDMI TV On Active Source RPi4 vc4-kms-v3d
The follow script switches my tv on and to hdmi x default 1/usr/local/bin/hdmiCode: #!/bin/shlock=/run/lock/hdmi.lockhdmi() { { echo p /dev/cec0 ${1:-1};echo on 0;echo as;} | timeout 9 cec-client -d 1...
View ArticleNetworking and servers • Re: Access point and http eg. mjpeg_server video stream
Bookworm does work on a Pi Zero 2 - I have one.Statistics: Posted by neilgl — Wed Feb 28, 2024 10:55 am
View ArticleCompute Module • Re: Sporadic Kernel Panic during PCI Scan on CM4 [SOLVED]
Did they elaborate as to why the previous version works and the newer one doesn't?Statistics: Posted by jdb — Wed Feb 28, 2024 11:08 am
View ArticleAdvanced users • Pi 5 Wayfire Display Scaling
I've been playing with adding `scale` to `~/.config/wayfire.ini` on a Pi 5, since support for this option might change what kind of DSI display products make sense on the Pi.It looks like integer...
View ArticleTroubleshooting • Re: RPi5 shuts down after 15 seconds
I'm having it replaced by the supplier.Just wondering why this happened. I read up on why ceramic capacitors would short, and a common problem is that they may crack, if the board is bend. Looking at...
View ArticleNetworking and servers • Re: Sharing the Ethernet port to USB0
Edit: I can see why it does not work: When I enter "sudo nft list tables", then nothing is shown. The NetworkManager is supposed to create the routing table when the usb0 interface is being configured...
View ArticleCompute Module • Re: CM3 7" inch DSI display on DSI0, I2C0, KMS
..2. I turn on the screen via modified db-blob.BIN and it works until the kernel tries to load VC4_KMS then the screen is blackSorry, but what do you have now: FKMS or KMS?If the screen lights up...
View ArticleCamera board • Re: Map ISO and shutter vals
Hi, note that Picamera2 is not related to any specific camera, it works with all our supported camera modules.Neither Picamera2, nor libcamera that it is built on, actually mention ISO - because its...
View ArticleBeginners • Re: New RP 4B 1st boot - HDMI screen not displaying
With no surprise, the diagnosic does not display on my UHD screens at my home. Both screens stay black.On my work's screen, the diagnosic shows. "Display: DISP0: HDMI HPD=1 EDID=ok #2 DISP1: HPD=0...
View ArticleTroubleshooting • Re: OS 64 bit:Turning off monitor sometimes forces logout.
This 'fix' just more issues - rebooting after adding this prevented me from logging in at all. The boot config file actually specifically says not to use video=.Can you say exactly what it said about...
View ArticleTroubleshooting • Re: Docker not working on Pi 5 running Pi OS
e try “sudo docker”?Ah yes sorry I put the wrong error message thereSo when I runCode: sudo docker run hello-worldI getCode: Unable to find image 'hello-world:latest' locallylatest: Pulling from...
View ArticleBeginners • joining community
Hi! I am an engineering student, and was wondering if there was a way to connect a raspberry pi to my phone via an app I am programming myself. Just questions on if I need extra hardware to be able to...
View ArticleBeginners • Re: joining community
No extra hardware needed to get it to run on your home wifi.Phone can also connect to the same home wifi.Or you can set the pi to be a "hotspot" that various phones could connect to.Dont forget safety...
View ArticleOther • Re: TP-Link TL-WN722N v2/v3 Not Working on Raspberry Pi5
Okay so, I followed a few lines on the kali website itself and it worked:Kali on Raspberry Pi 5 - Tips and TricksTo build external modules against the kernel, most instructions will state that you...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: How Can I Force DSI Output on Pi 5
vc4-kms-dsi-generic-overlay.dts was added to the kernel recently. As per the README you can configure it for a generic DSI panel that requires no initialisation sequence just using...
View ArticleCamera board • Re: Needs help, my camera PI5-IMX219-77. Doesn't work with PI5.
Please provide a link to this "PI5-IMX219-77" camera module.Is it Waveshare's camera module you're referring to? https://www.waveshare.com/pi5-imx219.htmcamera _auto_detect=1 only works with camera...
View Article