General discussion • Re: Verdict on Pi 5 gaming
One thing to keep in mind when running games under Wayland: You should execute Code: export SDL_VIDEODRIVER=wayland first, if your games use SDL. Otherwise you may get bad performance and scaling...
View ArticleCamera board • Re: Unable to find a suitable output format for (Raspberry Pi...
Hi,just as a hint - using gstreamer and the just wonderful working "tutorial" of memberlist.php?mode=viewprofile&u=308966 to rebuild all the stuff from...
View ArticleTroubleshooting • Re: Raspberry pi boots with only one kind of OS
So, on that page it says "Compatible with: All Raspberry Pi models" but not optimal, I suppose?Curious, what about bullseye makes it the recommended OS, exactly?Statistics: Posted by breaker — Wed Jan...
View ArticleGraphics, sound and multimedia • Re: Setting framebuffer size issue
Your wiki does not mention if 32-bit or 64-bit lite OS is to be used - assumption is 64-bitI have some unmet dependencies, and what the heck does this dropbox get? Better place that file on your git...
View ArticleGeneral • Re: Static IP on Raspberry Pico
@hippy re: So one first gets a DHCP assigned address, then it can become a Fixed IP Address.I'm sure you know this is bad practice because an address in the DHCP pool has no knowledge of a statically...
View ArticleTroubleshooting • Re: [RPi5] Cant boot from USB SSD with 27W Power supply.
How much power does your dive consume?I measured a max of 300mA for the SSD and 700mA for the HDDStatistics: Posted by MontyBurns1901 — Wed Jan 17, 2024 7:16 am
View ArticleCompute Module • Re: Pi CM4 EUROCARD io Board ( Home-Lab )
Since there are breakout boards for PCIe with header pins that work, I think there will be no problem to use them on this board.They don't have your odd pinout where the pairs are split and mixed...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: DS18B20 sensors randomly not detected...
I use 5V not for particular reasons but because it is the auxiliary output present on the IonoPi Board. According to what is indicated, this is the output designed for 1-wire devicesThis is from the...
View ArticleDevice Tree • Re: "Device-tree file "bcm2712-rpi-5-b.dtb" not...
I don't have GUI or audio, and it honestly still all sounds kinda "you may or may not have a problem in the future" That is exactly what the issue is. If you are happy with that possibility and happy...
View ArticleGeneral discussion • Re: Which RP would be best for my needs?
If you want to develop the Android app on Pi, and plan on using a big IDE like Android Studio, get a Pi 5 8 GB. Not even sure those are available though, so if you worked without one then requirements...
View ArticleBeginners • Re: Homemade power supply for portable use of Raspberry Pi 4
However, I haven't been able to make it work. Am I doing something wrong? Guess the battery is a lead battery ? Look for "lead battery 6v datasheet discharge voltage" diagrams: during discharge, the...
View ArticleGeneral discussion • Re: RPI-Clone & Bookworm
Thank you both for your prompt responses. It was as I suspected the firmware location change. I will try the fork https://github.com/framps/rpi-clone tomorrow.Does SD Copier have a cli version? - this...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Use Rpi 5 console UART connector as...
HelloMy Pi 5 arrives soon. I just spotted it has a 3 pin JST connector as the console UART. Can it be used as a standard ttl UART? I would like to receive 38400 bps data from rs422 (NMEA183) and it...
View ArticleGraphics, sound and multimedia • Re: Question about v4l2 bcm2835-codec...
I just switched my input data to YUV, converted it using libyuv, and everything looks fine. The problem is solved.The last question, when I pass RGB data to the encoder as input data, you said anyway...
View ArticleAdvanced users • Re: Can't get PWM backlight to work on P4
Thanks.btw, to answer your previous question, the HDMI port is connected to an HDMI-->RGB bridge which is why the backlight control doesn't propagate to the display.I'm wondering if its possible to...
View ArticleCamera board • Re: Purpose behind of raspberry pi sbc
, BTW a mobile is also "somewhat" general purpose... So anyone can run chromium directly on their mobile phones...There has to be some objective behind every sbc, something it does best and not try to...
View ArticleAdvanced users • power button shutdown
is it possible to make the power button shutdown without the power dialog?or assign a custom commandStatistics: Posted by Minecon724 — Thu Jan 18, 2024 7:14 am
View ArticleGraphics, sound and multimedia • Re: Getting GrayScale screen when...
Ok from below this link https://www.raspberrypi.com/documentati ... #gpio-pins it seems like, we don't have support for SRGB to deal with 6 lines data interface, so, I think we do have alternatives,...
View ArticleTroubleshooting • Re: Can't see pi files in windows explorer
[*]Copy the script:Code: sudo cp wsdd/src/wsdd.py /usr/bin/wsddI would put it in /usr/local/bin, as it is not a system (apt) installed command. The "local" directories tend to come first in the PATH,...
View Article