General discussion • Re: Raspberry Pi 5 discussion thread
Am i missing something or is RPIOS still the only official desktop release for RPI5? I mean are there any alternatives that are not in beta status? Even Manjaro was removed from the Imager.Statistics:...
View ArticleTroubleshooting • Pi Zero 2 W - Need Help Troubleshooting USB Gadget...
Hello, I have a Pi Zero 2 W running current Rasberry PI OS. I have followed the guide at viewtopic.php?t=309324#p1850178 (the attached PDF) to set up my Zero as a USB Mass Storage device. I am trying...
View ArticleGeneral • Re: Running programs in RAM using watchdog reboot
It will be interesting to see if it works on an RP235Xa large chunk of the bootloader type issues are now gone on the 2350, due to the address translation in the XIP blockso you can link multiple...
View ArticleRaspberry Pi OS • Re: Display 3.5"" XPT2046 - Raspeberry pi zero 2w
Hello! This my config is SPI Enable. Code: dtparam=spi=onYes, The above line enables SPI.Statistics: Posted by AndyD — Mon Aug 12, 2024 8:57 pm
View ArticleCamera board • Re: Pi camera on bookworm and bullseye
Full support for ALL Raspberry Pi Cameras and several others is available for Bullseye and Bookworm through the open source libcamera/picamera2 and standard Linux kernel drivers.That sounds good but I...
View ArticleCamera board • Re: 16:9 HQ Image is a stretched version of a 4:3 image
Opps, forgot to post code.This is my config code:Code: // StillCapture twice to generate two configurations std::unique_ptr<CameraConfiguration> config = camera->generateConfiguration( {...
View ArticleGraphics, sound and multimedia • [RPi5] play HEVC video on chromium-browser
Hello,I can play HEVC video files using mpv without problems but I can't play them within chromium-browser.I have an RPi5 with a fresh install of Raspberry Pi OS (64-bit) and...
View ArticleGeneral discussion • Re: Raspberry Pi closes all apps and logs out.
@ B.Goode, thank you for the reply. I have the 8GB model. "What is the swap configuration". It's the default that Debian (Buster V10) is running.Statistics: Posted by guruabyss — Mon Aug 12, 2024 9:17...
View ArticleGeneral discussion • Re: Raspberry Pi 5 connector with 2 leads
I can't think of a non-nefarious reason why anyone would be walking around sniffing for others wifi networks, but in case that was a joke...It's neither rocket science nor brain surgery:1. Use...
View ArticleHATs and other add-ons • Re: Request for options in Buid-Hat
Well, I have some wishes too: Mine: Build HAT + Sense HAT + LiPo battery charging circuit 3 in 1 (Well maybe I should just buy a Lego hub)Statistics: Posted by muzkr — Mon Aug 12, 2024 9:36 pm
View ArticleGeneral discussion • Re: All chromium extensions stopped working.
@kerry_s thank you for the reply! This leads me to my next question. Why would it matter if the OS and Browser is out of date in respect to extensions?"maybe try snap or flatpak chromium, but you'll...
View ArticleGeneral • Re: ssd1306_i2c example doesn't display anything unless I hit reset
Interesting; that would make sense. It's got an APX803 reset circuit which advertises "at least 140ms", and has a graph that shows across various temperatures it should always complete in 200ms. So I...
View ArticleSDK • Re: RP2040 inter thread synchronisation
The SDK way: Code: void irq_set_priority (uint num, uint8_t hardware_priority)which is simply a wrapper around writing to the NVIC registers nvic_hw->ipr[]num is the interrupt number - the same...
View ArticleAdvanced users • Re: Image File Utilities
If a 'less complex server' it will work, and of course when you take the copy off-line. Of course you're right. You can only be 100% sure the backup is OK if the system is stopped.But if you stop all...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: RS-232 on Raspberry Pi 5
All the stuff I ordered is finally here, so I can continue my project.See https://datasheets.raspberrypi.com/rp1/ ... herals.pdf section 3.1.1 for the mappings on Pi5.I saw something interesting when...
View ArticleTroubleshooting • Re: Have I destroyed my Pi 5?
Ok, so I'm pretty sure my USB ports are not working correctly.I just tried flashing an operating system to a USB stick and inserted it into the Pi and booted up, got the same message as above:"Boot...
View ArticleCompute Module • Re: CM4 VL805 interface issue
Code: [cm4]# Enable host mode on the 2711 built-in XHCI USB controller.# This line should be removed if the legacy DWC2 controller is required# (e.g. for USB device mode) or if USB support is not...
View ArticleTroubleshooting • Re: Connecting zero 2 W with ssh not working
Checked it this morning and ssh & ping gone. Ran code above and immediately checked. Back on. Think it's something with the pi. I DO NOT lose interenet connection as every 10 minutes it goes out...
View ArticleBeginners • Tips To Make RPİ 5 Desktop Performance Better?
Hello all.I did, 3000 Mhz overclock and gpu overclock, applied active cooler.I did rpi power off on halt thing.I did Swap Memory thing.Is anything else i could, any tips? Thanks.Statistics: Posted by...
View ArticleGeneral discussion • Re: RP2350 and Pico 2 released!
Wihout making or implying any judgement on the inductor matter or other makers building working boards, I would say that there can be a great difference between something working well and something...
View Article