Raspberry Pi OS • Remote programs (ssh -X) don't show the hostname in the...
On my local Pi (Pi5, Bookworm) I can remotely log in to aother Pi (also running Bookworm) and start a remote program to be displayed locally, using ssh -X.Thus :Code: ssh -X user@remotepi.lan pcmanfm...
View ArticleGeneral • Pico & ESP32 & NRF24L01 Communications problem
Hello,I want to communicate with pico and esp32 via nrf24l01.I used the following library to communicate between two picos:https://github.com/AndyRids/pico-nrf24/tree/mainBut I could not establish...
View ArticleTroubleshooting • Mouse cursor artifacts on third party desktop environments
I remember this being an issue also on the official RPIOS when RPI-5 was first released but it was remedied quickly. But it still continues to be a problem in KDE Plasma (and maybe others). This only...
View ArticleHATs and other add-ons • MicroPython port for Build HAT
Hi!I've been working on a MicroPython firmware for Build HAT. At the moment it's just a simple adaptation of the RP2 firmware, and doesn't have a lot of features related to driving Lego components...
View ArticleBeginners • Clear Screen before launching program in CLI
Is there some way to tell the command line to clear the screen before I launch a program from the command line?I'm mostly interested in clearing out all the text in the background when I launch the...
View ArticleCamera board • A microphone for the camera modeule 3
I need to add a mic to a project where im gonna use the camera module but idk the best typeIm using a cm4 and im making a custom carrier boardI cant choose between a i2s one (for example the INMP441)...
View ArticleAdvanced users • rsync backups may create inconsistent backups with binNMU...
I had to restore a Raspberry backup two days ago created with rsync because my SD card died.Unfortunately the restored system was unable to start Networkmanager. It took me two days to find the root...
View ArticleRaspberry Pi OS • How do I change icons?
Raspberry OS 32-BitRaspberry Pi 4 4GB RAMI'm trying to change the icon for Chromium to a custom one. How do I do this? I'm also kind of a noob and know pretty much ZERO commands Thanks! -...
View ArticleGraphics, sound and multimedia • H264/H265 HW Encoding on Pi5?
https://www.phoronix.com/news/FFmpeg-Vu ... code-H.265I haven't read to much into this, but this implies we can have gpu accelerated encode on the Pi 5 for example?Have the RPF done any internal...
View ArticleGeneral discussion • Pi 3B+ bookworm 64, rebuild from scratch, XRDP not working
Hi there,I am trying to rebuild my Pi 3B+ and update it from Bullseye to Bookworm.However I can't even get into the GUI via XRDP (I don't like VNC) it gives me a green-screen of death.Via VNC access...
View ArticleGeneral discussion • How can I call up the taskbar update gui interface
I'd like to start the gui interface for updating the pi from the command line without clicking on the taskbar iconWhat command do I need to use?Statistics: Posted by dunkfan — Tue Sep 24, 2024 7:10 pm...
View ArticleAdvanced users • Raspberry CM4 Single channel PWM Audio
HelloThe Raspberry PWM features 2 PWM Channels (PWM0_0 & PWM0_1). These can be remapped to be used as Audio with the help of audremap overlay. (with some additional HW filtering)Now I have a use...
View ArticleCompute Module • CM4 freezing periodically in bootloader on soft reboot
I have been trying to diagnose an issue the last few days in regards to CM4 modules freezing sometimes during a soft reboot, specifically when this certain pci wifi card is installed. I have been able...
View ArticleAdvanced users • Qt5 Project on Raspberry Pi 5 Bookworm
I’m developing a Qt based project for raspberry pi5 Bookworm using VisualGDB (VS Community 2022) running on a Win11 PC and deploying the executable on the Raspi5.It all works perfect, however, I get...
View ArticlePython • RFID-RC522 IRQ on Raspberry pi zero w
Hello, I'using the RFID-RC522 module connected with raspberry pi zero w with this connections:Pin modulo > Pin Raspberry PiSDA (SS) > GPIO8 [pin 24] Filo grigioSCK > GPIO11 [pin 23] Filo...
View ArticleGeneral discussion • Getting "no space left on device" message
I upgraded from a 32G to a 128G microSD card on my RPi3.When I try to install GNU Radio I get the subject message during the installation attempt. I have 29.7 G used on the card.Why am I getting that...
View ArticleTroubleshooting • 5 inch, 800x480 screen can't display the full chromium window
Hello, I recently bought a 5 inch 800 x 480 display screen for my rpi 5, but for some reason whenever I open chromium, the full window can't physically fit inside by screen dimensions, and I can't see...
View ArticleHATs and other add-ons • Raspberry Pi AI Kit Facial Recognition
I have created a trivia game that utilizes the Open CV Face Recognition to identify the "player". I included this feature so I could alter the difficulty of the questions depending on the player. If...
View ArticleMicroPython • MicroPython OLED library for Raspberry Pi Pico
I would like to share the MicroPython SSD1306 OLED Library that can works with Raspberry Pi Pico boards.Features:Supports degree character ( ° )Supports text, numbersSupports drawing shapesSupports...
View ArticleAdvanced users • Status LEDs to GPIO Header
I am trying to use the information from an old topic to set up the LEDs of the ethernet port to be outputs on the GPIO so an external RJ45 with LEDs can be used. The old topic in question is in the...
View Article