Other 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 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 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 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 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 Article