General discussion • Re: Adding thermal tape to bottom of the Pi5 - is it safe?
I'm still not sure if it will even work, since I need to stack them to reach the underside.If you stack thermal pads they aren't going to be very thermally conductive in series.To build up the height...
View ArticleРусский • Re: WaweShare Raspberry Pi CM4 kit with a 5 inch touch screen - не...
Are you using the bookworm system?Please enter uname -a to check your system kernel version.Statistics: Posted by Amarantos — Wed May 15, 2024 2:52 am
View ArticleBeginners • Re: Does Remote.It have no bandwith limit?
I don't know, but a great place to ask that question if I needed to find that information would be at the remote.it website.Statistics: Posted by memjr — Wed May 15, 2024 2:54 am
View ArticleBeginners • Network Preferences missing from Right-Click Network
Now maybe I've got it wrong, but right clicking on the up/down arrows should produce the Network Preferences menu, but ever since installing the most recent version of Raspbian that is no longer...
View ArticleBeginners • Re: Uninterrupted Power Supply for Pi 3b
From time to time Amazon has these on sale for $59.00https://a.co/d/bFhAuchI run a couple of pi boards, a wifi router and a couple of other accessories off one of these. You're not going to get better...
View ArticleOther RP2040 boards • Re: yd-rp2040 flash memory size
Maybe I'm over thinking just had to enjoy pico.Statistics: Posted by jammingvai009 — Wed May 15, 2024 3:07 am
View ArticleOther projects • Re: Custom Key pad
as it seemed to work when I thought I had the pins wrong so switched them for a second at the startSorry, it's late there so you won't get this until tomorrow.I'm not convinced that moving wires...
View ArticleTroubleshooting • Re: Radxa Penta SATA HAT - annoying blue light
Hi AllIs there a way to turn off the light on the disks HAT. These lights are annoying when the room's light offThanksYou should ask here: https://forum.radxa.com/Statistics: Posted by memjr — Thu May...
View ArticleTroubleshooting • Issues with MCP23017 dtoverlay when using I2C0 on CM4
Hello,I am having issues getting an MCP23017 IO expander to work with with a CM4. To be more specific, while I am able to see and interact with the device on the I2C bus (using i2cdetect), even with...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: gpiod access error
I am using raspberry pi5 8 GB RAM. Does /dev/gpiochip4 exist? -> YES.Statistics: Posted by spatil — Thu May 16, 2024 1:08 am
View ArticleGeneral discussion • Pi 5 Help installing directX for wine
Hello, Im not sure if this is the place to ask this but, i have just installed wine for running windows apps on my pi 5. I think I have the 32 bit os. When I try to run an app it tells me I need...
View ArticleOther • 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 ArticleBeginners • Trying to create an API that will read smart race app data
I am new to this and was wondering if someone could point me to some tutorials because I don’t know where to start. I’m an EE with some background in coding so I’m just need the launch point. I am...
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 • 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 Article