Troubleshooting • Rasp p 5 not booting after install updates from GUI
Hello,On 05-14, I installed updates via GUI, after which Rasp OS stopped booting (not accessible over the network). Upon booting, it loads to a black screen with the "_" symbol and does not respond to...
View ArticleGeneral discussion • RPI Camera Module 3 Wide not working with Lineage OS 20...
Hi, I have a raspberry pi cm4 with lineage os 20 by konstakang. Camera previously has worked, except the V3 official raspberry pi one. These are the lines that are in my config for camera:...
View ArticleNetworking and servers • Unbound / vLAN with XRDP not working - 3 Months Trying
Hello, I have been trying for 3 months, reading, trying and so on. I give up, I must ask for help from the community.I have a UDM PRO SE, with two RPIs in the main LAN. I am trying to manage ADGUARD...
View ArticleRaspberry Pi OS • Programs run remotely using ssh -X don't show the hostname...
Scenario :If I ssh -X to a remote / headless pi that has full Pi OS installed on it, I am able to run programs remotely but have them display on my local machine.For example :Code: ssh -x...
View ArticleBeginners • No such file or directory [Makefile:66: install_conf] Error 255...
Hi,I am following miner installation guide here:https://github.com/maco2035/DiyHeliumHo ... B/Guide.mdI came to the line, where I have to Install the config files with comand line "make...
View ArticleGeneral discussion • Raspberry Pi 5 8GB
I bought the Pi 5 about a week ago and am currently running the OS on a cheap SD card. I don't even feel like I'm using an SD card. The OS boots up almost instantly and everything loads up quickly. I...
View ArticleBeginners • Does Remote.It have no bandwith limit?
Recently I found out an alternative to port forwarding my Pi by using Remote.it. However, after playing around with it for a while I found out they never specified a bandwidth limit on the free plan....
View ArticleGeneral discussion • PcManFM show full directory path
Hello,Is there a way to always show the full directory path in the PcManFM app?Statistics: Posted by ojcs — Wed May 15, 2024 1:45 am — Replies 1 — Views 30
View ArticleBeginners • Network Preferences missing from Right-Click Network
Now maybe I've got it wrong, but right clicking on the up/down arrows should produce the Network Preferences menu, but ever since installing the most recent version of Raspbian that is no longer...
View ArticleOff topic discussion • Solar ladwp cost per kwh
Discover the power of savings with ladwp cost per kwh, designed to help you make the most of your energy budget. At Sunistics Group, we're dedicated to maximizing your savings even further through...
View ArticleTroubleshooting • Issues with MCP23017 dtoverlay when using I2C0 on CM4
Hello,I am having issues getting an MCP23017 IO expander to work with with a CM4. To be more specific, while I am able to see and interact with the device on the I2C bus (using i2cdetect), even with...
View ArticleGeneral discussion • Pi 5 Help installing directX for wine
Hello, Im not sure if this is the place to ask this but, i have just installed wine for running windows apps on my pi 5. I think I have the 32 bit os. When I try to run an app it tells me I need...
View ArticleBeginners • Trying to create an API that will read smart race app data
I am new to this and was wondering if someone could point me to some tutorials because I don’t know where to start. I’m an EE with some background in coding so I’m just need the launch point. I am...
View ArticleGeneral • How the brushed motor rotates continuously via PWM
I'm using a Raspberry Pi pico w with the following code:Code: from machine import Pinfrom machine import PWMpwmPin = Pin(15)pwmOutput = PWM(pwmPin)while True: frequency = float(input("Enter pwm...
View ArticleRaspberry Pi Connect • Issue setting up Connect
Hello everyone, I am trying to set up Raspberry Connect on my RPi 5 (Bookworm).I am following the procedure as detailed on the following website: https://www.raspberrypi.com/documentati ... nnect.html...
View ArticleCamera board • raise RuntimeError("Camera __init__ sequence did not...
i am using RPI4 , camera module 2.1 NOIR , bullseye OS 64 bit, and using thonny for my ocr / object detection project. i am currently receiving this error while running the code : >>> %Run...
View ArticleRaspberry Pi OS • How does cloud-init work without a network on first boot?
It looks like Raspberry Pi OS is migrating to cloud-init to avoid having various configuration files [such as a userconf, a blank ssh file, and wpa_supplicant.conf on the boot partition] which provide...
View ArticleBeginners • PI5 Beginner problems
Hello everyone, new user here.Got several Problems i can not fix.1. The power supply (OEM 27W) is to weak according to the system. It says it needs 5A, but the PS only delivers 3A according to the...
View ArticleTroubleshooting • RPI 5 PWM fluctuate Problem
Hi,My Raspberry Pi 5 (RPi5) isn't generating a stable PWM signal on the freshly installed Raspberry Pi OS (December 5th, 2023 version-raspios-bookworm-arm64), I'm running a simple PWM code. I verified...
View ArticleBeginners • How to config GPIO pins as output pin in config.txt file
I need to config some gpio pins as output pin with default low. How to configure gpio pins using Config.txt file The following content is the correct way to config the gpio pin as output pin using...
View Article