Troubleshooting • Re: An Operation Is Already Pending
I've plugged in another USB HDD (this time a 500Gb Western Digital drive) which again is NTFS and works okay on the W10 laptop.Again on trying to view the disk, it says Error An Operation Is Already...
View ArticleHATs and other add-ons • Re: Testing active cooler fan rpi5.
i didn't like how the active cooler works.i swapped it out for a argon mini fan with the heat sink removed, it just blows on a bare board.it's a simple on or off, have it set to turn on at 50' and off...
View ArticleGraphics, sound and multimedia • Re: CM4+2G Ram+384 GPU Ram+8GB Memory = 4...
Raspistill? That's deprecated, hence my recommendation to switch to libcamera.Statistics: Posted by aBUGSworstnightmare — Sun Mar 17, 2024 6:55 pm
View ArticleDeutsch • Re: LAN Raspberry 400 down
Prima und Danke für die neuen Infos.Somit ist der Pi tatsächlich in Ordnung.Wie wäre es mit einem Umstieg auf einen gescheiten Router (z.B. FritzBox) ??So ich habs nun hin bekommen. Ich habe mir Zeit...
View ArticlePython • Re: How Do I Open Audacity With Python?
It worked, but I got this massive error.What should I do to fix this?Statistics: Posted by Henrik Gill — Sun Mar 17, 2024 7:20 pm
View ArticleRaspberry Pi OS • Pygame/KMSDRM driver problem on kernel 6.6.20
PI4B 8gb with bookworm liteKernel 6.6.20Adafruit pitft2.8-capacitiveUsing the Pi4B with SPI display most of the time headless.Combination worked fine on kernel 6.1.20, but stopped working after the...
View ArticleRaspberry Pi OS • Re: Pygame/KMSDRM driver problem on kernel 6.6.20
Any relation with Issue #985 (https://github.com/raspberrypi/picamera2/issues/985) in the picamera2 github?Statistics: Posted by tvoverbeek — Sun Mar 17, 2024 7:31 pm
View ArticleHATs and other add-ons • Re: Questions about backfeeding and Ugreen USB hub
Does backfeeding only apply to powered USB hubs or can it happen when powereing it from the USB bus?Back feeding can occur if you have a separate power supply connected to the hub. If the hub is bus...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: telescope focus motor - xHCI host not...
Ok - i’m still in the early part of the learning curve regarding this tech, but i think i get the idea. My main question would then be how is this issue side-stepped in windows and apple OS? I know...
View ArticleNetworking and servers • Re: create bridge ethernet
Did you install the required software to use bridging?From the Debain Bridging Network Connections page you need to install the bridge-utils package first otherwise your setup won't work.Code: sudo...
View ArticleTroubleshooting • Re: fstrim !
Can you SSH into the Pi and run sudo dmesg --follow, then invoke fstrim?I'd be interested to see if the card just stops responding or is merely extremely slow.Statistics: Posted by jdb — Mon Mar 18,...
View ArticleDeutsch • Re: Raspberry Pi OS Remote
Mit "TigerVNC" hat es nun auf Anhieb funktioniert. In den Einstellungen "VNC" aktiviert und "TigerVNC" 1.13.1 für Windows heruntergeladen und verbunden.Nun stellt sich mir die Frage wie ich von...
View ArticleAdvanced users • Re: Image File Utilities
I am new to these scripts. I am using a pi400 with Ubuntu server 22.04.4 LTS (fully updated). I tried using https://github.com/seamusdemora/RonR-RPi-image-utils to create an image, the destination...
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 ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: i2cset does not work for 16bits?
What is exactly your device?I assume that the I2c address of your device is 0x1a.Your example is quite strange because you want to write also into the device register 0x1a.did you try i2cset -y 1 0x1a...
View ArticleGeneral • Re: UART read blocking
The pico SDK, UART functions, are documented in https://www.raspberrypi.com/documentati ... dware_uartStatistics: Posted by ghp — Mon Mar 18, 2024 7:38 pm
View ArticleAutomation, sensing and robotics • Re: Wiring multiple photoelectric sensors...
Ok then it is exactly what you specify on the first post.My problem is that the output of the sensor is suppose to be a NPN transistor because the PNP will be PM-U25P.This mean that the sensor only...
View ArticleTroubleshooting • Re: sd card filled, cant install new software
rsync should have cleaned up after itself so unless it crashed or was killed that's unlikely to be the problem.Are you certain the drive was mounted where you think it was when you ran rsync? If not...
View ArticleGeneral • Re: Need help with Pico based Macropad
Just some observations/comments:PICO does not run an OS so you don't boot it. When you power it on, it starts running the firmware.CIrcuitPython V9 seems to be a development release. Current stable...
View ArticleOther RP2040 boards • Re: Other wireless capable boards
Is there an upper limit on the execution space of the RP2040? (and supplementary - if so, what?)16MBIs there a pico w variant with larger flash?No.If not, do I need to go down the SD route?Or a big...
View Article