Android • Re: [DEV] AOSP (Android 14) for Raspberry Pi 4 & Pi 5
I dont get hdmi output in raspberry pi 5 i have changed # Displaydebug.drm.mode.force=1920x1080 in vendor.prop and # DisplayTARGET_SCREEN_DENSITY := 93TARGET_DISPLAY_RESOLUTION := 1920X1080 in...
View ArticleCamera board • Re: IMX290 / IMX462 HGC mode
As it was going to be a 5 minute change, I've done it and created https://github.com/raspberrypi/linux/pull/5859.Once CI has completed (takes around 35mins, so around 17:15 GMT today), you should be...
View ArticleTroubleshooting • Re: gpiozero.LED leaves pins in floating state
Thanks all for the recommendation to upgrade to Bookworm. System:bookworm March 2024 releasePython 3.11.2Unfortunately, the issue persisted on a fresh OS image. The pins were all low before the simple...
View ArticlePython • Re: Can't install tensorflow pi 4
The last command (pip install tensorflow) produced this error:Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simpleERROR: Could not find a version that satisfies the requirement...
View ArticleGeneral 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 ArticleMicroPython • Re: Raspberry pi Pico W with nema 17 stepper motors
Thanks for the help Dougie Lawson . I am writing this post from my class which starts at 9 so can't really post images rn. I'll do that once I reach home after 4 maybe. For now I tested all components...
View ArticleGeneral discussion • Re: PcManFM show full directory path
The full directory path is shown in the directory history drop-down box.The complete path to a file or directory can be copied from a right click In the preferences there is an option to always show...
View ArticleTroubleshooting • Re: RPI 4, no screen--solid green and red lights
Yes Konstakang has made a version that works on Raspberry Pi. I have also tried just using Raspian and Ubuntu and I still get the same results.Here is the Link:...
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 ArticleTroubleshooting • Re: RuntimeError: Failed to add edge detection
I'm having this problem too after updating, all my packages and I ran rpi-update cause some post said it could help with my wifi not reconnecting when it drops. My wifi does seem a little more stable...
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 ArticleRaspberry Pi Connect • Issue setting up Connect
Hello everyone, I am trying to set up Raspberry Connect on my RPi 5 (Bookworm).I am following the procedure as detailed on the following website: https://www.raspberrypi.com/documentati ... nnect.html...
View ArticleGeneral • Re: How the brushed motor rotates continuously via PWM
Same answer as when you asked last time:viewtopic.php?p=2217108#p2217599Your PWM frequency should be approximately 50Hz. The duty cycle sets the pulse width. For a servo, the pulse width sets the...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: GPIO not working after upgrade to...
Ugghhh.. This is embarrassing... The issue was with the GPIO PIN #. I copied over the wrong python script!@neilgl: Thanks for your help anyway, I learned something new: that the RPI.GPIO library can...
View Article