MicroPython • Re: How to get connected after a machine.reset
I'm now remembering (seniors moment) that I had a similar issue with urequest.get. The solution was to close the SOCKET to release resources.Code: from urequests import get as req_get ... payload =...
View ArticleCompute Module • Re: RPI-CM4-Raspbian-Krikstone-Sato/minimal keyboard disabled!
Dear All.Thanks for your all support..In this post I enquired about USB Keyboard/Mouse disabled..If anyone has some clue, kindly share , as its a bigg headache for us..Regards.AnkurStatistics: Posted...
View ArticleAdvanced users • Re: Buck converter DC DC stepdown for the RPI5
I seriously doubt that the PI 5 even on 100% CPU load would drain 5 amps, that must be some absolute maximum value which never even reached in practice.The Pi alone won't. The 5A PSU requirement...
View ArticleTroubleshooting • Re: bookworm autojoin wifi on first boot no good
most likely the reason imager does not recommend bookworm for anything less than 2gb ram.i did it on a rpi4-4gb and the wifi was setup just fine.Statistics: Posted by kerry_s — Tue Jan 16, 2024 6:12 am
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 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 ArticleAutomation, sensing and robotics • Re: Using a ds18b20 on pins 27-40
Over 1000 views with no response? Fortunately I'm pretty good at figuring stuff out myself. So to answer my own question, yes it works and no I didn't fry my pi.In case anyone else wants to know how...
View ArticleGeneral discussion • Re: Verdict on Pi 5 gaming
Here's an example of something that pushes the Pi 5 to it's limit but stays smooth:The FPS font is too small but it reads 70 FPS. That's 1920x1080, just over 2 layers of drawing (including steam) and...
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 Article