Beginners • Re: Newbie Question: 32 bit vs 64 bit
Which Pi are you trying to download and install to ? Pi3 / Pi4 /Pi5 / Pizero2 etc.Statistics: Posted by neilgl — Sun Aug 11, 2024 7:46 pm
View ArticleOther programming languages • Re: Printing and Powershell
Out-Printer is only available on Windows. This is supposed to be a replacement: 6Print, but I have no idea how it worksStatistics: Posted by scruss — Sun Aug 11, 2024 7:51 pm
View ArticleGeneral discussion • Re: RP2350 and Pico 2 released!
I’m pretty sure quite a few people who frequent this forum are old enough to remember running C/Pascal/FORTRAN/etc compilers on much smaller, slower, machines than a pico 2. Good grief, Atari STs,...
View ArticleGraphics, sound and multimedia • Re: Adding a SCART/RGB input to RPi5
Thank you all so much for the help.I very much doubt a simple ADC will be enough. At least one of those video signals will have line and frame sync signals that will need to be extracted and...
View ArticleOff topic discussion • Re: Is it possible to use two of the four charge cells?
Yes, you can use two of the four charge cells if the rules or the specific game setup allow for it. Typically, you need to check the game's guidelines to see if using multiple charge cells at once is...
View ArticleBeginners • Re: Upgrading Pi 4 B to Pi 5
Bookworm is in beta so maybe bullseye would work.Bookworm is the current recommended and supported release of RasPiOS. An RPi[5] board requires RasPiOS Bookworm. It will not boot from RasPiOS...
View ArticleHATs and other add-ons • Re: Does Pi 5 Official Active Cooler affect the WiFi?
I haven't noticed any issues. The antenna is clear.Statistics: Posted by rabialbe — Sun Aug 11, 2024 8:22 pm
View ArticleCompute Module • LAN7500 force gigabit connection
After long break I continuing this topic: viewtopic.php?p=2181765&hilit=LAN7500#p2181765I have a LAN7500 evaluation board connected to a Raspberry Pi 4 Compute Module (official IO board). To check...
View ArticleUser groups and events • Re: Bootcamp Humanoid Robot
Absolutely, you’ve summarized it perfectly! Using two of the four charge cells is indeed possible if the game rules or specific setup allow it. It’s always a good idea to consult the game’s official...
View ArticleTroubleshooting • 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 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 Article