Quantcast
Channel: Raspberry Pi Forums

Advanced users • Rpi-clone - subsequent clone

Hi,Rpi-clone cloned my RPi5 SD like a charm with 'sudo rpi-clone -l sda'.The Usage at https://github.com/framps/rpi-clone is a bit confusing for me. Do I understand correctly that the same command...

View Article


Troubleshooting • framebuffers and hotplug

I am using a Raspberry Pi 4B and 5. I am using hdmi_force_hotplug=1 and some like mode DMT for audio (but not group). I found some problematic things happening here:The framebuffer is only initialised...

View Article


Troubleshooting • using the adafruit-gpio library

Hi all,Hope you can help me with this one, I am trying to control multiple servo motors using the pca96858 board I am using a Pi5. I have installed the adafruit-pca9685 library, the adafruit-blinka...

View Article

Troubleshooting • Disconnecting Raspberry Pi stops internet from working

Hey!I've been using the Raspberry Pi 5: ARM Cortex A76 Quad, and I've been using it with PiHole on and off for a while now. The issue comes whenever I disconnect the Raspberry Pi from my router with...

View Article

Troubleshooting • RFID RC522 Doesn't work with Raspberry Pi 5

Been trying for a few days. RPi 5 (8 GB) with RC522 to read RFID Cards. Tried with RPi.GPIO, gives this error.Code: RuntimeError: Cannot determine SOC peripheral base addressTried with gpoizero, gpiod...

View Article


Camera board • How to set external trigger mode when using two cameras on a...

I've been successfully using the following script to set up a Pi GS camera to work with an external trigger in the PiTrac project (pitrac.org) (as sudo):Code: echo 1 >...

View Article

Interfacing (DSI, CSI, I2C, etc.) • Two identical Raspberries, only one can...

I have two identical raspberry pi 5 with a MLX90640 IR cam connected. It works correctly on the first one, but not on the second and I am trying to figure out why:The failure happened when I try to...

View Article

Troubleshooting • Unable to set resolution to 1080p, stuck at 1024x768

Hardware: raspberry pi 3 model b rev 1.2OS: Latest bookwormI am using this device to run steamlink - this is working.The device is connected to my 1080p TV via HDMI, which works, but the max...

View Article


Python • DeepSeek AI developed Flask app to control a Pimoroni pantilthat...

GitHub Repo: https://github.com/pageauc/flask-pantilt-camThis program is a python3 flask web server application that allows control of a pimoroni pantilthat with a picamera2 compatible camera module...

View Article


Automation, sensing and robotics • WiFi controlled robot

I've built a robot that can be controlled via Wifi and has a camera feed so you can see where you are going. The big idea is to have this autominusly controlled by a computer that can use computer...

View Article