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 ArticleGeneral • Re: SD card codes and microSD card module altogether working with
UHS-I is entirely optional. Cards are required to be functional even if the host doesn't support speed/voltage negotiation. A non-voltage switching host means that the card should fall back to legacy...
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=ihygaqzzGVsStatistics: Posted by jerrymxfb — Sat Sep 14, 2024 7:30 pm
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?Statistics: Posted...
View ArticleCamera board • Re: MJPEG codec streaming RPI 5
as soon as I try to connect with vlc, the rpi process terminates withCode: terminate called after throwing an instance of 'std::runtime_error' what(): libav: error writing output: Broken...
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 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 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 ArticleTroubleshooting • Re: raspbian buster - usb device not recognized
wow. no ideas.really ?who knows raspbian here ?There is no "raspbian buster".Statistics: Posted by drgeoff — Sun Sep 15, 2024 8:53 pm
View ArticleBeginners • Re: what is the official power draw of the raspberry pi 4b?
The 4B does not have a polyfuse.You are correct (both times), the Pi4B relies on the PSU to limit fault current. But the PSU is still only rated at 3A. I don't know what fault current (over what time)...
View ArticleBeginners • Re: IRF520 MOSFET Module control via PI
It might be that chatGPT can answer this, fine, but do you understand it. If not, more study is needed, so you get to understand it. It is not that complicated.poegun was twice explicitly told to stop...
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 ArticleGeneral programming discussion • Re: "AI assisted" programming?
I would say there is a difference however, and AI is worse. When a politician lies they usually know they are lying, and are deliberately lying in pursuit of an agenda or outcome they desire. They can...
View ArticleTroubleshooting • Re: Chromium issue after latest updates
your miss understanding, the debian version has never been hardware accelerated on rpi'sYeah probably but i am just trying anything that will keep my Chromium up to date on my X11 system. I could have...
View ArticleBeginners • Re: I found a new command whereis
My usual command for this is "type", as it's a "shell builtin" for bash that guarantees you the same search as if you just typed the command, and knows about anything else (e.g. shell aliases,...
View ArticleNetworking and servers • Re: Assistance with script to change Static IP
For bookworm, on my home network, I have simply copied something like this:Code: allow-hotplug eth0iface eth0 inet staticaddress 192.168.0.XXX/24netmask 255.255.255.0gateway 192.168.0.1to...
View Article