Beginners • Re: Stuck with connecting to the Raspberry Pi 5
Just to let you know, I found the problem with connecting to the Raspberry Pi 5. The software I'm using isn't that good eitherBut need suggestions on what software I need to use to connect remotely to...
View ArticleUbuntu • Re: How to safely switch kernel?
And for an RPI5 that's already running 23, i'll be able to do a system upgrade and jump from 23 to 24 without borking my running servers?yes, you should be able to do this. I run 4 rpi4s in...
View ArticleTroubleshooting • Re: no HDMI on TV
I'm speaking of the RPI-Imager version you're using!Most recent is 1.8.5Statistics: Posted by aBUGSworstnightmare — Thu Feb 08, 2024 6:16 pm
View ArticleAdvanced users • Re: Image File Utilities
Ron - I've noticed one other thing from looking at the backup logs. The last incremental backup on the latest backup image file does not show that it completed. As you can see below, the update on 5...
View ArticleGeneral discussion • RPi 5 - Pi Case fan vs active cooler fan
Hi there,I just received my Raspberry Pi 5 with red cases and power supplies. The red case has a fan in... so is there any reason to buy and use the active cooler fan instead? I am going to be using...
View ArticleGeneral discussion • Re: RPi 5 - Pi Case fan vs active cooler fan
Hi there,I just received my Raspberry Pi 5 with red cases and power supplies. The red case has a fan in... so is there any reason to buy and use the active cooler fan instead? I am going to be using...
View ArticleBeginners • Re: Raspberry PI B
I would still recommend installing Bookworm Desktop then setting 'Boot to Command Line'. A GUI may be as slow as a sloth dragging itself through treacle but at least it's there should you ever want or...
View ArticleCamera board • Re: libcamera-raw with circular and signal
Wow nice one, I appreciate your efforts! Unfortunately I do need to make use of --circular (because I've no idea how long the process will be running before the read part is triggered).Out of interest...
View ArticleBeginners • Re: Raspberry pi 5 8GB not booting
The latest "bullseye" and "Bookworm" releases use the KMS video driver. The KMS driver seems less forgiving when the EDID data from the monitor is bad, nonexistant, or malformed.If you get no...
View ArticleC/C++ • Re: uart communication issue
I did sth similar in 2019ff using a UART protocol via a USB cable connection from Raspi to Arduino (either platform: AVR, ARM, ESP):Arduino Sketchcodehttps://github.com/dsyleixa/RaspberryPi ......
View ArticleTroubleshooting • Strange with raspi-gpio get
I have a Raspberry Pi 4 and I need to use all 5 UART ports. I've modified the config.txt file like this Code: dtoverlay=uart2gpio=0-1=a4# /dev/ttyAMA3dtoverlay=uart3gpio=4-5=a4#...
View ArticleGraphics, sound and multimedia • Re: TC358743 on rpi5
https://github.com/raspberrypi/linux/pull/5941Once CI has done the business (should be about 8:15pm GMT) then you should be able to do "sudo rpi-update pulls/5941" and install the kernel from that...
View ArticlePython • Re: Please help, python hates me.
You need to enter the path to it in the code..cascade_path = 'path_to_haar_cascade_xml_file'I did.Statistics: Posted by peterkaminskas — Fri Feb 09, 2024 7:19 pm
View ArticleCamera board • feedback requested on dual GS camera design
I'm preparing to enhance my project's capability by measuring not only the speed and angle of a fast-moving object but also its depth and potentially rotation. This next phase involves transitioning...
View ArticleAdvanced users • Re: No DRM in Firefox - can't find the...
your using firefox-esr, not firefox.Code: sudo apt remove firefox-esr && sudo apt install firefoxrpi firefox is 122Statistics: Posted by kerry_s — Fri Feb 09, 2024 7:28 pm
View ArticlePython • Re: Trying to install python GitHub program but keeps throwing...
When I ran the next command pip install -e .I got this error Getting requirements to build editable did not run successfully. │ exit code: 1 ╰─> [14 lines of output] error: Multiple top-level...
View ArticleSDK • Re: PICO : Can't update firmware uf2 by drag and drog
Yeah, and/or look at control panel as admin, but all of this must be checked after a successful bootsel upload of a .uf2 according to that guide. Powershell script is saved with a .ps1 extension.So,...
View ArticleNetworking and servers • Re: Recommendation for HDD setup for Raspberry Pi...
My question is which HDD setup would you recommend? What is the best way to power all HDDs and the Pi with one power supply. How did you approach this?I built my server with a CM4, a PCIe packet...
View ArticleGeneral discussion • Re: Forum "503 Service Unavailable"
Nice, I imagine you use something like the OpenBSD brand pf (packet filter) firewall to stop invaders and shape traffic. Great for edge of network firewall, although most people opt for psSense which...
View ArticleFrançais • Re: gpio c++
Là je suis perdu ! ! Effectivement j’ai repris le makefile de Daniel ! Ça fonctionne bien ! Après faut accorder les violon Je suis débutant !! N’est ce pas ! Je viens de comprendre le clock ! Que j’ai...
View Article