Gaming • Re: Gauging interest in FTEQW Engine with Afterquake
nice.Statistics: Posted by Brian Beuken — Sun May 05, 2024 1:13 am
View ArticleNetworking and servers • using flask on Pi 4 to control Pico
Hello, all.I have some questions about using flask on the Pi. I tried simple code to get something working & I'm running into issues....Code: from flask import Flaskapp =...
View ArticleGraphics, sound and multimedia • Re: Kdenlive on Pi 5
i found a solution to green screen problem.command to LXTerminalsudo apt updatesudo apt install snapdsudo rebootsudo snap install coresudo snap install kdenlivesudo apt-get install kdenlive...
View ArticleRaspberry Pi OS • New OS?
I have heard a lot about Ubuntu, but is it worth getting it on my RPI, and can I keep existing projects and files?Statistics: Posted by Moofies — Sun May 05, 2024 3:32 am
View ArticleRaspberry Pi OS • Re: New OS?
no & nothe latest has issuesan install wipes the drivebut you should just try it, os's are different for everyone, some just click & it does everything you want.back your stuff up to a flash...
View ArticleTroubleshooting • Re: Why I am getting error "device is disconnected or...
Please anyone can help here I see 3 python programs with name "login" running immediately once I start raspberry pi I tried to kill them with "sudo kill PID" command but this programs won't get...
View ArticleOff topic discussion • Re: I leave
"Mods are always right".I visited the USS Midway in San Diego and saw this quote on a Plaque on the Chief's Mess Wall:Code: A Chief is always right.He may be misinformed, Inexact, Bull Headed,Fickled,...
View ArticleNetworking and servers • On bookworm with no tcp6 how to configure wayvnc?`
This is on an RPI-4. I just installed bookworm and that installed wayvnc. For a number of reasons, I have disabled tcp6. I can't figure out how to get wayvnc to use tcp4. I have tried modifying the...
View ArticleDebian • Re: Issue in auto start with Debian
So that worked to get chromium to auto start at boot of the desktop. However, my A/V jack loses audio signal when in X11 it appears. Is there a fix to this or am I better off looking for a way to make...
View ArticleAdvanced users • Wayland Autostart Multiple Windows on Dual Displays
(I decided to open a new topic since I realized that I was "hijacking" someone else's before.)I have Raspberry Pi 5 running Bookworm with Wayland and Wayfire with two 4k monitors (HDMI).I am trying to...
View ArticleOther projects • Re: Custom Key pad
Ok. I'd focus on U1 to U9. In fact, I'd focus on U1.Print out the first page of the datasheet. Make a worksheet for the 14 pins of JP1, noting that pin 1 is indicated by a tiny triangle on the...
View ArticleBeginners • Re: What books should Raspberry PI kernel driver development...
Thank you for sharing. I've read this document many times, but I feel like it's not very helpful for learning Linux driver development.yeah, its better for covering the rpi specific changes to the...
View ArticleBare metal, Assembly language • Re: Bare metal HDMI audio
congrats! and thanks for sharing!Statistics: Posted by cleverca22 — Mon May 06, 2024 1:53 am
View ArticleTroubleshooting • vlc wont start
vlc will not start if already streaming:rpi5 64b, bookworm, wayland, camera 3, fresh install to start streamrpicam-vid -t 0 --width 1536 --height 864 --framerate 30 --mode 230410:P --codec libav...
View ArticleGeneral • Re: Pico and C++?
I guess I stay with C.The good news is that you can mix c-style code with cpp classes. Just -as already proposed - use cpp compiler, add the cpp feature to the cmakelists.txt .The SDK definitions and...
View ArticleBeginners • Re: RPI 5 - VOLTAGE INFORMATION NORMAL ???
standard / Genuine 5V Raspberry pi 5 power supply: should it be 5.1 volts instead?Statistics: Posted by namlow — Mon May 06, 2024 3:33 am
View ArticlePython • Re: Learning Python and the Raspberry Pi in general
Well, even if an educator is excellent, his/her students may be ill/in love/ and not listen to him/her.Therefore, a list of written material is very useful, and I thank Herr Tech for the question...
View ArticleTroubleshooting • SOLVED: Gaining control of screen blanker
Probably a stupid question but I've been all day looking looking for and not finding an answer.RPi 5 running Pi OS undated daily. Running X because I don't think Wayland is ready.On my desktop amd64...
View ArticleTroubleshooting • [SOLVED] Re: Weird behavior with TrustKey FIDO2 passkeys
It would appear that what is written to the TrustKey token is a credential and not the actual private key. It is still necessary to have access to the actual private key on the client either by it...
View ArticleTroubleshooting • Re: vlc wont start
You can use a command like lsof /dev/video0 to see if any processes are using the camera device. If there are, you may need to stop or kill those processes before starting VLC.Statistics: Posted by...
View Article