Troubleshooting • Re: Error trying to launch Steam on Raspberry Pi...
Try here https://steamcommunity.com/discussions/?snr=1_44_44__23Statistics: Posted by memjr — Sun Aug 11, 2024 8:45 pm
View ArticleGeneral discussion • Re: Pico 2 Micropython problem
Did you download the UF2 for the PICO 2? https://micropython.org/download/RPI_PICO2/If you are running from Thonny, I'd recommend trying MPREMOTE. This is the official uPython interface...
View ArticleGeneral discussion • Interesting data: Pi02W vs Pi5 boot times
I have a Pi5 running on an SSD and a Pi 02W running on an SD card. I recently added a service that runs at startup and shutdown to send a notification to my phone using pushover.The boot time...
View ArticleBeginners • Re: PI OS imaging
What model RPi?How did you put the image on the flash drive?Why can you not do a network install?Statistics: Posted by drgeoff — Sun Aug 11, 2024 9:18 pm
View ArticleGeneral 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 ArticleOpenGLES • Re: [Opengles 3.1] Pi3C - Game Engine - Tim Skillman
Why did you globally replace "in" with "i_n"? e.g. illumination got turned into illumi_nation.due to the way tim looks for Attributes:https://github.com/randomnumgen1/Pi3C_R ... er.cpp#L15mainly...
View ArticleGeneral • Re: ssd1306_i2c example doesn't display anything unless I hit reset
Since you have the Adafruit board, if you look at the schematic you can see that the reset line on the OLED display itself is handled by a power-on reset chip:https://learn.adafruit.com/adafruit-pio...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: SPI display for RPI5 with dtoverlay?
aBUGSworstnightmare wrote: ↑look at my postings - as said already - here you see two of 'SKU18366' binary based displays runningviewtopic.php?p=2214879&hilit=6+SPI#p2198014 - as well as two more...
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?Statistics: Posted by guruabyss — Mon Aug 12,...
View ArticleNetworking and servers • Re: Cant access device on Wifi AP
If you'd prefer to continue with your current approach, please post the output from journalctl for the activities of: network coming up, and when your ISP router goes off line (plus afterwards a...
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 Article