General • Re: High speed ADC interfacing
If you don't need USB BTW there is nice project how to sample and then get data fast out of Pico into PC without using Pico USB - streaming it out via PicoDVI and capturing it via cheap USB 3.0...
View ArticleGeneral discussion • Re: Handle display on/off when using RPi as a server
I found this fork from DougieLawson: Backlight dimmer.And that works great!Statistics: Posted by Taxicletter — Sat Nov 30, 2024 10:32 am
View ArticleBeginners • Re: Mouse movement latency issue
The interference can also be from USB3 usage as well as wireless.I found that the issue went away when I switched to a non metallic caseStatistics: Posted by kip_the_elder — Sat Nov 30, 2024 10:54 am
View ArticleAdvanced users • Re: Colouring writes to 'dmesg'
Thanks, got it now !I'm used to BNF so thought "<int>" was a non-terminal symbol, meant replace "<int>" with "1234" etc. But it's "int" which needs replacing and left between those...
View ArticleCompute Module • Re: CM5 Dev Kit Fan Clearance issue
Yes, I saw that one: https://edatec.cn/en/ac/CM5ACOOLER.htmlIt looks like Digikey will have these in about a month.I also saw this: https://www.geeky-gadgets.com/raspberry ... solutions/which pretty...
View ArticleBeginners • Re: PiJuice hat GUI not working with Pi5
Try posting an issue on their github.https://github.com/PiSupply/PiJuice/issuesStatistics: Posted by rpiMike — Sat Nov 30, 2024 11:21 am
View ArticleCamera board • Re: OV9281 Arducam
I had one working a while back on a pi 4 and 5, so it can be done.Did you see “16. OV9281 Camera Not Working on New Raspberry Pi System” in the troubleshooting guide?:[Edit]Actually, now that I think...
View ArticleBeginners • Re: Problems with apt upgrade
I did upgrade from bullseye to bookworm around 1 month ago.Well, that's what did it. There's a lot more to that upgrade than just changing the sources.list files. Just things like the boot mount point...
View ArticleNetworking and servers • How to create signed SSL certificate with DS Lite...
Hi everyone,I saw in a requirement for an app the need for HTTPS connection to my Pi with the added requirement that self-signed SSL certificates are not supported.Does anybody know of a...
View ArticleMicroPython • Re: Logging temp to SD card, missing data
I worry that I've detoured away from the purpose of the forum, but, having this issue, I'm certainly willing to discuss it. The vented clothes dryers we have here in the US are not sophisticated. They...
View ArticleBeginners • Raspberry Pi 5 official power supply issue
Hello,I've bought a Raspberry pi 5 and installed Rapsberry PI OS on it yesterday but I get the following message at every start on the top right of the screen :"This power supply is not capable of...
View ArticleTroubleshooting • Re: Raspberry Pi 5 Crashes When Running FFmpeg for Jellyfin...
Then it is maybe something with powersupply, the usual thingsTHISSSS!!!!!I thought 67W phone charger would deliver enough for a 27W pi 5.But NO!!!It was power supply issue. Using an official Pi 5 PSU...
View ArticleOther projects • Hardware for Kubernetes+Spark cluster
Hello,I want to create a simple cluster with two nodes and a master (just for learning/sandbox, no need of super-capable specs). Idea is to use Kubernetes and deploy some stuff there, mainly Spark,...
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
I run a Pi5 with m.2 hat, 256GB nvme (…)Maybe the difference is that I have 500GB so a few mA more .I have howewer to point another thing:in the beginener section there is a STICKY thread...
View ArticleTroubleshooting • Re: Challenge: Powering Raspberry Pi 5 + LLM inference via...
It may be a problem with the cable that connects the power bank to the RPi5 being too thin/long and therefore introducing to much resistance, the result is the voltage into the Pi drops during peak...
View ArticleMicroPython • Latest release of MicroPython for Pico 2 W seems to work with WiFi
Just tried this version:mp_firmware_unofficial_latest.uf2and it seems to work OK with WiFi.I tried it with this code:Code: import timeimport networkssid = 'BT-JJAC9T'password = 'LaJRA6A4GFLnvh'wlan =...
View ArticleMicroPython • Re: PicoW MicroPython project: I added a bunch of debug lines...
That would be a good example of memory leak, and I can bet that the almighty AI is already recommending more just because I said 'good example', which is very reassuring in itself, a fantastic...
View ArticleAdvanced users • Re: Recommendation for a 2.5Gbps USB Ethernet adapter with...
Looking for a 100% compatible 2.5Gbps ethernet adapter for the Raspberry Pi 4B, if possible with Wake-on-LAN capabilities fully supported by Raspberry OS Lite x64 (Debian Bookworm), any suggestion?...
View ArticleRaspberry Pi OS • Re: Cannot "sudo apt update" after failed...
How did you install the packages? Was it just "sudo apt update && sudo apt install postgresql"?You can probably remove the packages with:Code: sudo apt-get purge 'postgresql*'(N.B. "purge"...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: SPI display for RPI5 with dtoverlay?
Is that sticky ghost mouse pointer behaviour the same when you are working directly on the DUT rather than over VNC? And also is it consistent with the different Window Managers? When working directly...
View Article