Beginners • Re: pigpiod: System does not appear to be a raspberry pi
If it is remote GPIO you are looking for and not local, then https://abyz.me.uk/lg/py_rgpio.htmlIs the generic alternative (made by the same person/people) as pigpio.It would be nice if RPiOS looked...
View ArticleHATs and other add-ons • Re: Your experience of PCIe 2 or 3 on RPi 5?
It's a completely standard NVME drive. It will "just work".yes, it has been running perfectly on default official speed of gen 2. Following the installation guide and it works from the start.Can I ask...
View ArticleOfficial Display • Re: Stopping the console appearing on Touch Display 2
The mapping to /dev/input* devices is not static, and is likely to change based on probe order. You're better off matching against the input device name.Touch devices are generally consistent in the...
View ArticlePython • Re: KeyboardInterrupt in While True statement
I guess you're using os.system. Don't use it.Sample to demonstrate:Code: import osimport subprocessdef video1(): # blocking call # grabs stdin, stdout, stderr and KeyboardInterrupt # simply, never use...
View ArticleGeneral discussion • Unknown device with RM 1 detected by lsblk even there is...
I'm busy testing next raspiBackup release 0.7.0 and use RaspianOS lite for this. Some additional partitions are also created to test a new feature.Code: pi@raspberrypi-bookworm64-lite-beta:~ $...
View ArticleGeneral discussion • Re: Unknown device with RM 1 detected by lsblk even...
I missed to add details about my system:Code: pi@raspberrypi-bookworm64-lite-beta:~ $ uname -aLinux raspberrypi-bookworm64-lite-beta 6.6.51+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.51-1+rpt3...
View ArticleTroubleshooting • Re: RPi5 M.2 boot disk going offline - diagnostic help...
That clears out my suggestions. Statistics: Posted by bls — Mon Jan 20, 2025 8:56 pm
View ArticleGeneral discussion • Re: Pi 505?
I just heard about the Pi 500 but I also learned that it is a low-spec machine, so it is not an "instant buy" for me.Ok, then. Don't buy one.That's right. The person making the original post already...
View ArticleGeneral discussion • Pi 5 New Fan case GPIU connection.
I have now replaced my Pi 3 with a Pi 5 with the new pi 5 with the new fan case. With pi 5 in case on I am unable to plug in my GPIO board as plug no longer fits through hole in the case. Is there a...
View ArticleGaming • Can I run Ubuntu 18 games on my Pi 4?
I came across an old vintage PC game called "The 13th Doll" on the internet. Someone has updated it to run on Ubuntu 18 Linux. Can it run on my Raspberry Pi 4 ?Bob D.Statistics: Posted by bobbymg —...
View ArticleGeneral • Re: Pico Cannot Handle Multiple Servos ?
3.6V DC x 4 batteries in series is more than the input voltage of 12 volts of the regulator at 14.4V DC. So the input voltage was exceeded and the output current was probably exceeded and who knows...
View ArticleOff topic discussion • Re: Is Raspberry Pi More Reliable Than China Made...
I bought a Beelink N100 S12 Pro for my folks and it's brilliant, really snappy and almost silent. So I bought myself a similar N150 version to play with and the Windows install is completely borked...
View ArticleBeginners • Re: Raspberry Pi 5 + PoE HAT?
Sigh…Ok, it’s not late. It’s definitely later than many of us would like it to be (I’m sure ROF staff included). I certainly understand the desire to avoid off the cuff predictions, but some hint as...
View ArticleBeginners • Re: Can I connect to my laptop screen to see the Pi's console...
Do you have a URL for that item? It looks interesting (and cheap!)Does it work with Linux? (I mean, Linux as the host of the USB device)(I know they don't mention it, but that is often the case - they...
View ArticleOther • Re: How to force console output res at 480x320 on RPI5
No way.. tried now and with these instructions I get a small "cutted window" (corresponding to 480x320) on a 1920x1080 output which makes text totally unreadable..I am curious to understand why it did...
View ArticleRaspberry Pi OS • Re: Supporting EAP with Raspbian 2020
The supported protocols are in the man page, not the built-in help.Code: rpdom@raspberrypi:~ $ man wpa_supplicant | grep EAP and EAP authentication with Authentication Server. In addition, it controls...
View ArticleSDK • Re: Micropython Matter SDK on PicoW2
...so that'd be a no then right ;DStatistics: Posted by DeoID — Tue Jan 21, 2025 9:18 pm
View ArticleTroubleshooting • Re: ffmpeg connection refused issue
I don't think that is an option. I want to use the stream for OctoPrint.I've also tried to use camera-streamer, but I can't get that to work either.Statistics: Posted by fabnavigator — Tue Jan 21,...
View ArticleHATs and other add-ons • Re: Raspberry Pi DAC + does not work with Rasbperry...
If you were stacking 2 HATs to have 4 CAN buses, then the only combinations available would require the dual SPI wiring. However you're not, so you can use the single SPI mode with alternate chip...
View ArticleTroubleshooting • Re: Rpi 400 won’t boot
I was able to get the bootloader update, but the os won’t load even though it is in the sd card portStatistics: Posted by Gdawg! — Tue Jan 21, 2025 9:26 pm
View Article