Gaming • ECWolf 1.4.1 - Wolfenstein 3D Source Port
ECWolf with the Operation: Wasserstein v1.2 Wolfenstein 3D mod on the Raspberry Pi Computer.Setting up Wolfenstein 3D on my Raspberry Pi Computer was possibly the first game I was able to run on a...
View ArticleTroubleshooting • Re: Sudden unexplained measured Internet bandwidth reduction
Just an update here. Sometime during the last month the CLI version of speediest (speedtest-cli 2.1.3) started returning results that are more in line with the web based Speedtest. No idea why this...
View ArticleGraphics, sound and multimedia • Re: Raspberry Pi to play music to Onkyo?
I ended up using the Apple web music app and then converting from analog to digital audio and got a great signal into my receiver for good audio.Statistics: Posted by mnmax21 — Sat Apr 27, 2024 2:21 am
View ArticleGeneral discussion • Re: 2 newly completed Raspberry Pi 5s.
The Geelkworm X1002 gets a bad rap on Amazon reviews, with a bunch of people knocking the included screws being the wrong size, and one person claiming the ribbon cable was bad.MY experience was...
View ArticleTroubleshooting • Re: Issue in auto start with Debian
if your using a rpi device with more then 2gb ram then the desktop is not lxde.Statistics: Posted by kerry_s — Sat Apr 27, 2024 2:35 am
View ArticleGeneral discussion • Re: Largest screen for RPi5?
Mine is on a 28" Samsung 4K display and it is absolutely clear and beautiful for someone that SHOULD be wearing glasses but hates to do so....Statistics: Posted by dbhosttexas — Sat Apr 27, 2024 2:40 am
View ArticleGaming • Re: Gauging interest in FTEQW Engine with Afterquake
I have tested the FTEQW in the five main games it is supposed to be able to support now. I have obtained great results. Even though it claims ito support Quake II, it cannot do so directly so without...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
I can see a use case for PCIe x4 and PCiE x1 going to connectors.its even better then you think, it has x4, x1, and another x1!but it sounds like the CM5 will come with an RP1Statistics: Posted by...
View ArticleBare metal, Assembly language • Re: Accessing ISP functionality on Raspberry...
So, hermanhermitage/dumpbootrom through the UART to another machineive replaced that code long agoclone https://github.com/librerpi/lk-overlay`make PROJECT=rpi3-bootcode` and youll get a lk.bin...
View ArticleBeginners • Re: Powering Pi 4 on and off as a car computer
The regulator I posted is a switching regulator. Check the link at divinely.Statistics: Posted by wstein25 — Sun Apr 28, 2024 4:00 am
View ArticleGaming • Re: ECWolf 1.4.1 - Wolfenstein 3D Source Port
The mouse bug happens a lot after an initial build on some source code and I have had to use the same solution you suggested. It seems it is obviously a common occurrence as you ran into as well....
View ArticleGeneral discussion • Re: Raspberry Pi 5 Power Adapter
I just got my new Raspberry Pi 5, and it is not turning on (red light turns on but the fan instantly stops after spinning for a split second).I'm sure this is because the power adapter that I am...
View ArticleGaming • Re: Gin Rummy
https://github.com/Meirshomron/GinRummyShould we play and see if it is possible to build it on a Pi? Take a look at the link and see if you like what you see in the screenshots. If so, I will build it...
View ArticleTroubleshooting • Re: Display issues with RPI 4
Code: sudo mousepad rubbish.txtwill open a text file. Paste the hex values in that file and save it All other commands needed are in that posting.Statistics: Posted by aBUGSworstnightmare — Sun Apr...
View ArticleBare metal, Assembly language • Re: What assembly language should i learn...
I don't know about Assembler defaults but my GCC on Bookworm appears to default to 'armv6' which I thought was 32-bit only -armv6 and armv7 are both part of the arm32 familythe gcc that comes with...
View ArticlePython • Re: Looking for python code for 433 MHz reciever
I'm sure there is some horribly written software out there for these modules, but not all of it can be horribly bad. Meaning, you probably already ran into the simpler versions of that code out there...
View ArticleTroubleshooting • Re: Is the Raspberry Pi 5 power (in)efficient?
* removed (rmmod) various kernel modules to completely disable devices, like wifi and bluetoothif you use both dtoverlay=disable-wifi and dtoverlay=disable-bt, then you will get a measurable drop in...
View ArticleGeneral discussion • Mi raspberry pi 4 no arranca
Buenas hace un par de años utilizo una raspberry pi 4 2 gb ram para un proyecto, y funcionaba perfectamente, tras el proyecto la guarde y ahora al querer utilizarla de nuevo, soy incapaz de hacerla...
View ArticleCamera board • Re: Turn on camera led on pi 0 2w
ok thank youStatistics: Posted by mistrysiddh — Mon Apr 29, 2024 2:36 am
View ArticleSDK • Re: Any way to stop runtime_init() from zapping all my GPIOs?
Maybe use the linker function wrapping capability to provide your own implementation of runtime_init(). Base your custom implementation off of the one in the SDK but just remove the things you don't...
View Article