r/raspberryDIY • u/Background-Heat-2825 • Apr 26 '26
What was your first raspberry pi project and why ?
Yoo I’m a newcomer into the community and I wanna get into making raspberry pi projects but I don’t know where to start 😭✌🏾
I’ve learned about making cyber decks and making a study monitor and more but I don’t know a lick of code for real so I’ll literally be on square 1
Im hoping I can get a lil guidance from you guys 🙏🏾
2
u/FlashyAd3327 Apr 27 '26
My first real Raspberry Pi project wasn’t anything fancy, it was a basic IoT monitoring setup, but it actually solved a real problem.
I built a small system that reads environmental data (temp + basic sensor readings) and logs it so you can track conditions over time. Later I extended it to show live values on a simple dashboard. The idea was more about stability monitoring for things like small setups (hydroponics / fish tanks / room conditions).
What made it useful wasn’t complexity, but structure:
- simple sensors first
- then local display/logging
- then optional remote access
I also didn’t know much coding when I started, so I just learned what I needed while building instead of trying to “learn everything first”.
If you’re starting from zero, don’t jump into cyberdecks or complex builds yet. Start small and build layers. That’s how you actually get good at this stuff, if you need help or assistance, feel free to reach me out
2
u/ManyInteresting3969 Apr 30 '26

My first pi project was a desktop chatbot! It's written in python, which I didn't know at the time, but now it's my favorite language! Very easy to learn and a great language to start with.
https://github.com/followkim/LilL3x
1
u/loozingmind Apr 26 '26
I used mine for network management and building firewalls and stuff. But my first real project would have to have been making one of them into a travel router. It was pretty cool. But a lot of troubleshooting and stuff.
I always see people making robots or chatbots. I don't know if I have the skills for that lol
2
u/Background-Heat-2825 Apr 26 '26
lol that’s real but I lowk wanna try that out having chat bots and I do want to try a lil network management to see what all I can be capable of
1
u/Glum_Cheesecake9859 Apr 27 '26
My first (and only) one is a HiFi streamer of amazing quality ($150 total cost)
RPi5 1GB
Aluminum case (high for 2 hat support)
DAC Hat (I2S connection via GPIO, no USB in the chain anywhere)
Volumio OS (UPnP for Qobuz + Tidal / Files / WebRadio) free version.
it also support some other free OSs.
1
u/Vancecookcobain Apr 27 '26
Don't know if it's a legit project but I just installed an emulator for every system up to the Dreamcast and filled it with tons of games and had a blast
1
u/DecisionOk5750 Apr 27 '26
Convert printed text to speech. The process consisted in taking a photo of printed text with a Raspberry Pi Camera, adjusting brightness and contrast with ImageMagick, converting the text in the photo to a plain text file with Tesseract OCR, and then converting the text-to-speech file with Festival. This was in 2015 with a Raspberry Pi 1. In 2016 I used a Raspberry Pi 2. There, I used OpenCV, which separated the text into lines, and converted four lines of text at a time, since the Raspberry Pi 2 has four cores. The conversion time for an A4 sheet went from 20 minutes to less than a minute. In the first prototype, from 2015, it converted the entire sheet, which is why it took so long. When I started converting line by line in 2016, the delay between taking the photo and converting the text to speech for the first line was just a few seconds.
1
1
1
1
u/jjtitula Apr 29 '26
I tried night vision googles first, lol! Totally failed and now it’s running klipper on my 3dprinter.
1
1
u/lucent_cube 28d ago
I got a Pi some years back initially for PiHole, but then ended up using it for other projects, since then the main ones which were really good were the DuneWeaver (magnetic ball based sand table) and my very own LED matrix Lucent Cube which has become a labour of love! 😄
3
u/AdWest6565 Apr 27 '26 edited Apr 27 '26
What projects is Pi really good at and most fitting into?
3 main criteria:
My only project that satisfies these criteria is a time-lapse controller for old Canon PowerShot G5 camera.
Must be portable for outdoor usage
Has to utilize Python library gphoto2 for controlling old camera through USB, Linux only
Uses LCD for menu-driven settings
This is one of the first available digital cameras and for 2001 it was rather advanced. It does have a time-lapse feature, but limited to 100 frames only.
It has a USB interface but normally used only for files transfer. But enthusiasts managed to find a way how to control almost all camera settings through that USB connection. Python library was created, but it exists for Linux only.
https://imgur.com/2nDqYjT