Other • Re: Tried Running Win 95 on Dosbox pure on Retropie just for Fallout...
It spat out errors after the make -j period, still replicating to get the error code, remember i'm still using Rpi3b+, also is there something better?Statistics: Posted by Fenderas — Thu May 16, 2024...
View ArticleGeneral discussion • Re: Help determining proper model
Hello,I am looking for a Pi that is either has a small speaker output, or the ability to connect to one. I also would like one with a microphone, whether built-in or also able to connect to...
View ArticleCamera board • Re: HQ Cam Sample Shots
I've shot a bunch of video in 1080P 30FPS using various lenses16mm blue ring lenshttps://www.youtube.com/watch?v=yhVO4Icg270various lenses (12mm, 35mm, 5mm...
View ArticleGaming • Re: Raspberry Pi 5 GameCube and Playstation 2 emulation help
Pi 5 is capable of playing some Gamecube games at a good frame rate using Dolphin. There are games that are still not very playable even on a Raspberry Pi 5. The following thread will be a good read...
View ArticleGeneral discussion • Re: Pi 5 Help installing directX for wine
The answers to your questions can be found here https://www.winehq.org/helpStatistics: Posted by memjr — Thu May 16, 2024 2:46 am
View ArticleGeneral • How the brushed motor rotates continuously via PWM
I'm using a Raspberry Pi pico w with the following code:Code: from machine import Pinfrom machine import PWMpwmPin = Pin(15)pwmOutput = PWM(pwmPin)while True: frequency = float(input("Enter pwm...
View ArticleTroubleshooting • Re: High Load
Sorry if this sounds demanding, but I need to know if there are any other options besides reinstallingthe SD card is nearly brand newA new SD card might be counterfeit or defective. Having a second...
View ArticleTroubleshooting • Mounted NAS shows lower storage size
Hello,I mounted a NAS to my Raspberry Pi using the following: Code: sudo mount -t cifs //<NAS_IP>/<share_name> <mount_point> -o...
View ArticleRaspberry Pi OS • Re: PcManFM show full directory path
I have since found the answer on my own, thank you but for anyone else who is interested.goto to pcmanfm menu > edit > preferences > advanced > 'other options' > click from 'default to...
View ArticleNetworking and servers • Re: RealVnc retiring Home plan
I just downgraded my subscription from Home to Lite. I only use it with my 3 Raspberry Pis so hopefully there shouldn't be a problem.I have 2 device in my Home Team while there are 4 in my Address...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.6
What is the usual cadence for integration of the dev branch (in this case 6.6y) into the upstream repo? There's a bunch of recent fixes that it would be nice to have an easier path for provisioning...
View ArticleTroubleshooting • Re: Not able to upgrade my Rasbperry PI 4 anymore
OK, so it is being mounted ro. That is the explanation. How it got there, we can only guess.Anyway, the "remount" trick (shown somewhere upthread) should change it to rw.Thanks. I already tried...
View ArticleNetworking and servers • Re: Using a Pi to act as bridge between 2 separate...
What can I do to configure the Pi to allow each group of computers to talk to each other without the need to ssh into the Pi? I've google for quite a while now and can't find the solution for this...
View ArticleBare metal, Assembly language • Re: SIMD LDR from device memory
I've been writing optimized bare metal code for the Raspberry Pi 4 for years without issues. The source code in my case is in Rust, but that shouldn't make a difference. I don't have a Raspberry Pi 3,...
View ArticleBeginners • Re: Terminal window opening
Basic question- I am working on a C program for the RP4. When executed from inside the Geany IDE, or from a command line, a terminal window is automatically started. This is very useful for debugging...
View ArticleAdvanced users • SWD and earlycon at the same time on rpi5
Hi! If I understand correctly, RPI5 can enable JTAG/SWD with the config "enable_jtag_gpio=1" and the JTAG/SWD and the UART are muxed on the same 3-pin debug connector.On the other hand, this page...
View ArticleTroubleshooting • Fried Pi?
Hoping to improve the audio from Bluetooth to optical, I acquired a device that splits HDMI into video and audio, or so it claims.https://www.amazon.com/dp/B00BIQER0E?ps ... ct_detailsI powered...
View ArticleTroubleshooting • Re: Fried Pi?
i don't see how that could fry a pi.did you unplug while hooking everything up, as long as it's plugged in it's still getting power.you may have touched 2 contact points causing a short.examine the...
View ArticleTroubleshooting • Re: Network Adapter wont Work on Rasberry pi 5 (kali linux)
Ah, that's annoying. yes :/ ive been trying to solve this issue in alot of forumes, discord, reddit but sadly no one tried to help me yet :/What have you tried to do, like, on your own? Did you search...
View ArticleBeginners • Re: Trying to get RPi4 to boot from USB Nvme M.2 SSD, Lot's of...
Hello, anybody out there reading my questions ?Statistics: Posted by Chester Mayfield — Sat May 18, 2024 12:03 am
View Article