General discussion • Re: RPi 5 as a desktop daily driver?
Smartphones have sort of replaced the PC as a daily driver, but they are not Desktop replacements.Typing this on a mech keyboard to my Pi5 is not the same as using this forum on a Smartphone.I feel a...
View ArticleRaspberry Pi OS • Re: Disable Firefox Hardware Acceleration by Default on Pi5
try nightly build & feedback.https://blog.nightly.mozilla.org/2024/0 ... -on-arm64/Statistics: Posted by cjan — Sat Apr 20, 2024 4:05 am
View ArticleGeneral discussion • Raspberry pi 5 is slow all of the sudden
So I believe it was after the most recent firmware update, I’m experiencing a pi 5 that is on level if not slower than the pi 4 1080p 60 no longer works at all it use to drop a frame of so but nothing...
View ArticleTroubleshooting • Re: Official Active Cooler runs after Shutdown at full speed
I'm getting the same issue. Fan is clearly getting power back fed from USB (USB is connected to a 12v touchscreen).For now I'm going to connect screen and pi to same power supply so it turns both of,...
View ArticleTroubleshooting • Re: Embed Acer ET322QK 32" monitor not keeping screen...
Add a video mode to kernel command line.Statistics: Posted by aBUGSworstnightmare — Sat Apr 20, 2024 4:27 am
View ArticleAdvanced users • Re: Brief Console Display Flash During Boot on Raspberry Pi...
total proStatistics: Posted by aBUGSworstnightmare — Sat Apr 20, 2024 4:28 am
View ArticleOther projects • Re: Goal: 20mhz PWM signal at 8-bit resolution. Possible?
First of all, this is not for an LED, but a laser diode. 6.5V, 130mA current (power output is 50mW).Secondly, I need the laser to modulate between 256 levels of brightness, 10–20 million times per...
View ArticleCompute Module • Re: Proper Installation of the CM4 module
there should be a dedicated point of contact for industrial customers. applications@raspberrypi.comthanks! Think i will add that to my notes for future reference.Statistics: Posted by...
View ArticleGeneral discussion • What does this symbol mean?
Any ideas?Statistics: Posted by Ace Rimmer — Sat Apr 20, 2024 5:08 am
View ArticleGeneral discussion • Re: What does this symbol mean?
It is a flame, it means 'hot topic'The icon in the corner means you contributed. Edit (or maybe also you have subscribed to it, which is automatic if you reply) It doesn't, just tried and it doesn't...
View ArticlePython • Re: OLED R-Pico
important- doublecheck the power supply needs of the display. Looks as iif you used VSYS for the OLED power supply which is 5V. This will not work with the I2C signals of the pico which are 3.3V only....
View ArticleHATs and other add-ons • Re: Run script requiring network before shutdown or...
Sure! I want to send a last log to a server, to inform about the shutdown (for whatever reason). I just want to know that it shut down.Here's my python code.Code: import sysimport logfrom utils.config...
View ArticleC/C++ • Re: WiringPi replacement?
Thanks everyone, I will check out both libraries. CheersJoeStatistics: Posted by jpitz31 — Sat Apr 20, 2024 5:50 am
View ArticleGeneral discussion • Re: Pi 4 B safe overclocking limit
you want a mini hdmi to hdmi,We're not talking zeros here @OP you'll want a micro HDMI to HDMI cable.my bad Statistics: Posted by kerry_s — Sun Apr 21, 2024 3:01 am
View ArticleFor sale • Re: Pironman case for Raspberry Pi 5 ( a distasteful response)
Did anyone that posted in this thread even read my followup thread? viewtopic.php?t=369310I tried to explain my situation. I naively thought that if I did so someone would have realized the mistake...
View ArticleBeginners • Re: Stuck in TTY - Please Help
I logged in and used sudo reboot but it rebooted right back into tty.... I don't understand, seems I'm trapped in here. Do I just have to flash the OS again?Statistics: Posted by MasterFaust — Sun Apr...
View ArticleAutomation, sensing and robotics • Re: Rs232 command change between 2 gears...
Hi, found this gear, looks good for my project as there are 2 ports.https://www.waveshare.com/wiki/Pico-2CH-RS232Next step will learn the programming.If somebody can support, it is welcome... Just...
View ArticleOff topic discussion • Re: Dream hardware
Tried my USB3/SATA/SSDCode: hdparm -t /dev/sda/dev/sda: Timing buffered disk reads: 574 MB in 3.14 seconds = 183.08 MB/secLooks like NMVe is more than twice as fast.I guess I know what my next upgrade...
View ArticleAdvanced users • Re: Why does the sd card copier require a desktop environment?
The SD card copier uses those tools. It is just a gui tool to let you automate a few things to be done with just a few clicks in a gui window.Statistics: Posted by memjr — Sun Apr 21, 2024 5:20 am
View ArticleTroubleshooting • Re: pyautogui to emulate mouse & keyboard on RPi 5
Thank you @lordgthegreat, it worked! Now I can used the pyautogui library.I got the gray screen accessing from VNC viewer but I solve it turning it on on the raspi-config (from the screen app or the...
View Article