HATs and other add-ons • Could PyBricks be up and running on BuildHAT..
.. in 2024, as someone hoped 3 years ago? Has The Foundation ruled out this possibility, or is it still open?Or maybe make a simplified schematic public, and see what the community can do next? I'm...
View ArticlePython • Re: Running PyAudio Script On Startup Issue
I am assuming original post was Bookworm with Desktop as OP had “It works fine…”Statistics: Posted by neilgl — Thu Aug 08, 2024 7:07 pm
View ArticleTroubleshooting • Re: Adafruit_DHT wont show up in python
Almost all of the code that used to work in a Pi 4 will not work on a Pi 5 without a lot of modifications.Unless Adafruit has updated their stuff, their libraries will not work on the Pi 5.As for the...
View ArticleTroubleshooting • Re: USB Camera Detects but video won't work?
Although the camera has been recognised as a device, I'm not sure a driver has been loaded for it.Could you try this command to get more detailsSure thing, thanks a bunch for the help! As far as I can...
View ArticleAdvanced users • Re: How to manually enable night vision on a camera?
If it's this one https://www.aliexpress.com/item/1005006532383187.html its a bit light on technical detailsI use this:https://a.aliexpress.com/_EzEjPbTStatistics: Posted by scel5525pro2 — Thu Aug 08,...
View ArticleGeneral • Ethernet MAC support with RP2350 ?
Hi,can 1 or 2 Ethernet MACs be supported on RP2350?Statistics: Posted by piwi — Thu Aug 08, 2024 7:11 pm
View ArticlePython • Installing PyQt5-QtSql
Is there any where I can get step-by-step directions for installing and setting up a connection to access a MSSQL database using PyQt5-QtSQL?RPi CM4Debian GNU/Linux 11 (bullseye)pyqt5-qtsql-5.15.2...
View ArticleOff topic discussion • Re: What happened to my old account
The account was banned for "book spamming", along with another MiscBits21 account - I suspect some pattern matching has gone wrong somewhere. I have unbanned the original account, but I have no idea...
View ArticlePython • Re: Installing PyQt5-QtSql
First hit in google search shows how to use it https://www.geeksforgeeks.org/pyqt5-qtsql-python/Second hit is about how to install it https://stackoverflow.com/questions/496 ... yqt5-qtsqlStatistics:...
View ArticleGeneral discussion • Re: RaspberryPi in ITX format // ExplainingComputers and...
Christopher Barnatt at the ExplainingComputers YouTube channel has a new video on the Radxa ROCK 5 in ITX form factor, here : https://www.youtube.com/watch?v=6C8QTf7GLfs&t=2sThe board looks really...
View ArticleTroubleshooting • Re: Raspberry Pi 5 USB 3.0 read performance is worse than...
I made a sample program that detects loss in real time and stops the trace. I still see a single discontinuity initially at 20M, but I had to increase the sample rate to 36 Msps to see subsequent...
View ArticleGeneral discussion • Re: RP2350 and Pico 2 released!
With all this new security that typical hobbyist user possibly don't care about this becomes more dangerous and you may get your device permanently destroed. Or is there a way to mass erase...
View ArticleTroubleshooting • Re: 4 Resistors Broke off on Raspberry Pi 5, Will it still...
Make sure there is no metal debris shorting anything out, the right hand one on the photo looks like it might have some remnants bridging across.Statistics: Posted by pidd — Fri Aug 09, 2024 7:48 pm
View ArticleSDK • Re: Link doesn't complete with SDK 2.0.0 on W11, blocks on picotool.exe
Many thanks - exactly the same issueFor reference ZADIG will install libusb so that shouldn't be an issueBoth your version and mine will build the examples and sdk test files OK. The issue seems to be...
View ArticleCamera board • rpicam-vid HDR questions
Looking at the code for setting High Dynamic Range (HDR) I see that Video4Linux is used to enable HDR at the camera level and libcamera at the SOC/RP1 level. The set_subdev_hdr_ctrl() tries to set...
View ArticleTroubleshooting • Re: Flood of DNS queries from my pi5
So what's running on the Pi5? Post the output fromCode: ps aux | grep -v "\\["Statistics: Posted by bls — Fri Aug 09, 2024 7:57 pm
View ArticleTroubleshooting • NetworkManager - How to set default profile?
I thought I'd posted this earlier, but can't find it, apologies if it turns up twice...I'm running BookwormI have 2 WiFi connection profiles in the system-connections directory:Both point to the same...
View ArticleAdvanced users • Re: Testing class A2 SD cards with Command Queueing on Pi 5
Recently got a SanDisk Extreme Pro 128GB. As others have reported, it performs very well. I tested it fresh, with a TRIM run for good measure and with force_turbo=1:Seq write: 68624 KB/sRandom write:...
View ArticleGeneral discussion • Re: [Help!] My raspberry pi can't enter the raspberry os.
If you have any suggestions, please leave a message or send an email to me.See viewtopic.php?t=214084Statistics: Posted by B.Goode — Fri Aug 09, 2024 8:02 pm
View ArticleJava • Re: Java font problem/question
Looks like the anti-aliasing is not working on the first try. Are you constructing all of your GUI components on the Event Dispatch Thread? Can you make a simple example (an SSCCE) we can...
View Article