Camera board • Regular and NoIR on Pi5
I am new to this camera thingy. Wasn't even aware of all that could be done with a camera using a Raspberry Pi. I am impressed for two reasons its affordable and versatile. Guessing some others can...
View ArticleTroubleshooting • 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 17
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 ArticleRaspberry Pi OS • A Hypnotix.deb for RPiOS yet?
Greetings!I've had an . . . exciting. . . afternoon, the latest of several, trying to get Hypnotix, the IPTV viewer, to run on my fully updated RPi 5 8gb. This time it was via an appimage from...
View ArticleTroubleshooting • Setting up hotspot
I am following the following https://thepi.io/how-to-use-your-raspbe ... ess-point/ but when it comes to the installation of bridge-utils I get Unable to locate package bridge-utils.How can I solve...
View ArticleTroubleshooting • Radxa Penta SATA HAT - annoying blue light
Hi AllIs there a way to turn off the light on the disks HAT. These lights are annoying when the room's light offThanksStatistics: Posted by Mr-Bogus — Wed May 15, 2024 10:18 pm — Replies 1 — Views 35
View ArticleTroubleshooting • Raspberry Pi Zero W with buildroot - WiFi not working
Hi, I've recently bought a Raspberry Pi Zero W and can't get the wifi to work, which I need to login to the system through SSH. I have a headless setup, the RPi0 is connected to my laptop through USB...
View ArticleAdvanced users • How to boot U-Boot over alternative UART
I am trying to get U-Boot running on my raspberry pi 4B. I am not worried about getting a linux kernel etc loaded, just the u-boot shell. Unfortunately, my GPIO pins 14/15 are fried (confirmed with...
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 Article