Project ideas for a Raspberry Pi

Joined
Aug 10, 2026
Messages
7
Ok, so I got a raspberry pi 3 lying around and I got no idea what to do with it. I’ve tried tutorials but most require hats or other accessories which I don’t have. So I’m asking you all what are your ideas
 
Dex-chan lover
Joined
May 9, 2023
Messages
578
Ok, so I got a raspberry pi 3 lying around and I got no idea what to do with it. I’ve tried tutorials but most require hats or other accessories which I don’t have. So I’m asking you all what are your ideas
what are you willing to buy? (and do you want to get some programming experience)
 
Dex-chan lover
Joined
Aug 18, 2020
Messages
263
I have two 2Bs and the original B

At one point I used one with a cheap tiny ass screen as a YouTube box with no desktop environment and a Python script for scraping YouTube's search results and, after making my selection, download a 240p video and launching the video player with X11 (my RPI 2B seriously lacked the horsepower, was only 32bit, and the screen was also so tiny and terrible quality that anything above 240p didn't make much sense either way). But it was great for watching podcasts like the Co-optional Podcast and its predecessors (RIP TB :aquadrink: ), RoosterTeeth podcast, Triforce podcast (well this one was always an audio only one either way). But I basically stopped using it once TB passed away since his podcast was the only one I actually liked the most.

The second one had several use cases in its life. First I used it to generate Top 100 list for my tumblr blog that I used to have. I would rank every image I posted on it by the note count and (I believe) I've kept the changes in note counts in a local SQLite database. I think I also used the tumblr API to post a weekly post with thumbnails of the couple most popular images. I can't really remember the specifics since it was around 10 years ago.
Future edit: I now remember also making a custom tag cloud and a custom search by multiple tags (like how boorus do things). The search would show thumbnails of the images that matched all of the tags (all the scraped tags and image URLs were compressed and stored inside the JS file as a JSON payload and decompressed when the code ran IIRC) . Obviously, I had to host all that custom JavaScript on my own web host and then embed it on the Tumblr blog since I couldn't upload custom JS code via the Tumblr API. I think the RPi used to update everything every hour, both scraping the Tumbr API and uploading updated JS code to my host. Basically the whole idea with the search component was to run a custom booru-lite on Tumblr.

Later I used it as a print server so everyone at home could use the printer in my room from their computers and smartphones via our local network. I also had used it as a NAS for a short time but the 2B's 100MB/s connection and the shared USB 2.0 speed was terrible (currently I use the same SSD drive enclosure with my MikroTik router with 1000Mb/s throughput and a USB 3 connection as a NAS).

Now I only use the second 2B as a Git and Pi-Hole server for probably around close to 8 years by now. I know it's the second one since it's still called "printer" despite me not owning a printer for probably close to 10 years kek.

On an un-/related note, the microSD cards in my 2B RPIs were bought in 2016 which means that at least on the 2nd RPI the same microSD card basically ran 24/7 for a decade now kek (please don't die :haa:).
 
Last edited:
Dex-chan lover
Joined
Mar 15, 2019
Messages
3,325
I have two 2Bs and the original B

At one point I used one with a cheap tiny ass screen as a YouTube box with no desktop environment and a Python script for scraping YouTube's search results and, after making my selection, download a 240p video and launching the video player with X11 (my RPI 2B seriously lacked the horsepower, was only 32bit, and the screen was also so tiny and terrible quality that anything above 240p didn't make much sense either way). But it was great for watching podcasts like the Co-optional Podcast and its predecessors (RIP TB :aquadrink: ), RoosterTeeth podcast, Triforce podcast (well this one was always an audio only one either way). But I basically stopped using it once TB passed away since his podcast was the only one I actually liked the most.

The second one had several use cases in its life. First I used it to generate Top 100 list for my tumblr blog that I used to have. I would rank every image I posted on it by the note count and (I believe) I've kept the changes in note counts in a local SQLite database. I think I also used the tumblr API to post a weekly post with thumbnails of the couple most popular images. I can't really remember the specifics since it was around 10 years ago.
Future edit: I now remember also making a custom tag cloud and a custom search by multiple tags (like how boorus do things). The search would show thumbnails of the images that matched all of the tags (all the scraped tags and image URLs were compressed and stored inside the JS file as a JSON payload and decompressed when the code ran IIRC) . Obviously, I had to host all that custom JavaScript on my own web host and then embed it on the Tumblr blog since I couldn't upload custom JS code via the Tumblr API. I think the RPi used to update everything every hour, both scraping the Tumbr API and uploading updated JS code to my host. Basically the whole idea with the search component was to run a custom booru-lite on Tumblr.

Later I used it as a print server so everyone at home could use the printer in my room from their computers and smartphones via our local network. I also had used it as a NAS for a short time but the 2B's 100MB/s connection and the shared USB 2.0 speed was terrible (currently I use the same SSD drive enclosure with my MikroTik router with 1000Mb/s throughput and a USB 3 connection as a NAS).

Now I only use the second 2B as a Git and Pi-Hole server for probably around close to 8 years by now. I know it's the second one since it's still called "printer" despite me not owning a printer for probably close to 10 years kek.

On an un-/related note, the microSD cards in my 2B RPIs were bought in 2016 which means that at least on the 2nd RPI the same microSD card basically ran 24/7 for a decade now kek (please don't die :haa:).
Have you considered
Using your spare SBC
As a cheap seed box?
:pepehmm:📥📤
https://en.wikipedia.org/wiki/Seedbox
 

Users who are viewing this thread

Top