Graphics, sound and multimedia • Re: Video acceleration with Kodi on RPi5...
no, only raspberry stuff is optimized for rpi'sso you need the raspberry kodi versionalso the latest ubuntu has been broken on rpi's since release.Statistics: Posted by kerry_s — Fri May 24, 2024...
View ArticleBeginners • Re: TV LCD NO CONNECTION
These is even more strange. I remove the SD Card from the raspberry and pluged in the Hdmi on the TV and it worked, i ogt a image, a BOOT red image doing something. But with the SD card inserted in...
View ArticleTroubleshooting • Re: Headless Display Resolution on Bookworm
Same issue found on Pi 3B+ Qt 6.4.2 clean install.uname -a gives:Linux bgr03 6.6.28+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.28-1+rpt1 (2024-04-22) aarch64 GNU/LinuxUsing X11 with RealVNC server Created...
View ArticleTroubleshooting • Re: AltGr (Screen Grab) not working in Rasperry Pi 4
that might be an x11 vs wayland differenceor it might be alt vs altgr, try the other alt key?Statistics: Posted by cleverca22 — Sat May 25, 2024 2:56 am
View ArticleTroubleshooting • Re: Raspberry Pi 5 always boots from NVMe SSD, even with...
Thanks from another user: just saved me here, too. Trying to figure out a hellish audio problem -- no joy so far, but I've only been at it full time for three days -- I managed to lose sound entirely....
View ArticleAutomation, sensing and robotics • Help with connecting pi to xy plotter (CH341)
Hi All,I'm trying to work on a project that would get the image from a depth camera and would convert to tsp image. The converted tsp image is then sent to a xy plotter. I couldn't get the xy plotter...
View ArticleTroubleshooting • Re: RPi 3B+ New Card Slot
Cons: you've lost your favored spring loaded slot.Pros: You have a far faster SBC, twice the RAM, faster network, wifi & BT.Apart from the similar visual appearance your 3b+ is a completely...
View ArticleTroubleshooting • Re: Very Strange Network Behavour!
Hi epoch1970Thank you for your replyI’d get a console on that Pihole machine and look for that IP address. Yes, already did that. As mentioned the only reference I found was within the Pihole binary...
View ArticleHATs and other add-ons • Re: laser module
https://www.amazon.com/Acxico-Arduino-T ... bran689-20 this laser moduleStatistics: Posted by Jason French11 — Sat May 25, 2024 11:52 pm
View ArticleGeneral discussion • Re: RPI NAS with 2x4TB storage: comments please
Hi. This is my first time on the forum. I’m new to Raspberry Pi.I’m thinking of putting together a NAS on a wired ethernet connection with 4TB of RAID1 storage. The box would ideally run a minimal...
View ArticleOther projects • Re: Custom Key pad
Very good. I assume you are using the Arduino IDE to write and test your code?The wiring will be identical to the Pico. Don't use I/O pins 0 and 1 as they are used for serial communication. You can...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Hardware PWM controll on RPi5
Hello,I am making a project that involves servo and PWM controll. I am using Python and I tried multiple solutions for this problem. First solution that kind of worked was using gpiozero library....
View ArticleTroubleshooting • Re: Pi 4 - No Ethernet
Your difficulties might be explained by a failing Power Supply, or the cables via which it is connected. I think perhaps the network devices might be early victims of insufficient power, even if the...
View ArticleAutomation, sensing and robotics • Re: Help with connecting pi to xy plotter...
Hi ghp,Yes It uses GRBL. The github repo accounts for that. I however was not able to get the interfacing to workI tried a pen up command and it didn't quite workCode: echo -e "G00 G90 G21 X10 Y-10...
View ArticleTroubleshooting • Re: RPi5 Wayland: Monitor "OFF Button" reboots RPi5
Code: console=serial0,115200 console=tty1 root=PARTUUID=a87c3777-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles...
View ArticleHATs and other add-ons • Re: Why is there no M.2 HAT+ overlay?
If you have a Pi M.2 HAT+ and if you really want to see for yourself what the EEPROM contains and whether it specifies a DT overlay, you can just dump and decode the contents yourself:1. Make sure...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 5 UART Issue: Can Only...
What happens if you connect TX to RX (aka loopback) on the Pi and then run minicom?nothing happens. I think TX PIN might be broken.test with another UART! There's more than one available on a...
View ArticlePython • Re: help wanted with code not working
it is old indeed and i was wondering if someone can maybe make it work because i really wanted to use itAs a final contribution to this thread:Have you tried contyacting the original author via...
View ArticleGeneral discussion • Re: Raspberry pi hardware simulation
Hello, I've been reading about 'simulating' raspberry pi hardware on other devices, and I've heard about various different methods, from Microsoft Azure to the Raspberry Pi Desktop...
View ArticleOther projects • Re: Communication with python between pi and computer via usb
Thank you, so this works even though the pi and the computer are on completely diffrent networks and at no point can the computer disconnect from the wifi network its on, i will check out that guide...
View Article