Raspberry Pi Connect • Re: connect to a Pi which use LTE-modem connection
Yes, the RPi-connect software will run through an LTE modem connection. AND it also works headerless.You may need to 'hardwire' the LTE wifi connection to the RPi and change the connection renewal...
View ArticleRaspberry Pi Connect • RPi-Connect passing Audio ?
Well, congratulations to the RPi team for a worthy replacement to the RealVNC farce. I warned about getting into bed with RVNC many years ago when they closed the VNC via SSH over internet option on...
View ArticleGeneral discussion • Re: Does it make sense to make a laptop with Raspberry...
I think you can't play those games with Pi. They are x86 games and Pi is ARM. Also i think Valorant requires TPM chip and Pi doesn't have that. And Pi's GPU is not powerful enough. But you can play...
View ArticleTroubleshooting • Re: Five SDHC cards - four still cannot boot several Pis
Hello AllHaving read this forum a lot, and the sticky on unbootable scenarios, and a handful of other websites, I have run out of ideas. Here is a summary of my predicament and the things I have tried...
View ArticleCompute Module • Re: CM4 stuck during BOOT
Also i think the problem could be with the sd card connector itself because i desoldered it from one of my previous PCBs and thus it might be damaged in some way. Although when I looked at it, it...
View ArticleBeginners • Re: Simple file HTTP server
# busybox httpd -h /path/to/web_rootStatistics: Posted by BigRedMailbox — Sun Jun 23, 2024 6:45 am
View ArticleTroubleshooting • "PROANT AB" capacitor values wanted
I am fixing missing "PROANT AB" antenna capacitors. 3 of 4 are missing, tried 10pF but signal quality is bad. Please help me with proper capacitor values if it's not secret.Statistics: Posted by...
View ArticleCamera board • Re: Module 3 is too blurry
I don't think it matters if the image is flipped or not. But I switched out the v3 for the v2.1 on the Pi4. I haven't used the v2.1 in a while because it's also pretty blurry and not sharp, but I was...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Any updates about CEC support?Statistics: Posted by gn77b — Sun Jun 23, 2024 7:30 am
View ArticleOther • Re: Can't install Windows 10 on Raspberry pi 3 b+
IIRC the original Raspbian released back then was a third party effort to get Debian booting on the Pi.Almost. The original OS for the Pi was Debian*, but only the old armel version which didn't use...
View ArticleAdvanced users • Re: Use rasp-config to change boot ROM option
The raspi-config documentation is out of date for changing the 'Bootloader version' using 'nonint'.A second parameter is now expected which specifies whether or not to reset the bootloader to the...
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 ArticleTroubleshooting • Re: Board burnout after modfying config.txt
My questions are:1) It looks like we don't need to put the dtoverlay=dwc2, dr_mode=host anymore, is this right?You have both otg_mode=1 and dtoverlay=dwc2,dr_mode=host active in your config.txt....
View ArticleCamera board • iso on HQ camera
Pi 5 waylandDo I have control of iso with rpicam and if so how do I do soStatistics: Posted by TamsPi — Mon Jun 24, 2024 7:30 am
View ArticleBeginners • Re: Button to turn on pi but not turn off.
Despite the lack of detail on what you have tried...Connect a momentary push to make button between GPIO 3 (physical pin 5) and ground.Ensure the gpio-shutdown overlay is not loaded in config.txt (or...
View Article