General 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?Statistics: Posted by sh0ck — Sat...
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 ArticleBeginners • Re: Can Raspberry Pi 4 use M.2 PCIe NVMe SSD?
No, there is no external pcie connector on the Pi 4.Can we use case like Argon One 2 to connect it possible?Honestly it is best to ask Argon.You cannot use the one with the case, that needs an M.2....
View ArticleTeaching and learning resources • Re: Advent of Code 2024
Chez Scheme version:Code: ;;; Advent of code 2024 - day1, part1, on BPI-F3 RISC-V(load "../../utils.so")(define (day-1a file) (let-values ([(l r) (list-split (read-file file))]) (apply + (map (lambda...
View ArticleGeneral discussion • Re: Dell M.2 PCIe NVMe Gen 4x4 Class 25 2230 Solid State...
You can’t use the Dell NVMe drive directly on your RPi4. The USB to SATA converter can only be used for SATA SSD ‘s, not for the Dell NVMe drive.SATA and NVMe are totally different interfaces.The best...
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 ArticleMedia centres • Zero 2W Media Center supply 1m LED strip
Hello,I am considering to build an entry level media center with controlling LED strip.As I could know the 1m strip consumes 2.1A at full power; I expect Zero 2W consumes 250mA, so I am planing to...
View ArticleAndroid • Re: LineageOS 20 /21 default Phone app/SMS app
Problem solved.I enabled default SMS app in LineageOS 18.1 Android 11.Mods, please delete this thread.Thx.Statistics: Posted by MarioG — Sun Dec 01, 2024 10:37 am
View ArticleAutomation, sensing and robotics • Re: 360° Serial bus servo like a stepper
You could get better accuracy from a DC motor + slotted disk and opto sensor by triggering on both edges of the slot and reducing the motor drive on the leading edge ans actively braking on the...
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 mighty AI is already recommending more just because I said 'good example', which is very reassuring in itself, a fantastic circular...
View Article