General • PWM Callbacks like in arduino CTC mode
Hello, this is my first post here so if anything is wrong about the title or anything fell free to question, back to the point, i'm trying to drive a 3 phase motor driver with the pico using the c...
View ArticleMicroPython • Re: How to receive large (>1024 byte) UDP datagram packets?
Throughput is Code: 812.000 kBytes/s…Oh, 600 KB/s minimum? That should be enough to get 10 frame/s, each frame using 60KB.I was so busy trying other things that I didn't even try what you did. Thanks...
View ArticleTroubleshooting • Re: SD Card 256GB stuck on welcome screen
Hi everyone,I'm currently trying to install Raspberry PI OS using the official imager.I wabnted to use a 256GB sd card to have some space to be able to store a lot of files directly.But after...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: CM4, DSI data append one pixel every...
looking at your driver source I see it different.That sounds like a tease.Statistics: Posted by PhilE — Fri Jul 26, 2024 6:19 pm
View ArticleBeginners • Re: raspberry pi 02w +ssd + lifespan
You can set the Pi boot drive to RO and use an overlay system for the system. The option is in raspi-config.sudo raspi-configselect performance optionsOr you can use "preferences", "raspberry pi...
View ArticleMedia centres • Re: Kodi 21 (Omega) on RPiOS Bookworm
Hi there. I'm coming from Bullseye where my Kodi is working, now I tried a clean installation of Bookworm (Raspberry Pi OS Lite 64 bit) and installed Kodi21.I have 2 Raspberry Pi 4, one of them is...
View ArticleBeginners • Re: Memory access time Pi5
I appreciate your comments !Technically, I am coding as far as I can code, that gives a code as simple as possible (flat, I think not object oriented, single task, etc....)! It is not my expertise at...
View ArticleC/C++ • OpenCV VideoCapture not working with ZeroCam
Hi,I'm having some trouble getting the zerocam to work with OpenCV's VideoCapture. Tools such as rpicam-still are working fine. It's worth noting that ffmpeg is also not working.I'm compiling the C++...
View ArticleRaspberry Pi OS • Re: Rasbian Wheezy - mincraft pi
Found the sollution. So for others in the future with the same problem:Apperently Minecraft-Pi is also in Pi-apps. Simply installing a current Raspberry OS version (Bullseye 32-bit) and then...
View ArticleAdvanced users • Re: Pi4 B power 5V/4A?
The Pi5 will treat it as a 3A power supply unless told otherwise which will make the Pi5 assume it is a 5A power supplyThe Pi5 can run from 3A provided there is no significant load on the GPIO, USB or...
View ArticleSDK • Building USB application using SDK on Windows
I am trying to build an application using RP2040 and I wanted to use USB - dual exampleI created a new project but I can't build it.I don't know why I have issues with bool and false.Code: C:/Program...
View ArticleGeneral • Re: Need advice on sending image data from a Pi5 to several Picos
Garbage collected language slowing down over time is a classical symptom of a heap leak. I haven't reviewed your code so I don't want to assume but that's where I'd start looking.MicroPython does...
View ArticleTroubleshooting • Re: RPI 5 Active cooler gets hot even when its off.
..It Stays hot after hours and hours even whet i shutdown the rpi5.did you check the connector? Which temps does your Pi reach when the connector is not connected, but the fan fitted?Statistics:...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Interfacing a 8-bit Serial RGB Display
Don't think that interface is supported on the Pi.Statistics: Posted by aBUGSworstnightmare — Sat Jul 27, 2024 6:28 pm
View ArticleBeginners • Does Pi OS has "semi-official" list of good program for...
Android, a commercial software, has official regulated Playstore to ensure software and up to certain standard and no malware.Python seem has an 'semi-official' list of recommended software.How about...
View ArticleRaspberry Pi OS • Re: Trouble with getting cameras to work on Pi 5
yes I tried to reverse the cams and it gives the same defect, only the one worksI mean the connector on the camera board not on the pi.Statistics: Posted by gordon77 — Sun Jul 28, 2024 5:26 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • DSI Output Clock on RPI 5
Hi, I am currently trying to use vc4-kms-dsi-generic-overlay.dts with following 1080p@60fps settings to output DSI signal:Code: clock-frequency = 148500000hactive = 1920hfp = 99hsync = 44hbp =...
View ArticleBeginners • Re: Which one to download deb or rpm?
minor differenc in items count for download between Different versions so not really a surpriseCode: libreoffice: Installed: 4:7.4.7-1+deb12u3 Candidate: 4:7.4.7-1+deb12u3 Version table: ***...
View ArticleGeneral • Re: Extending ADC gate time on RP2040
Why do I think so? Well, if you toggle it really fast between the inputs without measuring anything, you can actually transfer charge. This trick can be used to e.g. measure pF-scale...
View ArticleBeginners • Re: How to build a reliable fast RPi 5 system
That sounds like you are asking about NVMe SSDs. The sizes they come in are their dimensions (width, length). For M.2 adaptors that fit within the footprint of the typical Pi5 case, you need to use...
View Article