Debian • Boot of Debian 12 encrypted on Raspberry Pi 4B 8GB
Hello, first steps on a Raspberri Pi 4B 8GB and first post in this forum.My goal is to install "proxmox 8.3" (the latest), based on "debian 12", encrypted. After several attempts and tutorials...
View ArticleTroubleshooting • Pi 400 dosen't boot after full-upgrade, Solide green light,...
Hey, I'm posting this because I have an issue with my Pi400, as you can see in the title.So, I was updating my Pi400 using the commands Code: sudo apt update and Code: sudo apt full-upgrade.During...
View ArticleOff topic discussion • Remember the C.H.I.P. Single Board Computer?
While doing some cleaning and sorting today I found a couple of C.H.I.P. Single board computers. I plugged them in to power and a TV using a TRRS to video/audio cable. The display was all over the...
View ArticleGeneral discussion • Broken camera socket…any other way to connect a camera?
I have a raspberry π 5 for octoprint and the camera socket is physically broken. The unit fell with the camera attached and that was the result. I suppose hot glue or something could be used to get...
View ArticleAdvanced users • Starting TightVNC Server with Systemd
With no response to my previous post on accessing a Pi with Guacamole I've now changed tack and am using tightvncserver on the Pi instead of the regular RealVNC server. All I had to do was apt install...
View ArticlePython • Micro-Python and simultaneous tasks
Hello everyone, I'm trying to play music and, at the same time, changing the colors of an RGB led in order to obtain a "flame effect". I tried asyncio but I'm not totally happy with it (good music...
View ArticleGeneral • Any Pico SDK GT911 code out there?
Has anyone written a driver for the GT911 touch controller they are willing to share. I'm looking for standard C sdk - definitely not Arduino. There is stuff out there I could use as a base but it all...
View ArticleGeneral discussion • Run Python 3 Program at Raspberry Pi Boot Up
I have a python 3 program I want to start running when the raspberry pi boots upI can enter sudo python3 pythonclock.py and the program runs as expected.I created a a file name runclock.sh in the...
View ArticleRaspberry Pi OS • wayland Mouse pointer
WayLand on a pi5 with a vga screen via hdmi to vga adapter.The mouse pointer appears as a square block, bigger than a standard mouse pointer. It is plain white with fuzzy bits that could be very...
View ArticleRaspberry Pi Connect • Just wanted to say....AMAZING!!
I recently upgraded my Rpi5 8GB and noticed I had the RPi connect icon. I didn't know what it was at first and it slipped my mind to research it.I reloaded a RPI4 8GB I had running PiHole because it...
View ArticleRaspberry Pi OS • RPi 4B 8GB with two USB NVME Drives Issue. Help Please!!
Hello bright minds,Since I got into Pi's I have always purchased identical storage devices to use the build in SD copier tool that allows me to essentially make a clone of the Pi before I go and make...
View ArticleGeneral discussion • Manage a shared folder's files
Hello, I am a Rapi5 Desktop admin with the root user privileges.I have added a guest user.I have added a shared directory.I would like to add a list of files on my admin directory, into the shared...
View ArticleBeginners • Got a raspberry pie five with a M.2 hat
So I got a raspberry pi 5 with M.two hat formatted the M.2 Drive installed raspberry pi software on it put a SD card in booted it change the boot order once I restarted it. I got a busy box of V 1...
View ArticleTroubleshooting • Almost lost component RPI 5
RPI5 fell to the ground and an element was damaged, can someone tell me what this element is responsible for?Statistics: Posted by adammik — Sun Feb 02, 2025 7:42 pm — Replies 0 — Views 37
View ArticleSDK • Compiling and Linking the CMSIS DSP Library
In case anybody is having problems trying to fathom it out, as part of my video series on designing a clockable audio delay module based on the RPi Pico, I made a short video on what I, personally,...
View ArticleMedia centres • Classroom Hub
Is there some sort of OS that I can use as a Hub for students, there is a site that gets made for each of them that I would like to have them access via a hub in class. The hub would also display the...
View ArticleTroubleshooting • Getting dpkg error while sudo apt full-upgrade
Hello EveryoneWhen i want to update with sudo apt full-upgrade i get errorsudo apt full-upgrade Code: Reading package lists... DoneBuilding dependency tree... DoneReading state information......
View ArticleGeneral discussion • Running a 40 pin RGB TTL TFT Parallel on an RP0
Hey there,I've got my hands on a 40-pin parallel RGB display and I'm looking to run it from my Raspberry Pi Zero 2's GPIO (NOT the HDMI port since it's already being used). It's a 800x480 display that...
View ArticleGeneral discussion • Booteable NVMe on RPi Zero 2W?
Is it possible to have the Raspberry Pi Zero 2W boot from an NVMe?Will an M.2 (female) to USB (male) adapter work?Are there another options through the GPIOs?Can the RPi Zero 2W keep up with the...
View ArticleC/C++ • Pi5 & CM5: How to programmatically set the alternate function of...
Is there a C API for setting the alternate function of a GPIO pin on the Pi5 or CM5? It doesn't appear to be possible with libgpiod. I know I can do something like `system("pinctrl set 12 a0")`, but...
View Article