Compute Module • Re: CM4 DSI0 problem
Thanks all for your replay.Until now I used command to move I2C to 44, 45, I also used I2C_csi_dsi, and almost all that I get as suggestion.I were download waveshare image also but it is not for DSI0...
View ArticleTroubleshooting • Re: Raspberry Pi 5 unable to boot after a successful...
I have read the Boot Problems Sticky (Pi 4 / Pi 5 section) and followed the recommended diagnostics.My Raspberry Pi 5 (8 GB) shows the following behavior:Red/white screen appears at boot.EEPROM...
View ArticleGeneral • Re: Pico kit not working as expected.
I would propose to add some print statements which help to understand what is going on:Code: import machineimport timeprint("your program is running now")switch = machine.Pin(15, machine.Pin.IN,...
View ArticleGeneral • Re: Serial Monitor missing from VScode Pico extension.
Be sure to mention you are using VS Codium and not VS Code when posting questions. People still don't take notice even when I do!There is not a specific VScodium PICO extension so it should not...
View ArticlePython • Re: Kivy (again sorry) on pi trixie without DeskTop Environment ?
Thanks,This is looking like the quickest, simplest option.If I set up a virtual environment for python and a later version of kivy and fpdf2 , I can keep the old version as a backup.I've been play...
View ArticleTroubleshooting • CM5 w/ IO board bricked
I updated eeprom on the CM5 w/IO board after doing a full update from the GUI.I haven't been able to figure out what this actually puts in the EEprom;I assumed it's an OS with ramdisk, but at this...
View ArticleBeginners • Re: How should I properly setup my Raspberry Pi 5 headless?
I haven't check it, but I've installed few days ago.I'm not sure about Imager has built-in updater or not, but I haven't received any 'update notification' too.I think I'm using 'latest'...
View ArticleTroubleshooting • Re: CM5 w/ IO board bricked
Instructions on flashing an image to on-board eMMC storage:Flash an image to a Compute ModuleI'm using this cable:https://www.amazon.com/dp/B0B3TNSXQQUSB to USB Cable 3 ft, USB 3.0 Male to Male Type A...
View ArticleGeneral discussion • Re: A Pi Pie Chart
Apparently eight-socket Lenovo X3950 X6 scale-up servers are plentiful on eBay and one can get a discount by purchasing more than one. As nice as they look, I prefer unsweetened hot chocolate....
View ArticleGeneral discussion • Re: Am I the only one who hates rpi-imager 2.0?
I just tell the truth! You should delete the hole topic! I do not not give a ****.I was commenting on tone, not content. I could certainly delete the whole topic, but then that would be a waste of...
View ArticleGeneral discussion • RSS News feed
It's a long time since this last happened, but there's a problem at https://www.raspberrypi.com/news/feed/ againSorryThis feed does not validate. line 65, column 249: XML parsing error:...
View ArticleBeginners • Re: Want to control 4 pin PWM fan speed with Pi 5
https://github.com/raspberrypi/linux/bl ... 4259-L4296 can be used as a template If you want to allow for temp control. having the target changed to your HDD temp (hddtemp, what is your output of 'ls...
View ArticleGeneral • Re: DMA and shared IRQ....
Good point.The other DMA IRQ are defined:Code: 4.1.14.6.1. irq_num_rp2350enum irq_num_rp2350Interrupt numbers on RP2350 (used as typedef irq_num_t)DMA_IRQ_0 Select DMA’s IRQ 0 output.DMA_IRQ_1 Select...
View ArticlePython • Re: DIY touchpad with RPi.GPIO and gpiozero
Yes but with a large resistor. Touching the coin pulls GPIO25 HIGH. Try it out.I will concede it is a rudimentary touch sensor, which will appear to work occasionally, but the reason you are having...
View ArticleGeneral • Re: Driving hundreds of LEDs with the Pico
I just wondered what's the peak current, and if you do some drive strength tuning (a little bit cumbersome in MicroPython).Statistics: Posted by gmx — Thu Feb 26, 2026 12:03 am
View ArticleAdvanced users • Re: Webscrapping of sites with javascript
Which Pi are you using?Oh, I thought it didn't matter, but a Pi4Statistics: Posted by valnurat — Thu Feb 26, 2026 12:44 am
View ArticleGeneral discussion • Raspberry Pi against snow
My window was open, my Pi 3 was permanently connected near that window (to test my GPS module)...There was a heavy snowfall, I found snow on my Pi, I removed it, disconnected it, turned it over, then...
View Article