General discussion • How to develop drivers for the unsupported camera IMX415...
I'm a beginner in linux, and I'm learning to develop a driver for imx415 for Raspberry Pi 5B, but I don't have a clue at the moment, can someone teach me? Thank you! Statistics: Posted by JACKCHEN —...
View ArticleGeneral • Re: Raspberry Pi Pico H -> Tb6600 driver with bc547
Changes needed: Connect each BC547 emitter to pico GND. For the 5V, use the pico Vsys. Optionally you can add BC547 base to GND resistor 10k, improves switching speed.Power the TB6600 voltage from...
View ArticleRaspberry Pi OS • Re: Can I Run a Full Linux Desktop Environment on a...
Just because it’s possible doesn’t mean it’s pleasant. Paying $35 for a Raspberry Pi 4 (1GB), or $45 for a Raspberry Pi 4 (2GB) would give you a much more usable desktop environment. Barring the...
View ArticleGeneral • Re: VGA sync timing issue
@PU5PSY, I'm glad you're taking the PIO/DMA route.640x480 needed a 25MHz clock, and PicoMite does monochrome only on that resolution. There's only so much you can do per 5 clocks...Also, the function...
View ArticleTroubleshooting • Re: constant freezing with the raspberry pi 5 under any...
Having a similar issue with an out.of the box Pi5. Had a web page in Firefox running and tried to open libre Office writer and screen froze and green led stopped flashing. Genuine Pi PSU 128GB SD card...
View ArticleGeneral • Re: Raspberry Pi Pico H 2.8inc LCD?
I have quite a bit of experience with that exact screen. For development purposes I'd highly recommend getting this breakout boardhttps://a.co/d/04WE1ewThis will allow the screen to function and it...
View ArticleGeneral discussion • Re: Pi 5 or 500? What would be the decider for you?
Passive cooling? What would be the best test of the Pi 500 under full load with a record of the temperature? Say every 10 seconds for 10 minutes.I have a Pi 5 with the official cooler and the fan...
View ArticleGeneral discussion • Re: Simple graphics editor - similar to MS Paint
I use a free online alternative that fits my needs: https://e-paint.web.app/Statistics: Posted by fprietog — Fri Feb 14, 2025 2:06 am
View ArticleTeaching and learning resources • Re: Advent of Code 2024
--- Day 18: RAM Run --- I've been working on day 17. Unfortunately, I read the spoilers for part 2 so now Fido wants to do it differently with a genetic...
View ArticleBeginners • The Raspberry Pi Global Shutter Camera can only capture images up...
Hello, I tested the Raspberry Pi Global Shutter Camera and found that it can only capture 60 frames with the Picamera2 library. I have a third-party IMX219 camera that can capture more than 200...
View ArticleC/C++ • Re: Working with node-gyp and C++, is there a way to make a...
Here's a somewhat, but not fully satisfactory solution, which requires a user to install the module like this:npm install node-dht-sensor --use_libgpiod=true...if they need (or want... this does work...
View ArticleCompute Module • Re: CM5 Unexpected Shut Down
The new firmware addressed my unexpected shutdown, I can now rsync to my hearts content! Thanks to all involved!Statistics: Posted by skunark — Fri Feb 14, 2025 4:09 am
View ArticleGeneral discussion • Re: Raspberry pi5 freezes after a few minutes
Speed test resultsRaspberry Pi Diagnostics - version 0.17Fri Feb 14 14:13:19 2025Test : SD Card Speed TestRun...
View ArticleRaspberry Pi OS • Odd behaviour of microphone, speaker volume controls and...
Pi5, Bookworm with all updates applied. For about the last three weeks I have noticed that once any of the above controls are clicked, clicking them again will not minimize them and while maximized,...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Camera driver call and user space...
@6by9, this is awesome.Just wanted to drop a line to say thanks. So far so good. I have been able to get going using v4l2-ctl to capture a few frames in Y12P.Statistics: Posted by wbrittonbsa — Fri...
View ArticlePython • Re: Activating a venv at boot time
You don't need to activate a venv to use it. You can NOT script activate because it modifies the environment.See https://raspberrypi.stackexchange.com/a/149498/8697Statistics: Posted by Milliways —...
View ArticleBeginners • Re: i2cdetect shows no devices
Would agree that the straight header doesn't appear to be soldered to the I2C board. Had this issue recently on an similar style board except that I had a couple of cold solder joints that needed to...
View ArticleGeneral discussion • EOLing My Guides
Given feedback and demands received over the last few months and in order to protect my health (both physical and mental) I've made the difficult decision to cease updating my guides.It's a shame but...
View ArticleRaspberry Pi Connect • Re: confusion about what sets the Connect resolution
... and any clue why one of my five thinks it has a monitor attached when it doesn't ?See the part of the first screenshot that is from pilab/pi44Statistics: Posted by tinker2much — Sat Feb 15, 2025...
View ArticleHATs and other add-ons • Re: 52pi N16 Quad NVME Board [EP-0180] & GeeekPi...
SAME ISSUECode: massmin@massnas:~ $ sudo dd if=/dev/zero of=/home/massmin/nvme0/testfile bs=1M count=1000 &sudo dd if=/dev/zero of=/home/massmin/nvme1/testfile bs=1M count=1000 &sudo dd...
View Article