Quantcast
Channel: Raspberry Pi Forums
Browsing all 4920 articles
Browse latest View live

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 Article


General • 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 Article


General 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 Article

Troubleshooting • 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 Article

General 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 Article


Graphics 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 Article

Beginners • 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 Article

General 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 Article


MicroPython • 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 Article


Advanced 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 Article

Ubuntu • 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 Article

Automation, 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 Article

Camera board • Re: Purpose behind of raspberry pi sbc

From my reading of "4-5 years ago rpi boards were our choice for making a home surveillance system.. Now various vendors have come up with their flashy IPCam hardware" I take it as a lament that Pi's...

View Article


Gaming • Re: Rasp Pi archade for public uses

There are sites out there that provide artwork (form games and other stuff) for free or even just giving credit to the artist in your product (in your case, a game).Any company out there that sells...

View Article

Gaming • Re: BooBoo - new language with game engine

The Wayland performance has been fixed and is now quite good - SDL_VIDEOMODE=wayland must be exported into the environment and that is now handled automatically in 2.0.19.Statistics: Posted by...

View Article


Troubleshooting • Re: motion

Raspberry Pi 4 model BThanksStatistics: Posted by mabp — Thu Jan 18, 2024 5:31 am

View Article

Other • Re: The Fan Does Not Work

Kali linux does not support the FAN, and we do not support kali linux. just use RPIOSlol, Kali officially created and announced Pi5 version. However, you answer is negatively to support Kali linux.Do...

View Article


MicroPython • 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 Article

General 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 Article

Beginners • 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 Article
Browsing all 4920 articles
Browse latest View live