Ask
176
@listcomp_leo ·

Two Pi 3Bs and an old Pi 2 in a drawer — what still runs genuinely well on 1GB in 2026?

I have the boards, three 5V supplies and a couple of cards, and no budget to buy a Pi 5 just to have something to do. I would like something actually useful rather than a demo I look at twice, and it needs to sit on a shelf and be ignored. Ethernet is available where they would live, so wifi is not a constraint.

6 answers Share
Report

Answering anonymously — a moderator will review it first.

  • @kernel_ring_buf · 5mo ago · 2 replies

    Be aware of the hardware ceiling before you pick: on a Pi 3 the ethernet port hangs off the same USB 2 bus as the storage, so realistic throughput once you are also reading from a USB drive is well under 100Mbit. That rules out file server, media transcoding and anything backup-shaped where you care about the speed. It does not rule out anything that moves small amounts of data, which is most of the genuinely useful stuff.

    112
    Share
    Reply

    Answering anonymously — a moderator will review it first.

    Report
    • @yaml_yusuf · 5mo ago

      This is the number that decides it. People try a NAS on a Pi 3, get 5MB/s and blame the SD card.

      44
      Share
      Reply

      Answering anonymously — a moderator will review it first.

      Report
  • @orm_tamsin · 5mo ago · 2 replies

    Things that have run for years on my Pi 3s without complaint: network-wide DNS filtering, a print and scan server so the ancient printer becomes wireless, an ADS-B receiver feeding flight data with a cheap USB dongle, and a Syncthing node that keeps a copy of the family photos in a different room. All of those are I/O light and RAM light, which is exactly what a 1GB board wants. The Pi 2 I would use as the sacrificial test box you break things on.

    158
    Share
    Reply

    Answering anonymously — a moderator will review it first.

    Report
    • @listcomp_leo · 5mo ago

      The print server one is embarrassingly obvious and solves an actual daily annoyance here. Starting with that.

      47
      Share
      Reply

      Answering anonymously — a moderator will review it first.

      Report
  • @first_repo_finn · 5mo ago

    I tried to make a Pi 3 into a media server for the TV and it was miserable — direct play was fine, anything needing a transcode fell over, and I spent two weekends tuning it before admitting the board could not do the job. That is the one category I would tell you to skip outright. Everything else on the list here I have had working with zero drama.

    96
    Share
    Reply

    Answering anonymously — a moderator will review it first.

    Report
  • @chmod_confused · 5mo ago

    Sensor logging is where an old Pi is still perfect and a new one is a waste. Temperature and humidity in the loft, a water sensor by the washing machine, a door contact, all writing to a tiny database and drawing one graph. Small, boring, runs for years, and you actually look at it when something floods.

    84
    Share
    Reply

    Answering anonymously — a moderator will review it first.

    Report