Troubleshooting • Bluetooth Connected but not listed on output devices
device use:pi zero 2 WOS - LegacyI got this bash code Code: #!/bin/bash# Function to list all output devicesfunction list_output_devices() { pactl list short sinks}# Function to connect to Bluetooth...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Force HDMI audio with custom EDID
edid-decode shows:Code: Detailed Timing Descriptors: DTD 1: 1920x224 57.223937 Hz 60:7 15.679 kHz 39.120000 MHz (485 mm x 364 mm) Hfront 78 Hsync 184 Hback 313 Hpol N Vfront 0 Vsync 3 Vback 47 Vpol N...
View ArticleAdvanced users • Ext boot partition with u-boot
Hi,I'm trying to make the CM4 work with u-boot and an ext4 boot partition instead of the regular vfat. This is necessary for an OTA update to happen also for the boot partition with a tool called...
View ArticleTroubleshooting • Re: RPi5 shutting down on load
I'm experiencing almost same thing. unexpected shutdown with system stress (by cmdline tool stress) after less than 30 minutes, with official fan installed, and no extra info from "journalctl" or...
View ArticleCamera board • Re: night vision ir camera issue
A few random suggestions.....Have you applied the ov5647_noir.json tuning file in your code? (To get improved colour rendition from the noir sensor.)Does the camera work and produce imagery in...
View ArticleTroubleshooting • Re: Trouble Connecting to Raspberry Pi 5 via LAN Cable for SSH
Hello, I have a project and I need to connect to raspberry pi 5 over ssh and http(s) only with lan cable, there will be no other connection. But I couldn't figure out how to connect. When I connect...
View ArticleGeneral • Re: SWD entry sequence
I don't know the details of the protocol, but I do use openocd + SWD with my pico and it works fine. I'm using the cmsis-dap interface with a pico probe right now, but I previously was using my RPI 5...
View ArticleGeneral • Re: Pico and C++?
Hi there. If you are just looking for some examples, my C++-based pico projects might be helpful. This directory contains some C++ pico libraries with working CMakeLists.txt setups:...
View ArticleTroubleshooting • Re: SD card actual clock no longer 100000000 Hz after RPi...
it could also be an issue with the clock divisorsrun "cat /sys/kernel/debug/clk/clk_summary" on the before and after state and see what differsStatistics: Posted by cleverca22 — Wed May 08, 2024 12:16...
View ArticleGraphics, sound and multimedia • Touchscreen issue
Hi,Looking for some assistance if possible...I've got V2.04 running on a Pi 4 - everything works perfectly with a keyboard, however I'm running into problems with a touchscreen now connected (which is...
View ArticleGraphics, sound and multimedia • 5inch Display case
Hi everyone, I'm looking to get a case for a 5inch display so I an wall mount it. The screen I'm look at is this one https://www.amazon.co.uk/dp/B09XR6W3GW? ... wisterOG=2 - looks like its made by...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Sound through I2S DAC
Why don't you share what you've tried so far?Statistics: Posted by PhilE — Wed May 08, 2024 12:21 pm
View ArticleTroubleshooting • Re: Wireguard Client tunnel not wg0
You're apparently testing an internet address (173.x.x.x) and not a VPN address (10.0.2.0)The guide you've linked tests connectivity between VPN addresses (10.0.2.1 and 10.0.2.2.) In the guide, the...
View ArticleGeneral discussion • Re: WPS Chinese Clone
LibreOffice works find on Pi 4B and 5... I use it often. Can't comment on the app you reference.Statistics: Posted by bjtheone — Wed May 08, 2024 12:28 pm
View ArticleOfficial Display • Re: Official 7-inch display not working on Pi 5
Sorry for not using the pastebin as the first timer.Here are the links:Connected with DSI0: https://pastebin.com/m0zpuFrjConnected with DSI1: https://pastebin.com/wQ405YGHIs your FPC fully connected?...
View ArticleGeneral discussion • Re: raspberry pi 4b dhcpcd.conf setting problem
Always use the exact syntax in configuration files, otherwise the program won't be able to read instructions and configure as expected.viewtopic.php?t=140252Statistics: Posted by epoch1970 — Wed May...
View ArticleCompute Module • Re: Display-HDMI - Hotplug!
Hi 6by9 ,Yes! 1. My system uses vc4_kms-v3dand , At end, output of few commands, i tried, is ebing given to figure out the correct issue. 2. I have updated...
View ArticleCamera board • Ir vs normal camera
HiCould someone please explain how the Noir camera V2 work?Does it have a special Noir sensor or the difference is only on the lens?Thanks!Statistics: Posted by RPI_333333 — Wed May 08, 2024 12:39 pm
View ArticleRaspberry Pi Connect • Display Resolution.
Everything worked fine and smoothly for me, except the target Pi is running 4K resolution with the max size defaults and very large taskbar. The RPi-Connect remote display looks awful with hard to...
View ArticleAutomation, sensing and robotics • Re: Raspberry pi Pico W with nema 17...
Ok I'll try as u say . Just a few minor doubts .1) will the 11.1v 2600 amp battery be enough for this project will it be able to supply the motors(nema 17 1.2 amp ) (I have another battery of the same...
View Article