The Raspberry PI thread - What do you do with yours?

Mike

Staff member
Mar 9, 2014
3,001
2,844
New York
I finally picked up my first Raspberry PI a month or so ago to run AlarmServer and had fun building and configuring it. I also picked up another and built a retro gaming system which was fun, too.

I'm wondering, who here uses Raspberry PI's and for what? I'm looking for another reason to get one and figured I would ask all of you.
 
I used to play with the raspberry pi camera modules, but they really aren't very good compared to a proper IP camera.

Now, I run one pi to show several camera live streams 24/7 using this program I wrote: bp2008/OmxPlayerAuto

And I have a couple others running bp2008/HotkeyAutomation so I can use cheap little wireless numpads as remote controls for my home automation devices (lights, curtain, TVs, etc). DIY wireless home automation control panel
 
I just added the POE hat to my 3b+ that I use as a Pihole.

I tried using it as a viewer for UI3, but it would eventually lock up and kill my pihole. I think it ran just a little too hot.

I may have to give your omxplayer a look.
 
  • Like
Reactions: Mike and Mike A.
I run Domoticz home automation software on a Pi. Got it controlling all sorts of smart and not so smart devices - z-wave, Philips Hue, Ring, LightwaveRF, and generic 433Mhz.

On the IPcam side of things the Pi controls a z-wave motion sensor to trigger Blueiris.
 
  • Like
Reactions: Mike
Added a hifi board and run volumio through decent bookshelf speakers is current, have also run a website, openvpn server, retro game console, digital signage, unifi cloud controller and shed loads more, fun little items
 
  • Like
Reactions: Mike
I have one for OpenVPN and UniFi controller, several running Falcon Player (FPP) for my Christmas and Halloween light shows, one running Octoprint for my 3D printer. I think I’m up to 5 Pi3B+ and one Zero.

My latest is experimenting with one to monitor temp and control fans in my server rack/cabinets. Basically an excuse to dabble into automation and learning python as I couldn’t find an open source option I liked.


Sent from my iPhone using Tapatalk
 
  • Like
Reactions: Mike
OpenVPN server
Homebridge
Polyglot
 
  • Like
Reactions: Mike
Was thinking about tinkering with Raspberry Pi, maybe to setup some networked temperature sensors, gas sensors other random ideas. Not sure I have the time for it, but definitely want to monitor temperature and flammable gas at a remote location. Not sure where to start, so many kits and options.
 
I have three that are actually serving some function. Others just collecting dust.
1: one is running a Sprinklerpi irrigation controller
2: one is running Softether VPN server.
3: one is running a temperature monitoring system with 8 Dallas One wire sensors monitoring my ground source heat pump, and also running the HABridge package to link my Alexa and Vera together.
 
I just bought one my self. My plan is to bridge my closed alarm setup towards Blueiris to change profile when sett to “armed”. I don’t know coding, so the learning curve is quite steep! Luckily I have someone at work that are willing to help me.
 
I have two 3B+ that I bought a couple months back.. One is a Pi-hole (been running Pi-hole basically since it came out on a VM, just recently got around to actually putting it on a real Pi lol!) and the other is one that I just play around with. Right now it is loaded with RetroPie, and OMG I love it lol! But if I read about something I'll throw a new SD card into it and do some messing. The next thing on my list is OpenHAB, and if it works for me I'll end up buying one to dedicate to that.
 
So I wonder why there isn't an online DNS server that simply offers Pi-Hole type service? Why do we all need to do this?
 
  • Like
Reactions: taz420nj
So I wonder why there isn't an online DNS server that simply offers Pi-Hole type service? Why do we all need to do this?
Theres a few out there, but having your own allows you far greater flexibility as far as the lists you use, blacklists, white lists if a particular filter breaks a site, etc. For example theres a filter on Easylist that breaks video streaming on Certain apps like A&E and Food Network. Using the Pi's log, it was easy to find the offending filter and whitelist it. With an external DNS you wouldn't have that ability and would have to use a different DNS for the media streamers.
 
Last edited:
  • Like
Reactions: Mike
I have four Pi model 3b+.

Two of them running Kali used for auditing. Both of them use Alfa awus1900 wireless usb adapters.

The other two are used for various projects that come up randomly :)
 
After seeing all of the Pi-hole mentions, I installed it tonight (on DietPi). It's awesome!
 
  • Like
Reactions: smole and th182