Interfacing (DSI, CSI, I2C, etc.) • Re: ST Camera VD66GY Not Detected on...
FYI -> The forum with ST is with the Raspberry Pi OS Lite. There I have a different problem, as I also tried to replicate their user manual. But this one I think they should provide a fix for their...
View ArticleRaspberry Pi OS • Re: Disk Encryption
Yeah! sdm method works great and very easy. Prompt saying "do you want to wipe scratch disk" is a nice touch. My last question: Do i need to do additional stuff manually after every kernel or some...
View ArticleTeaching and learning resources • Re: Advent of Code 2024
16Code: pi@pi5-8:~/AoC2024/day16 $ ./a.out Day 16: Reindeer MazePart 1 - 85432Part 2 - 465Run time - 23.485 ms.pi@pi5-8:~/AoC2024/day16 $ source codeStatistics: Posted by lurk101 — Tue Dec 17, 2024...
View ArticleBeginners • Re: Remote Operation Pi5
Thought I'd give it a try, just to make sure that it's actually still working Here's how to install a hotspot and/or VNC using sdm onto an already-installed and running system using only 5...
View ArticleAdvanced users • Re: MCP23017 overlay error -EIO: can't write IOCON 32
..You're on a 6.1.21 kernel, which is very old now. Presumably this means you're still on Bullseye too.The backtrace looks to be that it is objecting when enabling the interrupt line for the MCP23017....
View ArticleGeneral discussion • Re: New Raspberry Pi Products
Or maybe a clamshell that puts the monitor in the top half, the Pi500 keyboard and PSU in the bottom with clips for all the wiring and a flip out mouse mat that sits between the Pi500 and monitor when...
View ArticleCompute Module • Re: Compute Module 5 Fan goes to 100% on shutdown
So connecting the resistor is the only option?Statistics: Posted by AmrutP — Tue Dec 17, 2024 7:14 pm
View ArticleGeneral discussion • Re: Looking for a ready to buy handheld Pi Zero 'computer'
What you're looking for is not available based on zero.https://www.sunfounder.com/products/ras ... let-raspad looks closest.Statistics: Posted by aBUGSworstnightmare — Tue Dec 17, 2024 7:24 pm
View ArticleCamera board • Re: Getting the most FPS/Quality out of the Pi Camera Module
#1 I would love to run it at full res, but the CPU is already at 92% just at the mid res of : 2304x1296, and I am not getting that 56.03 fps when MP4 / JPGE still is involved. I get the 1.5 jpeg...
View ArticleMicroPython • Re: OSC over PPP?
By the looks of it, I'd have to code my own library based on the specs. Not sure I'm willing to commit to that at this stage.Still should be easier than using PPP. There's quite a lot of MIDI-2 code...
View ArticleBeginners • Re: My cheap and easy LAN setup for a headless zero with on/off...
Does a Zero 2 support network boot using the Ugreen Ethernet adapter?Probably not. That adapter would need to use the same ethernet chipset and interface as the one on a 3B[+] for the mask ROM in the...
View ArticleRaspberry Pi Desktop for PC and Mac • Re: How to configure Debian to look...
Download the .deb packages from https://archive.raspberrypi.com/debian/pool/main/they may or may not install on an amd64 system. If not you can extract them and then copy the files to the proper...
View ArticleOther projects • Re: DIY Raspberry Pi Multispectral Imaging Camera System
Thanks Helen, I am glad you liked it. It feels important and I hope it gets some traction.Statistics: Posted by jch178 — Wed Dec 18, 2024 6:58 pm
View ArticleRaspberry Pi Connect • Web API for Connect?
I'm wondering if there exists, or there are plans for a web-based API that would allow me to fetch data about my "connected" Pis?Specifically, I'd like to be able to pull the current IP addresses of...
View ArticleNetworking and servers • Re: Move Synology NAS Drives to Pi 5
I get..Code: foo@pi19:~ $ lsscsi[0:0:0:0] disk USB SanDisk 3.2Gen1 1.00 /dev/sdc #timeshift thumbdrive (for OS)[1:0:0:0] disk ST4000DM 004-2U9104 0106 /dev/sda #icybox[1:0:0:1] disk ST4000DM...
View ArticleAdvanced users • Re: NUMA Testing
Two other data points: I've cut the GL surface resolution in half (1920x1080 down from 4K). With that the video plays back mostly flicker free. Note that the GL surface is still not used anywhere....
View ArticleTroubleshooting • Pi 4 Access Point not showing in WiFi scan.
I have an issue with the Raspberry Pi Compute Module 4 configured as an access point (AP), that it will not show up on a WiFi scan from external devices. I'm using an older Debian Bullseye OS image...
View ArticleRaspberry Pi OS • How to set HDMI screen blank time to 120 seconds for Desktop
I followed the documentation and turn screen blanking on. It blanked after 10 minutes.Searched and tried half-dozen methods (presumably different time versions or configuration), from this forum and...
View ArticleMicroPython • Re: Lets talk about lightsleep on PICO
@gmx, what are you comparing?Using my code will have no effect on power consumption during a call to lightsleep().The useful comparison is power consumption during time.sleep() with and without my...
View ArticleC/C++ • Re: Healthy man's cross-compilation workflow
So... do you have the build script? I'm in hell.I still haven't progressed on the "limits.h" issue. Not going to happen this side of xmas. There is https://github.com/swampdawg/go if you're desperate...
View Article