Troubleshooting • Re: Pi 4b constantly rebooting when usb wifi adapter connected
It sounds like you need a beefier power supply. What kind of power supply are you using?Note that it takes more juice to boot a Pi than it takes to keep it running. On some of my Pis, I get "lower...
View ArticleGeneral • Low current high sided switching with Pico
Hello.I have been trying to work out the simplest way to switch 3 channels at +12v using a Pico without resorting to bulky relay boards.I want to switch a couple of motorised ball valves which draw...
View ArticleAdvanced users • Re: Use rasp-config to change boot ROM option
That looks to have fixed it.Thanks you,MarkStatistics: Posted by nevyn — Mon Jun 24, 2024 6:26 am
View ArticleBeginners • Re: where has my posting gone on redshift not working
No such luck I have no intention of putting reshift back on my raspberry pi until I hear it has been fixed, i am so upset from both the faulty redshift program and the abuse I got from this...
View ArticleTroubleshooting • Re: Board burnout after modfying config.txt
This is definitely a Waveshare issue. Sounds like the board is shorting out.Statistics: Posted by jamesh — Mon Jun 24, 2024 6:41 am
View ArticleTroubleshooting • Re: Issues with serial communication between 2 Raspberry Pis
You've removed the default console=tty1 from cmdline.txt. Without that the kernel defaults to using the serial port. If you put it back in your shouldn't see any console activity on the...
View ArticleTroubleshooting • Re: rPi crashes, takes whole network down
Yes, the rPis (even the 5s) are a terrible choice for Jellyfin if it needs to do any transcoding but it doesn't. All devices it streams to, support the codecs used by the media so no transcoding is...
View ArticleOther • Re: New sd card
I recently got a new sd card for the pi and want to use that instead of the one that came with the kit. I also want to dual boot Raspberry OS with Kali Linux. I tried the use berry boot but it won’t...
View ArticleGeneral discussion • Re: Raspberry pi 5 Fan
first is it possible to disable the fan running full speed until the system is bootedIf you mean the short bust (5-10 seconds) of full speed at initial power on, then I don't think there is a way of...
View ArticleAdvanced users • Re: RPi 5 USB-C overvoltage protection
Max voltage is 5.5v.Over voltage protection should kick in for any voltage above that.https://forums.raspberrypi.com/viewtopic.php?t=359581Statistics: Posted by memjr — Mon Jun 24, 2024 7:11 am
View ArticleBeginners • Re: Trouble using camera module
https://forums.raspberrypi.com/viewtopic.php?t=362707Statistics: Posted by gordon77 — Mon Jun 24, 2024 7:16 am
View ArticleGeneral discussion • recovering raspberry 1
HelloI had the first version of raspberry (256MB RAM) running, but the pendrive where I had all the system, programs and data broke. It has debian wheezy installed, it worked very good and the memory...
View ArticleTroubleshooting • Re: White screen with just Waste basket showing
Thanks all. I've resolved the issue.Let us know how. Someone else having the same issue could find this thread and your fix could help them too.Statistics: Posted by memjr — Tue Jun 25, 2024 5:47 am
View ArticleGeneral discussion • Re: recovering raspberry 1
Try Raspbian Lite it's lightweight, Debian-based, and perfect for keeping memory consumption low like your old setup.Statistics: Posted by Marco22 — Tue Jun 25, 2024 5:48 am
View ArticleCamera board • Re: Updating libcamera
If you want the latest versions of libraries then you need to be using the current OS release, which would be Bookworm.Bullseye is now the legacy release, so other than security fixes, it won't get...
View ArticleGeneral discussion • Re: Does it make sense to make a laptop with Raspberry...
OP asked the question "does it make sense to make a laptop with a Raspberry Pi 5". By definition a laptop is a packaged/fully integrated electronic device that has all the bits contained within said...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: How many cameras can the Pi5 support?
Yes Pi5's CSI2 receiver supports virtual channels, and can write out up to 4 streams of data into memory.However it also supports routing one stream of data directly to the Camera Front End (CFE)....
View ArticleTroubleshooting • Re: Pi 4 wifi works for a few days then I have to reinstall OS
In the process of installing some code/changing settings to allow me to connect via ethernet (as not able to SSH when the Pi can't connect to wifi), and in this process I restarted the Pi and it's...
View ArticleOther • Re: How to clone on a 512GB micro sd card?
I need a lot of help. The raspberry pi 4 that i bought came with 32 GB on the micro sd card. I recently bought a 512 GB micro SD card and I am trying to clone the origanal SD card to the new one. I...
View ArticleDevice Tree • Re: How to select a device tree on the basis of GPIOs?
Isn't that https://www.raspberrypi.com/documentati ... pio-filterKinda. GPIO based conditional filters are XOR and last one wins. That means one GPIO per overlay or combination of overlays except for...
View Article