General discussion • Re: Install Arduino Ide 2.3.2 on raspberyy pi 5
I use a slightly older version from the repo on both Bullseye & Bookworm. 1.8.19. (8GB overclocked to 2GHz Pi4 with SSD)It generally works ok. I have an assortment of different boards. UNO, MEGA,...
View ArticleGeneral discussion • Servo motor
Hi, Im new in object detection and raspberry pi. Im currenty working on object detection with servo. When im trying to run the servo inside the while loop where object detection are happening im...
View ArticleGeneral discussion • Re: Servo motor
Yes! See the code belowCode: <code to fix the issue>Sorry, but people will not be able to assist without knowing/seeing your actual code!Statistics: Posted by aBUGSworstnightmare — Tue Mar 19,...
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
https://www.jeffgeerling.com/blog/2024/ ... ck-314-ghz3.14GHz sounds interesting as an experimnet.I do run my Pi5 with 3GHz and force_turbo=1 since months without issues — so not much to gain and I...
View ArticleGeneral discussion • Re: bluetooth audio x11 session not work for kodi on...
If I use ...Code: kodi --standalone -fsbluetooth audio disconnects on start kodi on wayland, too.but If I launch kodi on wayland session with ...Code: kodibluetooth audio remains usable for...
View ArticleGeneral discussion • Re: Need version which supports Adafruit 2.8" screens
Perhaps a better place is to ask the Adafruit guys.All the Pi OS version support HDMI without a desktop.What you want to ask them is what is the latest OS they're stuff will work on the way you want...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
I think the point is that running neural networks with billions of parameters on the desktop is a daily use for some people. From what I can tell that sort of thing is likely to be more common as...
View ArticleGeneral discussion • Seeking Screen Color Temperature Adjustment Software for...
Hey everyone,I've been searching high and low for a solution to adjust the color temperature of my Raspberry Pi's screen. Still, so far, I haven't found anything specifically designed for Raspberry Pi...
View ArticleGeneral discussion • Re: Closed Raspberry Pi 1 Model B Case in 2024?
I found a couple of original shrink-wrapped RPi1 cases in a box on my shelf (no idea why I bought so many back then) and looking up the part number (Multicomp MC-RP001-CLR) turned up Farnell with...
View ArticleGeneral discussion • Re: Raspberry Pi zero 2 Frozen
Have you got a mini-HDMI to HDMI adapter/cable you can connect to an HDMI monitor?I have adapter Mini hdmi to HdmiStatistics: Posted by MrCaramba — Wed Mar 20, 2024 5:20 pm
View ArticleGeneral discussion • PiServer not detecting anything
Hello, I do have Rasberry Pi 4b and trying to make it work with PiServer running on a VM on the same network. The PiServer app is not detecting the client and the client is not getting an IP from the...
View ArticleGeneral discussion • Resistors - Which one and why...
How do you know which resistor wire to use and when? Please advise. Thank you very much.Statistics: Posted by MrTech — Wed Mar 20, 2024 8:19 pm
View ArticleGeneral discussion • Re: Resistors - Which one and why...
How do you know which resistor wire to use and when? Please advise. Thank you very much.Ohms law and reading the datasheet or circuit diagram.Statistics: Posted by thagrol — Wed Mar 20, 2024 8:51 pm
View ArticleGeneral discussion • SSD Failure (Input/Output errors) [SATA to USB]
Raspberry Pi 4Ubuntu Server 22T-Force Vulcan Z (SATA III 480GB SSD)SATA III to USB 3.0 adapter (Has optional port for power supply that I'm not using.)I wanted a faster hard drive as my SD cards get...
View ArticleGeneral discussion • gpiozero module not working for python3.9.11
Hi everyone. I recently installed python 3.9.11 on my system using pyenv. However when I try to run the following code : Code: from gpiozero import AngularServofrom gpiozero.tools import...
View ArticleGeneral discussion • Re: SSD Failure (Input/Output errors) [SATA to USB]
Can you show the output ofCode: lsusblsusb -tand Code: dmesg|grep USBStatistics: Posted by pidd — Thu Mar 21, 2024 7:40 am
View ArticleGeneral discussion • Raspberry Pi 5 keeps rebooting and stays on stand-by
Hi guys,I met a strange problem that Pi 5 boards start to reboot and stay on stand-by after ten minutes without moving the keyboard or mouse, please see the picture below:Here is my setup:Raspberry Pi...
View ArticleGeneral discussion • Re: Raspberry Pi 5 USB power output
Consider using separate power sources for the ESP32 devices or boosting the Raspberry Pi 5's power output for improved performance.Statistics: Posted by Marco22 — Thu Mar 21, 2024 10:33 am
View ArticleGeneral discussion • Odd power supply - is it safe?
I need a power supply for my RPi. Unfortunately, this is the only one I can find at home. It has three voltages along with three amperages. Can anyone tell me if this thing is safe to use on my...
View ArticleGeneral discussion • Re: Odd power supply - is it safe?
Some USB power supplies support higher voltage modes, either through Qualcomm's quick charge protcol or through USB C's power delivery protocol. These modes should not be activated unless the device...
View Article