Troubleshooting • Re: Raspberry Pi 5 can't do 1080p after 1st time install...
That worked. Finally. This has been a problem for a long time for me. Would this work on the RP4 as well?Statistics: Posted by Moonstone — Fri Sep 13, 2024 10:18 pm
View ArticleOther projects • Powering the Pi Devices
Hello!Can a (presumably) large enough a power blob for running the Pi, be setup to run more than one? I have a project in the works that would have a router, which is separately powered of course,...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Connecting a DSLR Camera with USB-C...
I ended up successfully testing out a couple of solutions, but would still love to be able to purchase a ready-made cable of this type so I had a rock solid solution.First, I bought a USB Micro male...
View ArticleOther projects • Re: Powering the Pi Devices
Should be possible. I've currently got a CM4, 2 x zero2W, a zeroW, and assorted drives running from a single ATX PC PSU.Statistics: Posted by thagrol — Fri Sep 13, 2024 10:35 pm
View ArticleTroubleshooting • Re: Pi5+Debug probe UART. Any thoughts?
Spirits all around I think. Putty is showing some kernel spew. Thank you for the help.Statistics: Posted by g40 — Fri Sep 13, 2024 10:54 pm
View ArticleAdvanced users • Re: Image File Utilities
I understand /mnt is excluded in the backup which makes sense. That's why I asked whether a different mountpoint like /NAS/<external drive name> will be saved in the backup and restored. If not...
View ArticleTroubleshooting • Re: headless pi5 not responding every 4-10 days, journalctl...
thanks...booting off the onboard microsd card, the usb drive is just external storagehere's sudo dmesg | grep xhci :Code: [ 0.637424] xhci-hcd xhci-hcd.0: xHCI Host Controller[ 0.637432] xhci-hcd...
View ArticleRaspberry Pi OS • Re: I can't watch youtube or imdb videos on chromium browser
I just saw a leepsvideo on that topic, including fixes--maybe it will solve your problem:https://www.youtube.com/watch?v=ihygaqzzGVsThanks. I don't consider disabling hardware acceleration as fix...
View ArticleAutomation, sensing and robotics • Re: How to get more than 8 EEG channels...
I have summarized the current issues how to build a 32 channel EEG device based on a ADS1299 EEG chip devices such as PiEEG here:https://petergamma.org/it-is-not-possib ... ith-pieeg/I am a...
View ArticleTroubleshooting • Re: SSD booting
Don't know if you are doing anything wrong per se, but when I use an external disk, I image write to the drive directly, (I use dd).(Don't forget that RaspiOS will format the whole disk before it will...
View ArticleBeginners • Re: Raspberry Pi Zero 2 W memory split (I know...)
Ah, I didn't know if the generation of processor in the Zero 2's were the same type of architecture. Oh well! Just hoping for some free memory.Statistics: Posted by decoherent — Sat Sep 14, 2024 9:39 pm
View ArticleGeneral • Re: Blink Ex in VSCODE
When you say update to version 0.16.1 are talking about updating the raspberry pi 4 OS?Thank you,ChuckStatistics: Posted by chuck72352 — Sat Sep 14, 2024 9:50 pm
View ArticleGeneral • Re: Official RP235xB boards?
I am not sure yet, it could be something related to the board definition. It's quite intricate how (but understandable why) SDK changes frequencies, especially with overclocking and custom boards....
View ArticlePython • What is the official Raspberry Pi library for accessing GPIO ports ?
So far I succesfully used RPi.GPIO library to work with the GPIO ports of a Raspberry Pi 4. But after getting the latest Raspberry OS updates, RPi.GPIO is not working anymore. I get `Failed to add...
View ArticleBeginners • Re: IRF520 MOSFET Module control via PI
I connected the pwm channel from the fan to the irf520 sig channel that I fed with 12v, actually only 01.7v was able to run this module.Statistics: Posted by Poegun — Sat Sep 14, 2024 10:51 pm
View ArticleBeginners • Minimize all windows/show desktop in Bookworm?
Kind of embarassing to ask such a basic question but I've tried searching and even more recent results just say Ctrl-Alt-D, which does not work. One guide to keyboard shortcuts pointed to a menu...
View ArticleOther projects • Re: Custom Key pad
Well everyone, because I am continually disappointed whenever I read a thread online which doesn't reach any conclusion (relevant xkcd here: https://xkcd.com/979) I am posting a conclusion, although...
View ArticleHATs and other add-ons • WM8960 Audio Issues
Hello all, I recently purchased a WM8960 hat for a hobby project, I simply just want to play an audio file (.wav or .mp3) decently loudly through a speaker. It is mounted onto a Raspberry Pi 3B+ with...
View ArticleBeginners • Re: what is the official power draw of the raspberry pi 4b?
Official power demand data is given here. See the second table for different uses.That's because it will depend on what you have connected to the Pi and how busy the pi' cores are going to be. So take...
View ArticleOther RP2040 boards • Re: RP2040 problem reading an analog pin potentiometer
You might have it wired wrong, check the spec for which pin is the wiper, its usually not the one you would guess.OP states it's the middle pin. Which pin do you think it should be?Says left and right...
View Article