Beginners • Re: How to rename root partition on Rpi5
Indeed it is! Here's an improved function:Code: function getrootname() { # returns a string for the device name local rootfs=$(findmnt -n -o SOURCE /) echo $rootfs return # To get the system disk...
View ArticleGeneral • Minimal USB Host and USB Device example, without TinyUSB
I need the Raspberry Pi Pico/W to operate as a USB Host so that I can connect it to a third party USB Device (which happens to be an FTDI 232 chip) that operates like a USB CDC device. We've made a...
View ArticleGeneral discussion • Re: Language Woes
It's super easy with Ubuntu. The girl wants to use Pi OS which is the problem.Statistics: Posted by Mydnight — Wed Jan 17, 2024 4:32 am
View ArticleTroubleshooting • Re: Display is fine in text mode, but immediately black...
In case someone finds this via a future Google search: I tried using the legacy version of Raspberry Pi OS instead, and that does work, so I'm back on the rails for now. It would be nice to know why...
View ArticleGeneral discussion • Verdict on Pi 5 gaming
Seems that the CLI is the only way to go to avoid tearing - vsync doesn't get rid of screen tearing under X/wayland.My verdict for 1920x1080 gaming is, too laggy under wayland, good if you can live...
View ArticleGraphics programming • Re: Garbled output when disabling vsync on CLI on Pi 5
I get the same output running open arena from CLI - my guess is they have vsync disabled by default, but I'm not sure how to enable it to see if that's the problem.Statistics: Posted by skinmarquee —...
View ArticleBeginners • Re: How to force Bookworm to 4K?
I would see if your video plays as expected first.Google found https://forum.libreelec.tv/thread/24770 ... n-startup/Statistics: Posted by rpiMike — Wed Jan 17, 2024 5:28 am
View ArticleGeneral discussion • Re: Raspberry Pi5 Benchmarks Thread
Here are my expectations of what you can get from gaming on a Pi 5: viewtopic.php?t=363706.There are probably many SDL games that would run well but it would depend on the game's...
View ArticleMicroPython • Re: callback from a timer ?
something like:counter from 0 to 10000.and then:on 10 a stepperpulse 30 a pulse 60 a pulse 90 a pulseetc. etc.Statistics: Posted by trixo — Wed Jan 17, 2024 5:58 am
View ArticleAdvanced users • Re: Can't get PWM backlight to work on P4
No PWM because no device has requested that backlight.Asked a similiar question some time ago viewtopic.php?p=2123570&hilit=Backlight#p2123421.No idea what you have connected to HDMI, but try...
View ArticleUbuntu • Re: Booting an older Ubuntu version on Raspberry Pi 5
I added a NMVe to my Raspberry Pi 5 but the only image that seems to function properly on boot is Raspberry Pi OS. I want to try to get Ubuntu Server on it. Has anyone had success, or is Raspberry Pi...
View ArticleAutomation, sensing and robotics • Re: 4 axis stepper motor control board...
BUMP4 of them will do viewtopic.php?p=2123570&hilit=Backlight#p2123421https://www.roboter-bausatz.de/p/schrit ... 0-4a-9-42vStatistics: Posted by aBUGSworstnightmare — Wed Jan 17, 2024 6:15 am
View ArticleMicroPython • Re: Setting NTP time on Pico W issue
Recent comments on the Micropython forum:Code: sta_if.active(True)sta_if.config(pm=sta_if.PM_NONE)and optionallysta_if.config(txpower=5) # or choose other valuesWhat cases have you found that leaves...
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...Except a phone that can do what you describe does not cost $35 or $40, does it?Last...
View ArticleGeneral discussion • Re: Solid State Hard Drive
I obtained another Pi 5 at the same time as the 5 amps power supply and active cooler. I had overstressed the original board creating a irrecoverable hardware failure. This occurred on plugging in a...
View ArticleGaming • Re: Rasp Pi archade for public uses
At least you're not talking about it on a public forum, so you're safe for now.Statistics: Posted by ame — Thu Jan 18, 2024 6:13 am
View ArticleBeginners • Re: Low Sampling Rate on Waveshare ADS1256 Raspberry Pi Board
For a test, you could modify the code to measure the time needed for ADC read and file write. This test shows the possible bottleneck.- in a loop, do ADC.ADS1256_GetAll() only a thousand times and...
View ArticleGaming • Re: Gaming environment framework
I would like to see someone develop a framework environment for making games for the PI. I'm thinking like an app a person can start up and start making a game for the PI. Think something like Mario...
View ArticleBeginners • Re: Keyboard Layout Handler dissapear on bookworm
Koge, thanks for the code sample (Bard, thank you, too! ),The code sample is very useful. However, in the past few days (or is it weeks? anyhow...) I have tried several similar hacks, to no avail. The...
View ArticleTroubleshooting • Re: Raspberry Pi 5 PCIe issues using geekworm X1001
How do I contact Geekworm?Please send us message by contact us by email: info@geekworm.com.Statistics: Posted by aBUGSworstnightmare — Thu Jan 18, 2024 6:24 am
View Article