Raspberry Pi OS • Re: Pygame/KMSDRM driver problem on kernel 6.6.20
Yes, I know there is no guarantee on the card numbering.But how do I tell Pygame/SDL which card to use?Statistics: Posted by tvoverbeek — Mon Mar 18, 2024 7:50 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: telescope focus motor - xHCI host not...
The issue isn't side-stepped - it's inherent to the controller hardware. On a Pi 3 / 4 it works fine. There is no workaround that I can see, other than using something like an in-line USB-C hub like...
View ArticleCompute Module • Re: VL805-06 chip.
https://datasheets.raspberrypi.com/cm4i ... ppnote.pdfhttps://datasheets.raspberrypi.com/cm4i ... -KiCAD.zipStatistics: Posted by 6by9 — Mon Mar 18, 2024 8:22 am
View ArticleGeneral discussion • Re: DHT22 Sensor with Pi 5 - import board error
Only expect Pi5 specific tutorials to work unless you are using gpiozero (a Python module).Others were written for different hardware.My lg library should work as it uses the Linux replacement for...
View ArticleFor sale • Re: IMX327/462(RGB/MONO)/662(RGB/MONO)/678/585 Excellent...
<DKMS scripts to add the new cameras w/o rebuilding the kernel>IMX585 for RPi Zero 2Whttps://soho-enterprise.com/wp/wp-conte ... _pi02w.tgzIMX662 for RPi4https://soho-enterprise.com/wp/wp-conte...
View ArticleOfficial Display • Re: Official 7" Display not always initializing
The fbset output looks correct - it's an emulated fbdev device through DRM, so there is no point in passing timing through. Use "kmsprint" if you want to see the DRM timings.The screen going white is...
View ArticleCamera board • Re: rpicam apps build error
Hi, the file "orientation.h" has been in libcamera for a long while now (in our repo, it's here) so to me this suggests you have quite an out of date version. I think you should normally find it in...
View ArticleDevice Tree • Re: 5th sc16is752 causes kernel error
Once I get the Relay HATs onto the system, /dev/ttySC8 (for example) makes a lot of clicking noise when the activity led goes on and off. In addition, I'm getting "Possible RX FIFO overrun: 64"...
View ArticleRaspberry Pi OS • Re: Chromium/Firefox fullscreen prevents screen blanking
This is a setting for the 'idle' plugin of wayfire. See https://github.com/WayfireWM/wayfire/wi ... fullscreenStatistics: Posted by glykos — Tue Mar 19, 2024 9:12 am
View ArticleTroubleshooting • Re: HatDrive NVME not recognized anymore...
Is that a PineberryPi HATDrive? If so your first port of call should be them. You should also follow their setup instructions not some random Youtube video.Yes, it is a Pineberry.The video I meant was...
View ArticleGeneral discussion • Re: Live streaming with camera raspberry pi
Yes i do but i want to do that in websiteviewtopic.php?t=204921Statistics: Posted by HermannSW — Tue Mar 19, 2024 9:15 am
View ArticleGeneral discussion • Re: Servo motor
The object detection code is from EdjeElectronicsCode: while True: # Start timer (for calculating frame rate) t1 = cv2.getTickCount() # Reset trash value count for this frame # Grab frame from camera...
View ArticleArch • Re: Manjaro kde plasma on rpi5
Armbian has a "KDE-Neon" release. I tried it. It actually works. Plasma 6. However, probably due to some firmware issues, network and bluetooth icons weren't on the taskbar. I couldn't add them. Wifi...
View ArticleCamera board • Re: Can i use 5mp camera (rev 1.3) with raspberry pi 3a+ ?
And one thing more (i forgot to ask lol). Can you please recommend me particular pi os for my above required task.Depends on what you want to do.I use v1 camera clone with Pi3A+ for my 3Dprinter scene...
View ArticleGeneral discussion • Re: My RPI 5's PCIE connector came off. Which way does...
on the rpi5 board the brown part go's up and down to lock/unlock.you want the cable with the blue tab facing out.on my nvme x1001 the connector flips up/down. Yes, I know that.The PCIE clip thing that...
View ArticleSDK • Re: How debug a Pico without the elf?
I don't see any 0x4001xxxx addresses? or any 32bit numbers. Those are the GPIO addresses right? maybe I have the wrong options stillThere aren't any 32-bit numbers in ARM assembler, especially...
View ArticleBeginners • Re: Rpi 5 and Pan Tilt hat
Wow nice, 11 years ago I made this one with the PIB.Same thing with rc/servo!https://www.dropbox.com/s/c9mv0za8lapqw ... r.mpg?dl=0I find one interesting thing. I`m doing following steps:- shutdown...
View ArticleTroubleshooting • Display going dark for seconds regularly
Raspberry Pi 3B+ I have an old NOOBS installation with Kodi 18.9 in Libreelec 9.2.8 working for years on an old SVGA monitor (1280x1024) mainly to watch videos from a PC in my home network but also...
View ArticleBeginners • Re: 3.5 display for RPi 4b
I have been trying for a week to get one of these working with a zero, zero 2w, and a 3.I can get the screen working but not the touch!It looks exactly like this.Even appears to load the ADS7846 but...
View ArticleTroubleshooting • Re: Unable to install linux-headers-rpi-v8 due to unmet...
The problem is that on any Pi capable of 64-bit use the OS will use a 64-bit kernel even with a 32-bit OS.If you switch to a 32-bit kernel you should be fine.Add this to your /boot/firmware/config.txt...
View Article