Quantcast
Channel: Raspberry Pi Forums
Browsing all 6520 articles
Browse latest View live

General discussion • Re: Best storage option for Rpi5 for usage as NAS and...

For a NAS you should really use two storage devices: one for the OS and one for the NAS data. Doing so makes it much, much easier to upgrade the OS or fix it when it or the drive is broken.Which media...

View Article


Français • Re: gpio c++

Voici le nouveau MAkefile (avec minimode d'emploi)Code: CC := g++CFLAGS := -Wall -g --pedantic -OsAR := /usr/bin/ar -crsTARGET := testAPP := essaiRM :=/usr/bin/rmSRCS := $(wildcard *.cpp)OBJS :=...

View Article


Beginners • Re: Stuck with connecting to the Raspberry Pi 5

I've tried to use the PuTTY client. I've installed the Raspberry Pi OS 64 on the card, if that helpsNot much.I wonder if my 'bot' persona just generated pseudo-technical questions at random, or...

View Article

General • Re: WiFi configuration without a display

If you assume that DHCP works, you can forget about the link -local addresses, and just do the ARP query from a host on the same subnet. For example, Code: arp -a -i wlp2s0? (192.168.1.100) at...

View Article

Image may be NSFW.
Clik here to view.

General • RP2040_SKELETON Cannot find source file:

I have looked at the RP2040_SKELETON sample to start building a project with a number of external librarieshttps://github.com/daveythacher/RP2040_SKELETONTo start with I have tried to take some...

View Article


Troubleshooting • Re: Desktop Manager Is Not Active error after setting up...

Thank You! I had looked at the guide to create my original autostart file, but didn't realize the difference between the autostart file and the .desktop files that launch after login. I created the...

View Article

Beginners • Re: Raspberry PI B

One reason desktop might not run on the early B is lack of memory. Increasing the amount of swap may get it working, albeit very slowly and at the cost of increased wear on your SD card.I wondered if...

View Article

Media centres • Re: Plex Server "blank"

You installed Plex server on your pi?Or your trying to play from plex?Usually you don't consume the content on the server, you install the server on a NAS, and stream from the Plex app on kodi or...

View Article


Image may be NSFW.
Clik here to view.

General • Re: SSD1306 OLED Display connection RPI Pico W

hello,I checked all wires point, and it is still the same error. I attached IMG and code.Code: from machine import Pin, I2Cfrom ssd1306 import SSD1306_I2Ci2c =...

View Article


General discussion • Re: RPi 5 - Pi Case fan vs active cooler fan

is there any reason to buy and use the active cooler fan instead? From what I understand if experimenting with SSD HAT would need the active cooler and different case. SSD may be the way to go longer...

View Article

Advanced users • Re: Image File Utilities

If you simply create a backup by running image-backup manually from the command line today and restore it, does the restored copy run? If this fails using your SynologyNAS, try again backing up to...

View Article

Python • 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 Article

Image may be NSFW.
Clik here to view.

Camera 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 Article


Image may be NSFW.
Clik here to view.

Advanced 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 Article

Python • 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 Article


SDK • 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 Article

Networking 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 Article


General 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 Article

Graphics, sound and multimedia • Re: TC358743 on rpi5

ok thanks again, I'll report the result as soon as I've tested itfor the rest, until now I had no problem with a rpi4 + auvidea b101 at 1080p50 but in UYVY, my hope it's to replicate that perfomance...

View Article

Other projects • Re: Seeking Advice on Reducing ADC Noise with Raspberry Pi

Hi PIDD,Thank you for your valuable suggestion! I'm intrigued by the idea of using a high impedance audio amp to identify noise sources not easily detectable through digital analysis. Your experiences...

View Article
Browsing all 6520 articles
Browse latest View live