Advanced users • Pi5 not recognising USB PS3 Eye
Is anybody able to shed any light on this problem?I was using an old PS3 Eye as a USB microphone for a voice recognition project running on a Pi 5. It was running fine, until it didn't. I had needed...
View ArticlePython • Re: Autostart multiple python programs, each in own terminal window.
All is working after determining the difference between single quotes and double quotes... LOLNext task is to automatically restart these python programs when they crash. Again, each in its own...
View ArticleGraphics, sound and multimedia • Re: Live Video Feed on Headless Raspberry Pi 5
Are you running Bookworm with desktop (like I am) or the Lite version?I'm running Lite, should I do an install of the full OS, or is there a way to install the codec thru the command line?Statistics:...
View ArticleSDK • Re: MPC23S17 Reset pin
If you run rotary encoders to a port expander, I would propose to route the INT output to the MCU to have faster access instead of polling the external port.Statistics: Posted by ghp — Thu Mar 28,...
View ArticleGraphics, sound and multimedia • Re: Question about v4l2 bcm2835-codec...
Now https://github.com/raspberrypi/firmware/issues/1885Statistics: Posted by 6by9 — Thu Mar 28, 2024 6:58 pm
View ArticleRaspberry Pi OS • Re: bookworm update forbidden 403
One more data point, I just formatted an SD card with Ubuntu on the raspberry PI. Then I tried the 'sudo apt upgrade' and received no errors. I also tried the same command from Raspberry PI OS using a...
View ArticleGraphics, sound and multimedia • Re: MTV "Kiosk"
GTR2Fan, about overclocking: I went to edit the "config.txt" file in boot, and at the top it said something like "This is not the droid you are looking for! Instead edit /boot/firmware/config.txt...
View ArticleBeginners • Re: RPi as Win RDP Client
RPi 3B v1.2Raspberry PI OS 2024-03-12 Legacy x64 no DesktopI'm triing use a RPi to create a Windows remote desktop client. My idea would be that the RPi when logging into the shell, runs rdesktop or...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: LVDS Interface with CM4 Module
Full story also considering driver development viewtopic.php?t=305690&hilit=LvdsA recent post where a user mentioned a touch panel display which has the bridge integratedviewtopic.php?t=366642And...
View ArticleCamera board • Re: How to setup IMX296 trigger/options?
IMX296 is the sensor used in the Pi GS camera. The docs for that should therefore work - https://www.raspberrypi.com/documentati ... -gs-camera. (If they don't work, then please take it up with...
View ArticlePidora / Fedora • Re: F40
Kernel: 6.8.2-300.fc40.aarch64Statistics: Posted by geev03 — Fri Mar 29, 2024 5:56 pm
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
Thank you for the replies to my two problems. A USB to round pin lead off of a hand radio, together with the microphone lead of head phones has gotten past the loss of sound capability.But the...
View ArticleTroubleshooting • Re: PI5 not booting from USB SSD drive (but does from sd)
Does not boot? Any message on screen or just nothing? If power is the problem, it will tell you on boot on screen. What do you see on boot?Intenso TX100, what chipset is in that adapter? I can not...
View ArticleTroubleshooting • USB Midi devices on start up
I have several Raspberry Pi 4's. One of them is running an OSless synth that boots directly to Minidexed, everytime it boots up it recognizes the Midi controller connected to it via USB. The midi...
View ArticleGeneral discussion • Re: STICKY: Introduce yourself!
Hi AzizI was in Tunisa a while back in 1982, I have a daughter born at Chott Mariam, just north of Susse.Take care Statistics: Posted by amoun — Fri Mar 29, 2024 6:29 pm
View ArticleTroubleshooting • shiny new pi 5
mmmmm. where shall i start?i had a pi 3b for about 2 years, never had any probs with it [maybe a bit slow].decided to treat myself to a shiny new pi 5.set it up using a mini hdmi etc.new install of pi...
View ArticleTroubleshooting • Re: Rasbperry Pi 5 8GB Can't Recognize NVMe in Any Form
I solved the issue by purchasing the NVMe Base from Pimoroni to replace the Pineberry Hat drive, the NVMe works just fine now. I don't know if there was something wrong with my particular board, or...
View ArticleGeneral discussion • Re: EMG audio jack to RPI audio jack ?
You'll need additional hardware if you want audio input.Statistics: Posted by wildfire — Fri Mar 29, 2024 6:40 pm
View ArticleMicroPython • Re: Transmitting IR from Pico or Pico W
Having looked properly at the code I found, it does pretty much that, generating a pulse train from a list of timings.I need to get my head around how these are generated for the supported protocols...
View ArticleAdvanced users • Re: Jumbo frames on PI5 - how to persist this setting?
Thanks bls,That was a great idea - the rc.local trick works well - so far.I addedip link set eth0 downip link set eth0 mtu 9000ip link set eth0 upto the file /etc/rc.localThe systemctl unit hack not...
View Article