Raspberry Pi OS • How to set framebuffer depth in bookworm on rpi4 for...
How to set framebuffer depth for composite output?I see that by default I have 32-bit on rpi5 and 16-bit on rpi4. I want to change it on my rpi4 to 32-bit.In the previous version of the os, it was...
View ArticleGeneral discussion • Raspberry Pi as Matter iot device
I’m trying to develop a Matter IoT device using a Raspberry Pi, but I’m running into issues. The primary problem is that I’m unable to clone the Matter GitHub repository due to its large size, and I’m...
View ArticleSDK • Pico Segger Setup, quesiton about earlier post
viewtopic.php?t=324460&sid=b590a8fac7f5 ... a27d788f5fPost is locked...trying to replicate what is in this post, set up SEGGER IDE to work seamlessly with Pico SDK.I can't follow some of it, any...
View ArticleSDK • Pico SDK2 USB Joystick
Hello all,for anyone interested in USB, a significantly improved USB/HID Joystick device stack is available here :https://github.com/Serialcomms/Raspberr ... B-JoystickMajor features...
View ArticleMicroPython • Testing PIO on Pico 2
I finally got my hands on Pico 2 and decided to check out some of the new PIO features. I have written a program to test using RX FIFO as storage registers (FJOIN_RX_GET mode) and using IRQ to branch...
View ArticleBeginners • 32 or 64 bit
Hi, is there a good reason NOT to install the 64 bit version of Pi OS in a Pi5??I'm running the 32 bit version on all my Pis at the moment.MartinStatistics: Posted by Windcheetah — Sun Aug 25, 2024...
View ArticleSDK • SPI Slave with DMA
Hi, I'm trying to implement a SPI Slave with DMA in a RP2040 to receive 16 bytes at 1MHz from a SPI Master.The Master clears CSN before the transfer and sets it at the end. I cannot change the...
View ArticleHATs and other add-ons • Relay Induced Noise
Hi,I am working on a little project to control some relays using an RPI. I am using PiRelay V2 (https://thepihut.com/products/pirelay-r ... spberry-pi) for the relays. The load I am handling is 9.2V...
View ArticleAdvanced users • Is There a Way to Improve Firefox's Program Load Time?
Hi allI am on RPi4, using RPi OS Desktop, and it works fast and smooth.This is truly impressive.There is one program tho, that I feel a speed problem in,and that is Firefox.Interestingly, the speed...
View ArticleGeneral discussion • Forget Username and Password
I have an older [32 bit] version of RP with 2 programs, Pi-hole and AirPrint. I wanted to update the Pi-hole program, but I have forgot my username and password, so I can’t access my RP using the...
View ArticleTroubleshooting • Raspberry Pi 3 can't ssh, can't login, but ping ok
Hi everybodyI have a little trouble with a Raspberry Pi 3 Model B Plus Rev 1.3, 4 cores, with 3 harddisk (1 classical, 2 ssd in mirror) on a powered usb hub and raspbian64.It's a good one, nicely...
View ArticleTroubleshooting • PI 5_ Resolution limited to 1024*768 on my Samsung...
Hello,I am new to Raspberry Pi.I managed to setup my new PI 5 on my tv.I access it through ssh or VNC on my laptop it works fine.However the PI is also connected to my Samsung TV and the resolution is...
View ArticleTroubleshooting • Pi SSH service times out after several days
Hi there, I'm pretty new to pi and the linux OS in general.My SSH service stops working after an unknown period of time and I'm not sure where to look to see why.A simple restart gets things back in...
View ArticleGeneral discussion • No audio after lcd35 removal pi 5 8gb
Hello there. I really hope someone can help me.I've been trying to fix, the problem myself for 2 hours with different online solution from Google and this forum, but I'm afraid that I'm doing things...
View ArticleSDK • Linux running on the Raspberry Pi Pico2 ?
HelloIt looks like someone has ported Linux on the Raspberry Pi Pico2https://github.com/Mr-Bossman/pi-pico2-linuxStatistics: Posted by fred260571 — Mon Aug 26, 2024 6:38 pm — Replies 0 — Views 30
View ArticleGeneral • Pico 2 shows us as partition but not detected by picotool
Hi! I have just received my 2 of my new Pico 2's today,however I'm currently struggling to get any programs to run on it.I've installed the VS Code extension, that downloaded all the SDKs and...
View ArticleTroubleshooting • Screen size problem using 7" Display on Pi 5
I have two screen problem and I suspect they are related.1) The desktop seems marginally oversized in that if I move the mouse cursor to all 4 edges of the screen, on the top and left sides the cursor...
View ArticleTroubleshooting • I2C address conflict with concurrent calls on separate buses
Hi there,We have an issue when making calls on i2c5 (pin 10,11 - ALT5) and i2c10/0 at the same time, where the signals seem to be getting crossed. If we poll i2c5 for open addresses at the same time...
View ArticleAutomation, sensing and robotics • BLE counter based on authorised Tags
Hi,I work for a company that runs small events. We are looking for a way to count how many people attend each stand and the event in general. One of the things we do is supply everyone that comes into...
View ArticlePython • Running script with pygame headless
Hi! First time asking a question.I made a python script that is intended to be run headless, without a monitor. However, the script doesn't run when pi is not connected to the screen. While I was...
View Article