Troubleshooting • Symptom: Raspberry Pi3 does not maintain stable wlan0...
OS: Raspberry Pi OS Bookworm Lite (64 Bit)Platform: RPi 3 B+Issue: after several hours of operation, all of the Pi3 on the network lose wifi connectivity (see log below). Pi4 on 5GHz are not impacted....
View ArticleCompute Module • Re: GPIO cannot read Magnetic Reed Door Sensor
That code works OK on a pizero2 running Bullseye 32-bit with Desktop.I simulate the reed switch on GPIO16 using raspi-gpio with the script already running:Code: pi@pibull32:~ $ raspi-gpio set 16 op...
View ArticleCamera board • Re: Dead lock on ScalerCrop control with Picamera2
Hi again, yes, you have to use eitherCode: with camera.controls as controls: # ...orCode: camera.set_controls(...)but you can't put the latter inside the former because they will fight over access to...
View ArticleTroubleshooting • RPi4 Not Booting Correctly
Hello,I recently set up 6 Raspberry Pi 4Bs as media players in a museum, and am having issues regarding booting every morning. The red light is solid with no green light. I have to manually unplug and...
View ArticleOther projects • Re: Vintage Phone Pi4
A vintage phone is very likely to have a carbon microphone. You should consider replacing that with a modern electret type compatible with the audio card (HAT or USB) that you also require to get...
View ArticleNetworking and servers • Re: Ideas for controlling a Raspberry Pi 5 via...
If the Pi has been previously paired then unpair via Settings/Bluetooth. The old pairing will not be recognised by btferret which uses its own custom pairing process. On my HP tablet, if the Pi is...
View ArticleGeneral discussion • Re: Auto output to HDMI on startup question
This would be on an OS Lite version of Debian and ultimately would like it to run headless. Err if it's running headless there will be nothing to recieve the HDMI signals.Or is your definition of...
View ArticleTroubleshooting • Re: Problem getting Plex to see my external hard drive
This is the video i Followed the only thing different i did is that my harddrive was formatted in NTFS. and the permissions were set on chmod 755 /DATA/Media/USB/Still no link.You can't set owner....
View ArticleTroubleshooting • Re: button stops listening further input after single press
May past experience with gpiozero is that a new callback won't fire until the last one has finised.That means the maximum rate is every two (if LED is off) or four (if LED is on) seconds.Statistics:...
View ArticleGeneral discussion • Re: Running PyAudio Script On Startup Issue
Can someone tell me why I'm getting this error only when I run my script on startup and how to fix it?The why is easy: the audio subsystem isn't started until a user logs in.You've not said which of...
View ArticleCamera board • Re: Direct Rendering with GUI in PiCamera2
Hi, thanks for posting that. Unfortunately the code doesn't run for me, so I made what seemed to me the smallest edits that I could that would make it work. I ended up with:Code: from PyQt5.QtWidgets...
View ArticleGeneral discussion • Re: RaspberryPi in ITX format // ExplainingComputers and...
I forgot to mention third-party products of which there are a few.Much as I would like a Pi in a format which can nicely and easily fit into a traditional desktop mini-tower case I can't see the...
View ArticleGeneral • Re: Pico 2, RP2350A & -B, RP2354A & -B
Jeff Geerling:https://www.youtube.com/watch?v=oXF_lVwA8A4Statistics: Posted by slimhazard — Thu Aug 08, 2024 4:16 pm
View ArticleTroubleshooting • Re: Lxterminal not displaying foreign characters
Looks about right nowCode: $...
View ArticleNetworking and servers • Re: Resolving host.local problems
Probably need to know your router, AP/Mesh/LAN setup.My TP-Link Deco's (mesh) are useless at this, for instance.Statistics: Posted by bensimmo — Thu Aug 08, 2024 4:22 pm
View ArticleTroubleshooting • Re: Raspberry Pi Hardware Repairs
Oh and Iv'e emailed The Pi Hut ref the PMIC, but not heard back yet.Statistics: Posted by JonnyAlpha — Thu Aug 08, 2024 4:28 pm
View ArticleTroubleshooting • Re: Raspberry Pi 5 USB 3.0 read performance is worse than...
Thank you for all the analysis.The driver you point to is actually legacy code. libbladeRF now uses libusb. The code that controls the streaming is in https://github.com/Nuand/bladeRF/tree/m ......
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: custom I2C behaves strangely...
Wow, that was helpful. Thank you all so much.Statistics: Posted by Nick_MR — Thu Aug 08, 2024 4:33 pm
View ArticleHATs and other add-ons • Re: Could PyBricks be up and running on BuildHAT..
Or maybe make a simplified schematic public, and see what the community can do next?How simplified is good enough ... ?Code: .---. .----------------. .---. _ _+8V )----|REG|--. N/C -| USB+ |====| ?...
View ArticleGeneral discussion • Re: RP2350 and Pico 2 released!
Why without wifi ??Statistics: Posted by NetSecond — Thu Aug 08, 2024 4:51 pm
View Article