Python • Re: Creating two video streams with two cameras
Worth checking out raspi-cam-srv which can stream from dual cameras, amongst its many other features.Thank you for the help, it's appreciated. I will take a look.Statistics: Posted by Katie1348 — Tue...
View ArticleWanted • Re: Finding Berry Clips
Thank you for replying. The link to Pi Spy is dead unfortunately. I’ve tried contacting them via the website a few months ago but I’ve not had any response. Unfortunately, the ones that need replacing...
View ArticlePython • Debouncing digital inputs, best practices ?
Hi there,I'd like to debouncing about to 20 inputs.With Arduino, I do it easily (in c). Not even with proper interrupt or timer.Just counting the time, and ignoring any change during an amount of...
View ArticleHATs and other add-ons • Re: Raspberry Pi w/ 24 switches & hat
Just for clarifying it completely to me,For each switches (toggles, actually), I should have that circuit right :RPI- GPIOn ---------------------------- Switch-nRPI-GND------- RESISTOR -------...
View ArticleTroubleshooting • 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 ArticleAdvanced users • Re: A bit of advice and some questions about disk and drives
The way I solve all of this (my "data") on my personal computer (and rpi:s too actually, but only as file backups) is to use btrfs, and my backup software also using btrfs (running on a rpi with a 6TB...
View ArticleRaspberry Pi Connect • Re: Raspberry Pi Connect with machines on same LAN
Thanks to both of you. Will give that a try.Statistics: Posted by roygrubb — Wed May 08, 2024 12:03 pm
View ArticleAdvanced users • Re: Ext boot partition with u-boot
Good catch all, I was clearly in the wrong, I just provided the little knowledge I had about the topic. I even got so curious I downloaded the armbian version for rpi4 and yepp, there is def a boot...
View ArticleTroubleshooting • Re: SD card actual clock no longer 100000000 Hz after RPi...
Thank you for the pointer on this. I have fired the command "dmesg | grep mmc", and I am getting the following results:Code: [ 3.296307] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)[ 3.358041]...
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 ArticleBeginners • Re: Proper way to mount a usb HDD to Raspberry Pi?
[shameless self promotion]Have a read of Using fstab A Beginner's Guide[/shameless self promotion]Unless your drive is full of data that you have no way to backup* or you need to physically connect it...
View ArticleMedia centres • Re: Starting Kodi on startup (bookworm)
I'd imagine systemd is probably the best way.I've not tried this guide,but you could try following the "Getting Kodi to Auto-Start on the Raspberry Pi"section (don't follow the whole guide as that...
View ArticleGeneral discussion • Re: Question about updates icon on taskbar
Why does the update icon ask for password when command line update doesn’t?Statistics: Posted by rpiMike — Thu May 09, 2024 12:05 pm
View Article